Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
19 Oct 2021 08:36:47 1.2.3,2
|
Tobias Kortkamp (tobik)  |
*: apply refactor.remove-consecutive-empty-lines
Submitted by: portedit |
16 Apr 2021 17:28:17 1.2.3,2
|
Lewis Cook (lcook)  |
irc/irssi: Update to 1.2.3
Changes: https://irssi.org/NEWS/#v1-2-3
PR: 255116
Submitted by: David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Approved by: mentors (implicit) |
15 Apr 2021 08:31:56 1.2.2_2,2
|
Tobias Kortkamp (tobik)  |
Clean up some things
- Remove duplicate variables
- Remove nop variables
- Sort categories
- Remove redundant option descriptions that match the default ones
Reported by: portscan |
07 Apr 2021 08:09:01 1.2.2_2,2
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 1.2.2_2,2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
15 Mar 2021 17:38:15
1.2.2_2,2
|
nc  |
irc/irssi: Revert to 1.2.2
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) |
26 Feb 2021 12:11:36
1.3.d.344_1,1
|
tobik  |
Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Sort categories
Reported by: portscan |
07 Dec 2020 16:44:38
1.3.d.344_1,1
|
pkubaj  |
irc/irssi: fix build on GCC architectures
../src/core/misc.c:101: error: #pragma GCC diagnostic not allowed inside
functions |
30 Nov 2020 17:17:32
1.3.d.344_1,1
|
fernape  |
irc/irssi: Simplify PERL option handling.
Use proper OPT_USE.
Reported by: mat@ |
29 Nov 2020 18:10:06
1.3.d.344_1,1
|
fernape  |
irc/irssi: Fix Perl support option
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 |
26 Nov 2020 08:02:38
1.3.d.344,1
|
fernape  |
irc/irssi: Unbreak when PERL=OFF
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 |
24 Nov 2020 12:33:00
1.3.d.344,1
|
fernape  |
irc/irssi: Add pkg-message
Building with meson and ninja requires to load perl in the configuration file.
PR: 249910
Reported by: yuripv@yuripv.dev |
22 Nov 2020 18:33:12
1.3.d.344,1
|
fernape  |
irc/irssi: Update to snapshot 1.3 (20201114)
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) |
16 Jun 2020 11:19:26
1.2.2_1,1
|
fernape  |
irc/irssi: remove superfluous USE_LDCONFIG
Introduced in r538869.
The installed shared objects are plugins not meant to be used outside of the
scope of this application.
Reported by: makc@ |
15 Jun 2020 10:41:56
1.2.2_1,1
|
fernape  |
irc/irssi: fix utf8proc support
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) |
03 Mar 2020 12:56:16
1.2.2,1
|
mat  |
Ports MUST NOT set WITH_DEBUG.
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 |
13 Sep 2019 13:51:46
1.2.2,1
|
swills  |
irc/irssi: Update to 1.2.2
PR: 240508
Submitted by: David O'Rourke <dor.bsd@xm0.uk> (maintainer) |
21 Jul 2019 10:54:08
1.2.1_1,1
|
kai  |
irc/irssi: Enable by default all options that add no dependencies
* 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 |
09 Jul 2019 21:25:53
1.2.1,1
|
kai  |
irc/irssi: Add non-default option DEBUG
* 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) |
01 Jul 2019 20:29:01
1.2.1,1
|
kai  |
irc/irrsi: Update to 1.2.1
* 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 |
01 Mar 2019 04:56:37
1.2.0,1 
|
swills  |
irc/irssi: Update to 1.2.0
PR: 235698
Submitted by: David O'Rourke <dor.bsd@xm0.uk> (maintainer) |
09 Jan 2019 22:19:53
1.1.2,1 
|
dbaio  |
irc/irssi: Update to 1.1.2
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 |
02 Nov 2018 13:32:35
1.1.1,1 
|
rene  |
Remove compatibility code for FreeBSD < 11.2 from all ports.
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 |
14 Oct 2018 16:24:08
1.1.1,1 
|
antoine  |
Fix configure with openssl 1.1.1
PR: 231970 |
26 Mar 2018 17:13:09
1.1.1,1 
|
brnrd  |
irc/irssi: Fix build with LibreSSL 2.7
- 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) |
19 Feb 2018 12:28:55
1.1.1,1 
|
dbaio  |
irc/irssi: Update to 1.1.1, Fixes multiple vulnerabilities
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 |
31 Jan 2018 23:53:53
1.1.0,1 
|
brd  |
Update irc/irssi to 1.1.0
PR: 225196
Submitted by: David O'Rourke <dor.bsd@xm0.uk> |
06 Jan 2018 21:18:40
1.0.6,1 
|
dbaio  |
irc/irssi: Update to 1.0.6, Fixes multiple security vulnerabilities
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 |
22 Oct 2017 17:53:19
1.0.5,1 
|
dbaio  |
irc/irssi: Update to 1.0.5, Fixes multiple security vulnerabilities
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 |
08 Jul 2017 14:09:13
1.0.4,1 
|
feld  |
irc/irssi: Update to 1.0.4
- Fixes two CVEs
PR: 220544
MFH: 2017Q3
Security: CVE-2017-10965
Security: CVE-2017-10966 |
08 Jun 2017 00:28:23
1.0.3,1 
|
zi  |
- Update to 1.0.3
Security: 165e8951-4be0-11e7-a539-0050569f7e80
Approved by: ports-secteam (with hat) |
18 Mar 2017 13:29:56
1.0.2,1 
|
riggs  |
Update to upstream version 1.0.2
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) |
17 Mar 2017 09:32:50
1.0.1,1 
|
vanilla  |
Remove chinese/irssi. |
17 Mar 2017 09:03:21
1.0.1,1 
|
vanilla  |
set MAINTAINER to David O'Rourke (dor.bsd at xm0.uk) |
17 Mar 2017 09:00:32
1.0.1,1 
|
vanilla  |
1: Update to 1.0.1.
2: remove uneeded config arguments (ncurses/ipv6)
PR: 217348
Submitted by: brnrd@ |
09 Jan 2017 08:58:09
0.8.21,1 
|
vanilla  |
Add CPE information.
PR: 215888
Submitted by: shun.fbsd.pr at dropcut.net |
08 Jan 2017 01:37:33
0.8.21,1 
|
vanilla  |
Downgrade to 0.8.21.
PR: 215800
Submitted by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com> |
07 Jan 2017 01:07:55
1.0.0 
|
adamw  |
LIB_DEPENDS=libglib-2.0.so should be USE_GNOME=glib20.
Also, while here, sort the LIB_DEPENDS in desktutils/gnome-contacts,
because wow. |
06 Jan 2017 03:45:11
1.0.0 
|
vanilla  |
Update to 1.0.0, also remove deprecated configure options.
PR: 215800
Submitted by: vlad-fbsd@acheronmedia.com <vlad-fbsd at acheronmedia.com>
MFH: 2017Q1 |
21 Sep 2016 20:56:01
0.8.20 
|
feld  |
irc/irssi: Update to 0.8.20
- 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 |
26 Aug 2016 02:23:58
0.8.19_1 
|
vanilla  |
switch to USES=ssl.
PR: 212164
Submitted by: pipfstarrd@opmbx.org |
23 May 2016 20:35:01
0.8.19_1 
|
amdmi3  |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket |
20 May 2016 10:53:55
0.8.19_1 
|
vanilla  |
Fix build with PERL-off.
PR: 209657
Submitted by: vas at mpeks dot tomsk do su |
18 May 2016 06:54:36
0.8.19_1 
|
vanilla  |
1: add patch from upstream to fix @INC order for perl scripts.
2: strip perl's .so
3: bump version. |
05 Apr 2016 15:30:34
0.8.19 
|
vanilla  |
Update to 0.8.19, and regen patches. |
01 Apr 2016 14:08:38
0.8.17_1 
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
02 Mar 2015 03:53:02
0.8.17_1 
|
vanilla  |
1: add LICENSE.
2: use options helper
3: add TRUECOLOR knob
PR: 198103 [3]
Submitted by: Olivia Theze fox at foxiepa.ws [3] |
26 Nov 2014 13:08:38
0.8.17_1 
|
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
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 (Only the first 15 lines of the commit message are shown above ) |
27 Oct 2014 13:00:22
0.8.17 
|
bapt  |
Cleanup plist |
18 Oct 2014 15:23:28
0.8.17 
|
vanilla  |
use '?=' on PORTREVISION, slave ports need it.
Submitted by: sunpoet@ |
13 Oct 2014 04:04:53
0.8.17 
|
vanilla  |
Upgrade to 0.8.17. |
10 Jun 2014 12:14:14
0.8.16_1 
|
mat  |
Remove all the bootstrap files (.bs) from the plists.
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 |
03 Jun 2014 13:20:23
0.8.16_1 
|
vanilla  |
1: Fix COMMENT.
2: add libtool to USES.
PR: ports/190411
Submitted by: ports at robakdesign.com |
01 Jun 2014 02:22:37
0.8.16 
|
vanilla  |
Upgrade to 0.8.16. |
11 Feb 2014 12:23:47
0.8.15_6 
|
antoine  |
- Fix packaging without perl [1]
- Fix paths inside .packlist files [2]
Reported by: rotluchs [1], stage-qa [2] |
09 Feb 2014 15:36:09
0.8.15_6 
|
antoine  |
irssi is responsable for creating the lib/irssi/modules directory |
21 Oct 2013 14:42:24
0.8.15_5 
|
vanilla  |
Fix building with ports ncurses. |
09 Oct 2013 11:42:06
0.8.15_5 
|
vanilla  |
Fix 'build package' with better solution.
Obtained from: danfe@ |
06 Oct 2013 02:51:05
0.8.15_5 
|
vanilla  |
Fix build pageage.
PR: ports/182720
Submitted by: Kevin Zheng <kevinz5000 at gmail.com> |
25 Sep 2013 01:08:39
0.8.15_5 
|
vanilla  |
Support stage, add DOCS as options. |
20 Sep 2013 18:44:50
0.8.15_5 
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc) |
16 Sep 2013 15:42:41
0.8.15_5 
|
az  |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
06 May 2013 15:34:18
0.8.15_5 
|
bapt  |
Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline |
23 Apr 2013 10:51:40
0.8.15_5 
|
bapt  |
Convert irc to USES=pkgconfig |
08 Mar 2013 10:51:36
0.8.15_5 
|
kwm  |
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
eliminate pkg-config run dependency completely, a second phase is needed
and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
versions for some ports.
* Fix other ports so they build with the new glib version.
Thanks to miwi and crees for helping out with some exp-runs.
Approved by: portmgr (miwi & bapt)
Obtained from: gnome team repo |
03 Sep 2012 03:50:42
0.8.15_5 
|
vanilla  |
revert last change, it cause some seg faults. |
14 Aug 2012 00:31:27
0.8.15_4 
|
vanilla  |
use some default desc from bsd.options.desc.mk.
Submitted by: crees@ |
13 Aug 2012 15:08:03
0.8.15_4 
|
vanilla  |
1: fix utf-8 decoding.
2: convert to optionng.
PR: ports/169780
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> [1] |
02 Jul 2011 19:54:28
0.8.15_3 
|
miwi  |
- Kick MD5 Support |
20 May 2011 02:43:54
0.8.15_3 
|
vanilla  |
Add USE_NCURSES=yes
PR: ports/157141
Submitted by: Raphael Kubo da Costa <kubito at gmail.com> |
30 Jun 2010 07:37:50
0.8.15_2 
|
vanilla  |
remove files/patch-scripts__ipupdate.pl, it broken irc/irssi.
Submitted by: freebsd at nagilum dot org
Feature safe: yes |
30 Jun 2010 01:12:40
0.8.15_1 
|
vanilla  |
make ipupdate.pl work.
PR: ports/148169
Submitted by: freebsd at nagilum dot org
Feature safe: yes |
07 Apr 2010 03:24:37
0.8.15 
|
vanilla  |
Add CONSLICTS to zh-irssi. |
07 Apr 2010 01:53:34
0.8.15 
|
vanilla  |
Upgrade to 0.8.15.
PR: ports/145363
Submitted by: Jase Thew <freebsd at beardz.net> |
17 Aug 2009 14:49:19
0.8.14_1 
|
vanilla  |
A patch to fix fails of connect to sslv3 server.
Submitted by: stas@ |
29 Jul 2009 09:41:36
0.8.14 
|
vanilla  |
Upgrade to 0.8.14.
PR: ports/137233
Submitted by: miwi@ |
02 Apr 2009 01:43:53
0.8.13 
|
vanilla  |
Upgrade to 0.8.13. |
29 Jul 2008 06:03:46
0.8.12_2 
|
vanilla  |
1: change USE_GNOME to LIB_DEPENDS to avoid depends on fam/gamin.
2: fix proxy binding problem.
PR: ports/125854 [2], ports/126057 [1]
Submitted by: Dheeraj Reddy <dheeraj at ece.gatech.edu> [1]
Matthias Grimm <eisofen at eisofen.de> |
03 Mar 2008 14:26:24
0.8.12_1 
|
vanilla  |
Make PORTREVISION can overwrite by slave ports. |
11 Nov 2007 22:33:05
0.8.12_1 
|
vanilla  |
Fix coredump with silc-irssi-plugin.
PR: ports/117871
Submitted by: Wesley Shields <wxs.at.atarininja.org>
Approved by: portmgr@ (linimon) |
11 Oct 2007 20:14:56
0.8.12 
|
vanilla  |
Upgrade to 0.8.12.
PR: ports/117087
Submitted by: Andris Raugulis <ar.at.null.lv> |
03 Oct 2007 23:04:44
0.8.11_1 
|
edwin  |
Remove support for OSVERSION < 5 |
29 Sep 2007 20:50:13
0.8.11_1 
|
linimon  |
Add WANT_PERL. This will be needed to conditionalize bsd.perl.mk inclusion.
Approved by: maintainer |
16 Sep 2007 12:40:50
0.8.11_1 
|
vanilla  |
Fix buggy logging code.
Submitted by: mhsin via #bsdchat
Obtained from: http://bugs.irssi.org/?do=details&task_id=509&pagenum=2 |
26 Apr 2007 10:05:47
0.8.11 
|
vanilla  |
Upgrade to 0.8.11.
Requested by: miwi@ |
11 Mar 2007 01:52:32
0.8.10_3 
|
vanilla  |
Fix pkg-plist with bot support.
PR: ports/110142
Submitted by: "John K."<cfactor_at_gmail_._com> |
08 Dec 2006 17:39:33
0.8.10_3 
|
vanilla  |
remove RUN_DEPENDS to x11-thenes/irssi-themes, and add message on post-install.
PR: ports/106408
Submitted by: m0rf<m0rf@mail.dot.cz>, ehaupt |
28 Sep 2006 16:25:09
0.8.10_3 
|
vanilla  |
set themes option default value.
Submitted by: Liuyh <liuyh@newsbank-218.csie.nctu.dot.edu.tw> |
25 Sep 2006 08:29:19
0.8.10_3 
|
vanilla  |
When irssi displays a overlong topic with wide (width > 1) character on the
display margin, it will truncate AFTER that character. That is, the whole wide
character is outputted and mess up the screen.
This patch fixes the problem by truncating BEFORE wide characters that fall
on the display margin.
PR: ports/103597
Submitted by: Yi-Hsuan Hsin <mhsin_at_mhsin_dot_org> |
18 Sep 2006 16:26:04
0.8.10_2 
|
miwi  |
- Add irssi-theme knop
Approved by: vanilla@ (maintainer) |
10 Sep 2006 15:11:53
0.8.10_2 
|
vanilla  |
Make slave port happy.
PR: ports/103034
Submitted by: rafan@ |
08 May 2006 10:32:04
0.8.10_2 
|
edwin  |
remove USE_REINPLACE for all categories starting with I |
04 May 2006 05:51:00
0.8.10_2 
|
vanilla  |
Add patch to fix coredump on 7-current.
Submitted by: andrei at tyenet.com |
23 Feb 2006 10:40:45
0.8.10_1 
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
15 Jan 2006 09:00:54
0.8.10_1 
|
pav  |
- Fix runtime crash on 64-bit archs with jemalloc
PR: ports/91812
Submitted by: keramida
Approved by: vanilla (vacation blanket) |
12 Dec 2005 05:46:52
0.8.10 
|
vanilla  |
1: upgrade to 0.8.10.
2: sync with irssi-devel
PR: ports/90256
Submitted by: Toni Viemero <toni.viemero@iki.dot.fi> |
29 Sep 2005 07:32:20
0.8.9_3 
|
vanilla  |
Fix typo error (USE_REPLACE => USE_REINPLACE), my fault :(
Submitted by: Ed Schouten <ed@fxq.nl> |
29 Sep 2005 06:55:18
0.8.9_3 
|
vanilla  |
Fix manpage pathnames.
PR: ports/84909
Submitted by: Ed Schouten <ed@fxq.nl> |
24 Jul 2005 17:16:19
0.8.9_3 
|
vsevolod  |
Add conflicts line for irssi-devel.
Approved by: perky (mentor), vanilla (maintainer) |
26 May 2005 11:01:12
0.8.9_3 
|
pav  |
- Fix package to create empty lib/irssi/modules directory, to match port's
behaviour |