aboutsummaryrefslogtreecommitdiff
path: root/net/irssi
Commit message (Collapse)AuthorAge
* irssi: update to 1.4.5Fabian Lipken2023-10-03
| | | | Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
* irssi: update to 1.4.4Fabian Lipken2023-10-01
| | | | | | | | update to 1.4.4 switch to meson remove obsolete patch Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
* treewide: remove AUTORELEASEPaul Fertser2023-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically compute and substitute current values for all $(AUTORELEASE) instances as this feature is deprecated and shouldn't be used. The following temporary change was made to the core: diff --git a/rules.mk b/rules.mk index 57d7995d4fa8..f16367de87a8 100644 --- a/rules.mk +++ b/rules.mk @@ -429,7 +429,7 @@ endef abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1)))) COMMITCOUNT = $(if $(DUMP),0,$(call commitcount)) -AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1)) +AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile)) all: FORCE: ; And this command used to fix affected packages: for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \ sed 's^.*/\([^/]*\)/Makefile^\1^';); do make package/$i/download done Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* irssi: add test.shJosef Schlehofer2021-07-27
| | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* irssi: update to 1.2.3Rosen Penev2021-07-27
| | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* irssi: update to version 1.2.2 (security fix)Jan Pavlinec2019-09-18
| | | | | | Fixes CVE-2019-15717 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* irssi: update to version 1.2.1 (security fix)Jan Pavlinec2019-07-10
| | | | | | Fixes CVE-2019-13045 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* irssi: Fix OpenSSL without deprecated APIs compilationRosen Penev2019-02-17
| | | | | | | | | | | | | | | | | When OpenSSL is built without deprecated APIs, pkg-config first tries OpenSSL in the staging directory but fails as it cannot find the deprecated SSL_library_init function and ends up finding the system one. Added PKG_BUILD_PARALLEL for faster compilation. Added -Wl,--gc-sections to LDFLAGS to save ~10KB from the resulting ipk. Reworked configure section as some of those options were renamed or removed. Removed EXTRA_* hacks that are no longer necessary. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* irssi: update to 1.2.0Peter Wagner2019-02-12
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* irssi: update to version 1.1.2Jan Pavlinec2019-01-11
| | | | | | | | | | | Fixes CVE-2019-5882 - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-5882 Changes -add PKG_CPE_ID -add license info Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* irssi: update to 1.1.1Peter Wagner2018-02-27
| | | | | | | | | | | | | | | | | | | | | Closes the following CVEs: CVE-2018-7050 https://nvd.nist.gov/vuln/detail/CVE-2018-7050 CVE-2018-7051 https://nvd.nist.gov/vuln/detail/CVE-2018-7051 CVE-2018-7052 https://nvd.nist.gov/vuln/detail/CVE-2018-7052 CVE-2018-7053 https://nvd.nist.gov/vuln/detail/CVE-2018-7053 CVE-2018-7054 https://nvd.nist.gov/vuln/detail/CVE-2018-7054 Signed-off-by: Peter Wagner <tripolar@gmx.at>
* irssi: update to 1.0.6Peter Wagner2018-01-07
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* irssi: fix typoPeter Wagner2017-10-29
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* irssi: update to 1.0.5Peter Wagner2017-10-29
| | | | | | | | | | | | | | | | | | | | | Fixes the following CVEs: CVE-2017-15227 https://nvd.nist.gov/vuln/detail/CVE-2017-15227 CVE-2017-15228 https://nvd.nist.gov/vuln/detail/CVE-2017-15228 CVE-2017-15721 https://nvd.nist.gov/vuln/detail/CVE-2017-15721 CVE-2017-15722 https://nvd.nist.gov/vuln/detail/CVE-2017-15722 CVE-2017-15723 https://nvd.nist.gov/vuln/detail/CVE-2017-15723 Signed-off-by: Peter Wagner <tripolar@gmx.at>
* irssi: update to 1.0.4Peter Wagner2017-07-10
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* irssi: update to 1.0.3Peter Wagner2017-06-12
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* irssi: remove nossl variantHannu Nyman2017-05-04
| | | | | | | | Remove nossl variant as upstream has removed the option to build irssi without SSL: https://github.com/irssi/irssi/commit/6300dfec71d376c96351708f76a6c4ee4a187eb5 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* irssi: update to 1.0.2Peter Wagner2017-03-12
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* irssi: update to 1.0.1Peter Wagner2017-03-04
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* irssi: update to 0.8.21Peter Wagner2017-01-10
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* irssi: update to 0.8.20Peter Wagner2016-09-23
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* irssi: update to 0.8.17Peter Wagner2014-10-18
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* import irssi and update to latest versionPeter Wagner2014-06-18
Signed-off-by: Peter Wagner <tripolar@gmx.at>