Commit Graph

24 Commits

Author SHA1 Message Date
Fabian Lipken 06504d9dd2 irssi: update to 1.4.5
Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
2023-10-03 11:46:08 +02:00
Fabian Lipken 6c8d81e603 irssi: update to 1.4.4
update to 1.4.4
switch to meson
remove obsolete patch

Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
2023-10-01 22:51:53 -07:00
Paul Fertser 0c10c224be treewide: remove AUTORELEASE
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>
2023-04-21 22:46:58 +02:00
Josef Schlehofer 21992344b5 irssi: add test.sh
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-07-27 12:55:24 +02:00
Rosen Penev 752656c6be irssi: update to 1.2.3
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-27 10:27:53 +02:00
Ilya Lipnitskiy 5d8d4fbbcb
treewide: Run refresh on all packages
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>
2021-02-20 16:02:15 -08:00
Jan Pavlinec b42159dea3 irssi: update to version 1.2.2 (security fix)
Fixes CVE-2019-15717

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-09-18 20:12:17 +02:00
Jan Pavlinec 5ee228fbc1 irssi: update to version 1.2.1 (security fix)
Fixes CVE-2019-13045

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-07-10 19:05:03 +02:00
Rosen Penev cd6cba1f81 irssi: Fix OpenSSL without deprecated APIs compilation
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>
2019-02-17 00:18:34 +01:00
Peter Wagner 5d4ec805fd irssi: update to 1.2.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2019-02-12 00:48:34 +01:00
Jan Pavlinec f422a6fe49 irssi: update to version 1.1.2
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>
2019-01-11 17:10:27 +01:00
Peter Wagner d128f5f6aa irssi: update to 1.1.1
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>
2018-02-27 12:27:20 +01:00
Peter Wagner eede1a6d48 irssi: update to 1.0.6
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-01-07 18:35:23 +01:00
Peter Wagner 90a74ed428 irssi: fix typo
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-10-29 17:07:24 +01:00
Peter Wagner dfb51561ef irssi: update to 1.0.5
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>
2017-10-29 17:04:22 +01:00
Peter Wagner 66878af831 irssi: update to 1.0.4
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-07-10 11:50:32 +02:00
Peter Wagner 2cbdef6d67 irssi: update to 1.0.3
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-06-12 20:15:59 +02:00
Hannu Nyman 1c2fa48ac1 irssi: remove nossl variant
Remove nossl variant as upstream has removed
the option to build irssi without SSL:
6300dfec71

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-05-04 13:06:11 +03:00
Peter Wagner 66b82457d6 irssi: update to 1.0.2
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-03-12 19:55:37 +01:00
Peter Wagner 9965c527c2 irssi: update to 1.0.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-03-04 12:42:57 +01:00
Peter Wagner 83f2f0a35e irssi: update to 0.8.21
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-01-10 19:01:52 +01:00
Peter Wagner 10a906ffe8 irssi: update to 0.8.20
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2016-09-23 17:01:49 +02:00
Peter Wagner bfcfcc48c3 irssi: update to 0.8.17
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2014-10-18 23:00:03 +02:00
Peter Wagner a629191c5a import irssi and update to latest version
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2014-06-18 14:27:31 +02:00