summaryrefslogtreecommitdiff
path: root/irc/irssi
AgeCommit message (Collapse)Author
2023-06-30irc/irssi: Drop nop TRUECOLOR_DESCTobias Kortkamp
Reported by: portfmt scan
2023-03-31irc/irssi: Update to 1.4.4Daniel Engberg
Changelog: https://irssi.org/NEWS/#news-v1-4-4 PR: 270560 Reported by: Ailin Nemui (upstream) Reviewed by: David O'Rourke <dor.bsd@xm0.uk>
2022-11-03irc/irssi: Update to 1.4.3Daniel Engberg
Changelog: https://github.com/irssi/irssi/releases/tag/1.4.3 PR: 267460 Reviewed by: David O'Rourke <dor.bsd@xm0.uk> (maintainer)
2022-09-07Remove WWW entries moved into port MakefilesStefan Eßer
Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
2022-09-07Add WWW entries to port MakefilesStefan Eßer
It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
2022-08-20irc/irssi: Backport buildfix for Capsicum in -CURRENTDaniel Engberg
After base 000321bab7be and base e4c36b7aa952 with CAPSICUM enabled build fails to find nvlist_create() . Backport upstream commit 7baefc3315e9dc11c8a3a787a3b6c6888c2b590a to fix this issue PR: 265397 Reported by: vishwin Reviewed by: David O'Rourke <dor.bsd@xm0.uk> (maintainer) Tested by: kp
2022-07-18irc/irssi: Update to 1.4.2Daniel Engberg
Changelog: https://github.com/irssi/irssi/releases/tag/1.4.2 PR: 265269 Reviewed by: David O'Rourke <dor.bsd@xm0.uk> (maintainer)
2022-07-09irc/irssi: Update to 1.4.1Daniel Engberg
Changelog: https://github.com/irssi/irssi/releases/tag/1.4.1 Backport upstream commits from maintenance branch: 3404d822c83546b031d47a99e37ae65b887bec94 f17fb682573985656fa26bf10370b9e1d88e3bdf c6a7f02042f63d01a38e8d522cff8f5d951afd51 730c3c1a12f782b92d710883f52a106e37f148e4 1b6b92ffff6950ee28c1b7936f53d83988843ed4 References: https://github.com/ailin-nemui/irssi/commit/3404d822c83546b031d47a99e37ae65b887bec94 https://github.com/ailin-nemui/irssi/commit/f17fb682573985656fa26bf10370b9e1d88e3bdf https://github.com/ailin-nemui/irssi/commit/c6a7f02042f63d01a38e8d522cff8f5d951afd51 https://github.com/ailin-nemui/irssi/commit/730c3c1a12f782b92d710883f52a106e37f148e4 https://github.com/ailin-nemui/irssi/commit/1b6b92ffff6950ee28c1b7936f53d83988843ed4 PR: 264628 Reviewed by: David O'Rourke <dor.bsd@xm0.uk> (maintainer)
2021-10-19*: apply refactor.remove-consecutive-empty-linesTobias Kortkamp
Submitted by: portedit
2021-04-16irc/irssi: Update to 1.2.3Lewis Cook
Changes: https://irssi.org/NEWS/#v1-2-3 PR: 255116 Submitted by: David O'Rourke <dor.bsd@xm0.uk> (maintainer) Approved by: mentors (implicit)
2021-04-15Clean up some thingsTobias Kortkamp
- Remove duplicate variables - Remove nop variables - Sort categories - Remove redundant option descriptions that match the default ones Reported by: portscan
2021-04-07One more small cleanup, forgotten yesterday.Mathieu Arnold
Reported by: lwhsu
2021-04-06Remove # $FreeBSD$ from Makefiles.Mathieu Arnold
2021-03-15irc/irssi: Revert to 1.2.2Neel Chauhan
The reason for the revert is complaints on IRC and questions to the maintainer via email. This commit: - Restores the port to what it was before 1.3 - Bumps PORTEPOCH and PORTREVISION to 2 - These were both at 1 on the previous 1.2.2 package - Fixes a minor issue when compiling with OTR (--with-otr being passed twice) - Includes a patch for a glib related issue where pushing ctrl+space could break the client This commit brings the port back inline with the current release version of irssi as advertised on their download page (1.2.2 client + glib patch). PR: 254237 Submitted by: David O'Rourke <dor.bsd@xm0.uk> (maintainer)
2021-02-26Clean up some thingsTobias Kortkamp
- Fix typos - Remove duplicate variables - Remove nop variables - Sort categories Reported by: portscan
2020-12-07irc/irssi: fix build on GCC architecturesPiotr Kubaj
../src/core/misc.c:101: error: #pragma GCC diagnostic not allowed inside functions
2020-11-30irc/irssi: Simplify PERL option handling.Fernando Apesteguía
Use proper OPT_USE. Reported by: mat@
2020-11-29irc/irssi: Fix Perl support optionFernando Apesteguía
Make Perl a run time option only when Perl option is selected. Perl is needed to build always. PR: 251406 Submitted by: dor.bsd@xm0.uk (maintainer) Reported by: daniel.engberg.lists@pyret.net
2020-11-26irc/irssi: Unbreak when PERL=OFFFernando Apesteguía
In r556069 the port changed to build with meson. This requires perl to build regardles of the option PERL that allows perl scripts to be run in irssi. While here clarify pkg-message (sent by daniel.engberg.lists@pyret.net) PR: 251371 251360 Submitted by: dor.bsd@xm0.uk (maintainer) Reported by: m.bueker@berlin.de
2020-11-24irc/irssi: Add pkg-messageFernando Apesteguía
Building with meson and ninja requires to load perl in the configuration file. PR: 249910 Reported by: yuripv@yuripv.dev
2020-11-22irc/irssi: Update to snapshot 1.3 (20201114)Fernando Apesteguía
Includes various bug fixes including ones related to Glib and SSL/TLS PR: 249910 Submitted by: daniel.engberg.lists@pyret.net Approved by: dor.bsd@xm0.uk (maintainer)
2020-06-16irc/irssi: remove superfluous USE_LDCONFIGFernando Apesteguía
Introduced in r538869. The installed shared objects are plugins not meant to be used outside of the scope of this application. Reported by: makc@
2020-06-15irc/irssi: fix utf8proc supportFernando Apesteguía
Port was not using utf8proc since it didn't look for it in localbase. While here: * Add USE_LDCONFIG * Remove post-patch target since it has no effect PR: 247185 Submitted by: yuripv@ Reviewed by: dor.bsd@xm0.uk (maintainer)
2020-03-03Ports MUST NOT set WITH_DEBUG.Mathieu Arnold
WITH_DEBUG is a user facing variable. When a user wants to build a port with debugging symbols enabled, they either set WITH_DEBUG globally, or WITH_DEBUG_PORTS+=category/port. Approved by: bapt With hat: portmgr Differential Revision: https://reviews.freebsd.org/D23940
2019-09-13irc/irssi: Update to 1.2.2Steve Wills
PR: 240508 Submitted by: David O'Rourke <dor.bsd@xm0.uk> (maintainer)
2019-07-21irc/irssi: Enable by default all options that add no dependenciesKai Knoblich
* Make all options as default ones that don't introduce further dependencies to save users from compiling those features themselves. PR: 239252 Submitted by: David O'Rourke (maintainer) Reported by: cm@sdf.org MFH: 2019Q3
2019-07-09irc/irssi: Add non-default option DEBUGKai Knoblich
* Add non-default option DEBUG to enable builds with debug symbols. PR: 238581 Submitted by: serpent7776@gmail.com (initial version), David O'Rourke Reviewed by: koobs Approved by: David O'Rourke (maintainer)
2019-07-01irc/irrsi: Update to 1.2.1Kai Knoblich
* Fixes security vulnerability when using SASL for login that might suddenly fail in some cases (CVE-2019-13045). [1] * It also fixes issues with input line echoing of UTF-8 chars with non UTF-8 terminals. [2] Changelog: https://irssi.org/NEWS/#v1-2-1 PR: 238892 [1], 238591 [2] Submitted by: Santhosh Raju [1], Victor Sudakov [2] Approved by: David O'Rourke (maintainer) MFH: 2019Q2 Security: 475f952c-9b29-11e9-a8a5-6805ca0b38e8
2019-03-01irc/irssi: Update to 1.2.0Steve Wills
PR: 235698 Submitted by: David O'Rourke <dor.bsd@xm0.uk> (maintainer)
2019-01-09irc/irssi: Update to 1.1.2Danilo G. Baio
Changelog: https://irssi.org/NEWS/#v1-1-2 Irssi Security Advisory: https://irssi.org/security/irssi_sa_2019_01.txt PR: 234798 Submitted by: David O'Rourke <dor.bsd@xm0.uk> (maintainer) Submitted by: tj@mrsk.me (email) MFH: 2019Q1
2018-11-02Remove compatibility code for FreeBSD < 11.2 from all ports.Rene Ladan
Simplify some ports where DragonFlyBSD no longer needs to be special-cased. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724
2018-10-14Fix configure with openssl 1.1.1Antoine Brodin
PR: 231970
2018-03-26irc/irssi: Fix build with LibreSSL 2.7Bernard Spil
- LibreSSL 2.7 added OpenSSL 1.1 API PR: 226925 Submitted by: Sergey Akhmatov <sergey akhmatov ru> Approved by: David O'Rourke <dor.bsd xm0 uk> (maintainer)
2018-02-19irc/irssi: Update to 1.1.1, Fixes multiple vulnerabilitiesDanilo G. Baio
Changes: https://irssi.org/NEWS/#v1-1-1 PR: 226001 Submitted by: David O'Rourke <dor.bsd@xm0.uk> (maintainer) Reported by: tj@mrsk.me (email) MFH: 2018Q1 Security: 7afc5e56-156d-11e8-95f2-005056925db4
2018-01-31Update irc/irssi to 1.1.0Brad Davis
PR: 225196 Submitted by: David O'Rourke <dor.bsd@xm0.uk>
2018-01-06irc/irssi: Update to 1.0.6, Fixes multiple security vulnerabilitiesDanilo G. Baio
While here, update license and www. Changes: https://raw.githubusercontent.com/irssi/irssi/1.0.6/NEWS PR: 224954 Submitted by: David O'Rourke <dor.bsd@xm0.uk> (maintainer) Reported by: tj@mrsk.me (email) MFH: 2018Q1 Security: a3764767-f31e-11e7-95f2-005056925db4
2017-10-22irc/irssi: Update to 1.0.5, Fixes multiple security vulnerabilitiesDanilo G. Baio
https://irssi.org/security/irssi_sa_2017_10.txt PR: 223169 Submitted by: David O'Rourke <dor.bsd@xm0.uk> (maintainer) MFH: 2017Q4 Security: 85e2c7eb-b74b-11e7-8546-5cf3fcfdd1f1
2017-07-08irc/irssi: Update to 1.0.4Mark Felder
- Fixes two CVEs PR: 220544 MFH: 2017Q3 Security: CVE-2017-10965 Security: CVE-2017-10966
2017-06-08- Update to 1.0.3Ryan Steinmetz
Security: 165e8951-4be0-11e7-a539-0050569f7e80 Approved by: ports-secteam (with hat)
2017-03-18Update to upstream version 1.0.2Thomas Zander
Details: - Fixes a use-after-free during netjoin. This usually leads to a segfault. Upstream considers targeted code execution difficult. PR: 217878 Submitted by: dor.bsd@xm0.uk (maintainer) MFH: 2017Q1 Security: CVE-2017-xxxx (not yet assigned)
2017-03-17Remove chinese/irssi.Vanilla I. Shu
2017-03-17set MAINTAINER to David O'Rourke (dor.bsd at xm0.uk)Vanilla I. Shu
2017-03-171: Update to 1.0.1.Vanilla I. Shu
2: remove uneeded config arguments (ncurses/ipv6) PR: 217348 Submitted by: brnrd@
2017-01-09Add CPE information.Vanilla I. Shu
PR: 215888 Submitted by: shun.fbsd.pr at dropcut.net
2017-01-08Downgrade to 0.8.21.Vanilla I. Shu
PR: 215800 Submitted by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com>
2017-01-07LIB_DEPENDS=libglib-2.0.so should be USE_GNOME=glib20.Adam Weinberger
Also, while here, sort the LIB_DEPENDS in desktutils/gnome-contacts, because wow.
2017-01-06Update to 1.0.0, also remove deprecated configure options.Vanilla I. Shu
PR: 215800 Submitted by: vlad-fbsd@acheronmedia.com <vlad-fbsd at acheronmedia.com> MFH: 2017Q1
2016-09-21irc/irssi: Update to 0.8.20Mark Felder
- Add gettext-runtime to USES per poudriere's warning https://irssi.org/security/irssi_sa_2016.txt PR: 212888 MFH: 2016Q3 Security: CVE-2016-7044 Security: CVE-2016-7045
2016-08-26switch to USES=ssl.Vanilla I. Shu
PR: 212164 Submitted by: pipfstarrd@opmbx.org
2016-05-23Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov
by default anyway and don't need to be listed Approved by: portmgr blanket