aboutsummaryrefslogtreecommitdiff
path: root/irc/irssi
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Update to 1.0.0, also remove deprecated configure options.Vanilla I. Shu2017-01-065-289/+8
| | | | | | | | | PR: 215800 Submitted by: vlad-fbsd@acheronmedia.com <vlad-fbsd at acheronmedia.com> MFH: 2017Q1 Notes: svn path=/head/; revision=430686
* irc/irssi: Update to 0.8.20Mark Felder2016-09-213-5/+8
| | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=422579
* switch to USES=ssl.Vanilla I. Shu2016-08-263-8/+5
| | | | | | | | PR: 212164 Submitted by: pipfstarrd@opmbx.org Notes: svn path=/head/; revision=420886
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+1
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* Fix build with PERL-off.Vanilla I. Shu2016-05-201-0/+2
| | | | | | | | PR: 209657 Submitted by: vas at mpeks dot tomsk do su Notes: svn path=/head/; revision=415553
* 1: add patch from upstream to fix @INC order for perl scripts.Vanilla I. Shu2016-05-183-4/+270
| | | | | | | | 2: strip perl's .so 3: bump version. Notes: svn path=/head/; revision=415427
* Update to 0.8.19, and regen patches.Vanilla I. Shu2016-04-058-33/+35
| | | | Notes: svn path=/head/; revision=412560
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* 1: add LICENSE.Vanilla I. Shu2015-03-022-56/+28
| | | | | | | | | | | 2: use options helper 3: add TRUECOLOR knob PR: 198103 [3] Submitted by: Olivia Theze fox at foxiepa.ws [3] Notes: svn path=/head/; revision=380244
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-16/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Cleanup plistBaptiste Daroussin2014-10-271-28/+1
| | | | Notes: svn path=/head/; revision=371570
* use '?=' on PORTREVISION, slave ports need it.Vanilla I. Shu2014-10-181-1/+1
| | | | | | | Submitted by: sunpoet@ Notes: svn path=/head/; revision=371136
* Upgrade to 0.8.17.Vanilla I. Shu2014-10-134-25/+15
| | | | Notes: svn path=/head/; revision=370751
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-4/+0
| | | | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=357300
* 1: Fix COMMENT.Vanilla I. Shu2014-06-032-4/+3
| | | | | | | | | | 2: add libtool to USES. PR: ports/190411 Submitted by: ports at robakdesign.com Notes: svn path=/head/; revision=356358