aboutsummaryrefslogtreecommitdiff
path: root/irc/irssi
Commit message (Collapse)AuthorAgeFilesLines
* irc/irssi: Revert build with ssl from portsFelix Palmen2024-03-162-15/+0
| | | | | | | This fix was only needed for breakage caused by pkgconf, which has meanwhile been fixed. This reverts commit 71f0f861cedf2a7ddcc0cc4909fc01f630453da8.
* */*: Sanitize MANPREFIX for meson portsMuhammad Moinur Rahman2024-01-122-1/+2
| | | | Approved by: portmgr
* irc/irssi: Update to 1.4.5Daniel Engberg2023-10-082-4/+4
| | | | | | | | Changelog: https://github.com/irssi/irssi/releases/tag/1.4.5 PR: 274253 Reviewed by: David O'Rourke <dor.bsd@xm0.uk> (maintainer) Sponsored by: Blinkinblox
* irc/irssi: Fix build with ssl from portsFelix Palmen2023-09-202-0/+15
| | | | | | | | Building with ssl from ports used the headers from ports, but still linked the libs from base and therefore failed. Patch meson.build to look for OpenSSL libs in ${OPENSSLLIB} to fix this. Approved by: portmgr (blanket, build fix)
* irc/irssi: Drop nop TRUECOLOR_DESCTobias Kortkamp2023-06-301-1/+0
| | | | Reported by: portfmt scan
* irc/irssi: Update to 1.4.4Daniel Engberg2023-03-312-8/+8
| | | | | | | | 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>
* irc/irssi: Update to 1.4.3Daniel Engberg2022-11-032-9/+4
| | | | | | | Changelog: https://github.com/irssi/irssi/releases/tag/1.4.3 PR: 267460 Reviewed by: David O'Rourke <dor.bsd@xm0.uk> (maintainer)
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* irc/irssi: Backport buildfix for Capsicum in -CURRENTDaniel Engberg2022-08-202-1/+6
| | | | | | | | | | | | 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
* irc/irssi: Update to 1.4.2Daniel Engberg2022-07-183-190/+4
| | | | | | | Changelog: https://github.com/irssi/irssi/releases/tag/1.4.2 PR: 265269 Reviewed by: David O'Rourke <dor.bsd@xm0.uk> (maintainer)
* irc/irssi: Update to 1.4.1Daniel Engberg2022-07-098-113/+232
| | | | | | | | | | | | | | | | | | | | | 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)
* *: apply refactor.remove-consecutive-empty-linesTobias Kortkamp2021-10-191-1/+0
| | | | Submitted by: portedit
* irc/irssi: Update to 1.2.3Lewis Cook2021-04-167-173/+5
| | | | | | | Changes: https://irssi.org/NEWS/#v1-2-3 PR: 255116 Submitted by: David O'Rourke <dor.bsd@xm0.uk> (maintainer) Approved by: mentors (implicit)
* Clean up some thingsTobias Kortkamp2021-04-151-1/+0
| | | | | | | | | - Remove duplicate variables - Remove nop variables - Sort categories - Remove redundant option descriptions that match the default ones Reported by: portscan
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* irc/irssi: Revert to 1.2.2Neel Chauhan2021-03-1512-83/+282
| | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=568480
* Clean up some thingsTobias Kortkamp2021-02-261-1/+1
| | | | | | | | | | | | - Fix typos - Remove duplicate variables - Remove nop variables - Sort categories Reported by: portscan Notes: svn path=/head/; revision=566598
* irc/irssi: fix build on GCC architecturesPiotr Kubaj2020-12-071-2/+2
| | | | | | | ../src/core/misc.c:101: error: #pragma GCC diagnostic not allowed inside functions Notes: svn path=/head/; revision=557236
* irc/irssi: Simplify PERL option handling.Fernando Apesteguía2020-11-301-5/+1
| | | | | | | | | Use proper OPT_USE. Reported by: mat@ Notes: svn path=/head/; revision=556660
* irc/irssi: Fix Perl support optionFernando Apesteguía2020-11-292-12/+21
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=556594
* irc/irssi: Unbreak when PERL=OFFFernando Apesteguía2020-11-262-4/+10
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=556320
* irc/irssi: Add pkg-messageFernando Apesteguía2020-11-241-0/+5
| | | | | | | | | | Building with meson and ninja requires to load perl in the configuration file. PR: 249910 Reported by: yuripv@yuripv.dev Notes: svn path=/head/; revision=556156
* irc/irssi: Update to snapshot 1.3 (20201114)Fernando Apesteguía2020-11-227-112/+66
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=556069
* irc/irssi: remove superfluous USE_LDCONFIGFernando Apesteguía2020-06-161-1/+0
| | | | | | | | | | | | Introduced in r538869. The installed shared objects are plugins not meant to be used outside of the scope of this application. Reported by: makc@ Notes: svn path=/head/; revision=539340
* irc/irssi: fix utf8proc supportFernando Apesteguía2020-06-151-6/+5
| | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=538869
* Ports MUST NOT set WITH_DEBUG.Mathieu Arnold2020-03-031-3/+1
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=527673
* irc/irssi: Update to 1.2.2Steve Wills2019-09-132-5/+4
| | | | | | | | PR: 240508 Submitted by: David O'Rourke <dor.bsd@xm0.uk> (maintainer) Notes: svn path=/head/; revision=511961
* irc/irssi: Enable by default all options that add no dependenciesKai Knoblich2019-07-211-1/+2
| | | | | | | | | | | | | * 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 Notes: svn path=/head/; revision=507042
* irc/irssi: Add non-default option DEBUGKai Knoblich2019-07-091-1/+3
| | | | | | | | | | | | * 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) Notes: svn path=/head/; revision=506316
* irc/irrsi: Update to 1.2.1Kai Knoblich2019-07-012-4/+4
| | | | | | | | | | | | | | | | | | | | * 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 Notes: svn path=/head/; revision=505638
* irc/irssi: Update to 1.2.0Steve Wills2019-03-017-44/+49
| | | | | | | | PR: 235698 Submitted by: David O'Rourke <dor.bsd@xm0.uk> (maintainer) Notes: svn path=/head/; revision=494233
* irc/irssi: Update to 1.1.2Danilo G. Baio2019-01-092-4/+4
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=489833
* Remove compatibility code for FreeBSD < 11.2 from all ports.Rene Ladan2018-11-021-3/+0
| | | | | | | | | | 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 Notes: svn path=/head/; revision=483807
* Fix configure with openssl 1.1.1Antoine Brodin2018-10-142-4/+17
| | | | | | | PR: 231970 Notes: svn path=/head/; revision=482051
* irc/irssi: Fix build with LibreSSL 2.7Bernard Spil2018-03-261-2/+12
| | | | | | | | | | | - 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) Notes: svn path=/head/; revision=465618
* irc/irssi: Update to 1.1.1, Fixes multiple vulnerabilitiesDanilo G. Baio2018-02-192-4/+4
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=462311
* Update irc/irssi to 1.1.0Brad Davis2018-01-314-19/+32
| | | | | | | | PR: 225196 Submitted by: David O'Rourke <dor.bsd@xm0.uk> Notes: svn path=/head/; revision=460549
* irc/irssi: Update to 1.0.6, Fixes multiple security vulnerabilitiesDanilo G. Baio2018-01-063-6/+7
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=458290
* irc/irssi: Update to 1.0.5, Fixes multiple security vulnerabilitiesDanilo G. Baio2017-10-222-4/+4
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=452675
* irc/irssi: Update to 1.0.4Mark Felder2017-07-082-4/+4
| | | | | | | | | | | | - Fixes two CVEs PR: 220544 MFH: 2017Q3 Security: CVE-2017-10965 Security: CVE-2017-10966 Notes: svn path=/head/; revision=445337
* - Update to 1.0.3Ryan Steinmetz2017-06-082-4/+4
| | | | | | | | Security: 165e8951-4be0-11e7-a539-0050569f7e80 Approved by: ports-secteam (with hat) Notes: svn path=/head/; revision=442895
* Update to upstream version 1.0.2Thomas Zander2017-03-185-13/+13
| | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=436407
* Remove chinese/irssi.Vanilla I. Shu2017-03-171-4/+2
| | | | Notes: svn path=/head/; revision=436330
* set MAINTAINER to David O'Rourke (dor.bsd at xm0.uk)Vanilla I. Shu2017-03-171-1/+1
| | | | Notes: svn path=/head/; revision=436328
* 1: Update to 1.0.1.Vanilla I. Shu2017-03-174-28/+8
| | | | | | | | | | 2: remove uneeded config arguments (ncurses/ipv6) PR: 217348 Submitted by: brnrd@ Notes: svn path=/head/; revision=436326
* Add CPE information.Vanilla I. Shu2017-01-091-1/+1
| | | | | | | | PR: 215888 Submitted by: shun.fbsd.pr at dropcut.net Notes: svn path=/head/; revision=430923
* Downgrade to 0.8.21.Vanilla I. Shu2017-01-087-12/+32
| | | | | | | | PR: 215800 Submitted by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com> Notes: svn path=/head/; revision=430851
* LIB_DEPENDS=libglib-2.0.so should be USE_GNOME=glib20.Adam Weinberger2017-01-071-2/+1
| | | | | | | | Also, while here, sort the LIB_DEPENDS in desktutils/gnome-contacts, because wow. Notes: svn path=/head/; revision=430761