<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/irssi, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2023-10-03T09:46:08Z</updated>
<entry>
<title>irssi: update to 1.4.5</title>
<updated>2023-10-03T09:46:08Z</updated>
<author>
<name>Fabian Lipken</name>
</author>
<published>2023-10-03T09:46:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=06504d9dd29016361e5d4265cf0069092ac5274f'/>
<id>urn:sha1:06504d9dd29016361e5d4265cf0069092ac5274f</id>
<content type='text'>
Signed-off-by: Fabian Lipken &lt;dynasticorpheus@gmail.com&gt;
</content>
</entry>
<entry>
<title>irssi: update to 1.4.4</title>
<updated>2023-10-02T05:51:53Z</updated>
<author>
<name>Fabian Lipken</name>
</author>
<published>2023-09-29T08:39:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6c8d81e603f9fe6729ed39703ab5ace1b5b6f6fc'/>
<id>urn:sha1:6c8d81e603f9fe6729ed39703ab5ace1b5b6f6fc</id>
<content type='text'>
update to 1.4.4
switch to meson
remove obsolete patch

Signed-off-by: Fabian Lipken &lt;dynasticorpheus@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: remove AUTORELEASE</title>
<updated>2023-04-21T20:46:58Z</updated>
<author>
<name>Paul Fertser</name>
</author>
<published>2023-04-21T16:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0c10c224be81f9221dabfab449855ab6718d2a0c'/>
<id>urn:sha1:0c10c224be81f9221dabfab449855ab6718d2a0c</id>
<content type='text'>
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 &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>irssi: add test.sh</title>
<updated>2021-07-27T10:55:24Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2021-07-27T08:50:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=21992344b54144dae1b73ad7145540328e7ed0bb'/>
<id>urn:sha1:21992344b54144dae1b73ad7145540328e7ed0bb</id>
<content type='text'>
Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>irssi: update to 1.2.3</title>
<updated>2021-07-27T08:27:53Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-07-19T03:54:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=752656c6be242d266d689078cc3ed1d76cb0143f'/>
<id>urn:sha1:752656c6be242d266d689078cc3ed1d76cb0143f</id>
<content type='text'>
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: Run refresh on all packages</title>
<updated>2021-02-21T00:02:15Z</updated>
<author>
<name>Ilya Lipnitskiy</name>
</author>
<published>2021-02-21T00:02:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5d8d4fbbcb5c5de9370711c19bb3510210989a98'/>
<id>urn:sha1:5d8d4fbbcb5c5de9370711c19bb3510210989a98</id>
<content type='text'>
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 &lt;ilya.lipnitskiy@gmail.com&gt;
</content>
</entry>
<entry>
<title>irssi: update to version 1.2.2 (security fix)</title>
<updated>2019-09-18T18:12:17Z</updated>
<author>
<name>Jan Pavlinec</name>
</author>
<published>2019-09-18T11:30:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b42159dea3ed38c3755c1b641d47209878247763'/>
<id>urn:sha1:b42159dea3ed38c3755c1b641d47209878247763</id>
<content type='text'>
Fixes CVE-2019-15717

Signed-off-by: Jan Pavlinec &lt;jan.pavlinec@nic.cz&gt;
</content>
</entry>
<entry>
<title>irssi: update to version 1.2.1 (security fix)</title>
<updated>2019-07-10T17:05:03Z</updated>
<author>
<name>Jan Pavlinec</name>
</author>
<published>2019-07-10T13:43:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5ee228fbc134af2f7131dc078c5fc32e587b3e3c'/>
<id>urn:sha1:5ee228fbc134af2f7131dc078c5fc32e587b3e3c</id>
<content type='text'>
Fixes CVE-2019-13045

Signed-off-by: Jan Pavlinec &lt;jan.pavlinec@nic.cz&gt;
</content>
</entry>
<entry>
<title>irssi: Fix OpenSSL without deprecated APIs compilation</title>
<updated>2019-02-16T23:18:34Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-02-16T01:08:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=cd6cba1f81cfd0eca9e110573baa403ce22a1a21'/>
<id>urn:sha1:cd6cba1f81cfd0eca9e110573baa403ce22a1a21</id>
<content type='text'>
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 &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>irssi: update to 1.2.0</title>
<updated>2019-02-11T23:48:34Z</updated>
<author>
<name>Peter Wagner</name>
</author>
<published>2019-02-11T23:48:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5d4ec805fd4cb2e8c165831e7de3ef1237098a23'/>
<id>urn:sha1:5d4ec805fd4cb2e8c165831e7de3ef1237098a23</id>
<content type='text'>
Signed-off-by: Peter Wagner &lt;tripolar@gmx.at&gt;
</content>
</entry>
</feed>
