Age | Commit message (Collapse) | Author |
|
Reported by: portfmt scan
|
|
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>
|
|
Changelog: https://github.com/irssi/irssi/releases/tag/1.4.3
PR: 267460
Reviewed by: David O'Rourke <dor.bsd@xm0.uk> (maintainer)
|
|
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)
|
|
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)
|
|
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
|
|
Changelog: https://github.com/irssi/irssi/releases/tag/1.4.2
PR: 265269
Reviewed by: David O'Rourke <dor.bsd@xm0.uk> (maintainer)
|
|
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)
|
|
Submitted by: portedit
|
|
Changes: https://irssi.org/NEWS/#v1-2-3
PR: 255116
Submitted by: David O'Rourke <dor.bsd@xm0.uk> (maintainer)
Approved by: mentors (implicit)
|
|
- Remove duplicate variables
- Remove nop variables
- Sort categories
- Remove redundant option descriptions that match the default ones
Reported by: portscan
|
|
Reported by: lwhsu
|
|
|
|
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)
|
|
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Sort categories
Reported by: portscan
|
|
../src/core/misc.c:101: error: #pragma GCC diagnostic not allowed inside functions
|
|
Use proper OPT_USE.
Reported by: mat@
|
|
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
|
|
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
|
|
Building with meson and ninja requires to load perl in the configuration file.
PR: 249910
Reported by: yuripv@yuripv.dev
|
|
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)
|
|
Introduced in r538869.
The installed shared objects are plugins not meant to be used outside of the
scope of this application.
Reported by: makc@
|
|
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)
|
|
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
|
|
PR: 240508
Submitted by: David O'Rourke <dor.bsd@xm0.uk> (maintainer)
|
|
* 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
|
|
* 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)
|
|
* 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
|
|
PR: 235698
Submitted by: David O'Rourke <dor.bsd@xm0.uk> (maintainer)
|
|
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
|
|
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
|
|
PR: 231970
|
|
- 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)
|
|
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
|
|
PR: 225196
Submitted by: David O'Rourke <dor.bsd@xm0.uk>
|
|
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
|
|
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
|
|
- Fixes two CVEs
PR: 220544
MFH: 2017Q3
Security: CVE-2017-10965
Security: CVE-2017-10966
|
|
Security: 165e8951-4be0-11e7-a539-0050569f7e80
Approved by: ports-secteam (with hat)
|
|
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)
|
|
|
|
|
|
2: remove uneeded config arguments (ncurses/ipv6)
PR: 217348
Submitted by: brnrd@
|
|
PR: 215888
Submitted by: shun.fbsd.pr at dropcut.net
|
|
PR: 215800
Submitted by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com>
|
|
Also, while here, sort the LIB_DEPENDS in desktutils/gnome-contacts,
because wow.
|
|
PR: 215800
Submitted by: vlad-fbsd@acheronmedia.com <vlad-fbsd at acheronmedia.com>
MFH: 2017Q1
|
|
- 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
|
|
PR: 212164
Submitted by: pipfstarrd@opmbx.org
|
|
by default anyway and don't need to be listed
Approved by: portmgr blanket
|