<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/libshout/Makefile, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2024-05-26T21:36:41Z</updated>
<entry>
<title>libshout: fix compilation with GCC14</title>
<updated>2024-05-26T21:36:41Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-05-22T01:57:43Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=bfe0d361f37d320abdfd2f1ad47f7f7e0a39acc8'/>
<id>urn:sha1:bfe0d361f37d320abdfd2f1ad47f7f7e0a39acc8</id>
<content type='text'>
Missing headers.

Signed-off-by: Rosen Penev &lt;rosenp@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-03.infra.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>libshout: update to 2.4.6</title>
<updated>2022-11-05T17:32:43Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2022-11-05T04:29:48Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=cecc44fb423866ef4aa0ba6b1cdd1006750eb2e5'/>
<id>urn:sha1:cecc44fb423866ef4aa0ba6b1cdd1006750eb2e5</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libshout: update to 2.4.5</title>
<updated>2021-02-23T04:43:43Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-02-21T05:35:10Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=500bed5935289e8c45e61e8b183f8420db2b565e'/>
<id>urn:sha1:500bed5935289e8c45e61e8b183f8420db2b565e</id>
<content type='text'>
Remove upstreamed patch.

Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libshout: update to 2.4.4</title>
<updated>2020-10-07T10:08:21Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-10-05T22:38:33Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=eac9f27cc5380351480c2598b3b60c4cba97ffaa'/>
<id>urn:sha1:eac9f27cc5380351480c2598b3b60c4cba97ffaa</id>
<content type='text'>
Small fix to nanosleep patch.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libshout: don't use usleep</title>
<updated>2020-04-07T02:34:01Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-04-06T02:57:53Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=16dc93e6a4f90fe16700fd0de99464feb893eaf9'/>
<id>urn:sha1:16dc93e6a4f90fe16700fd0de99464feb893eaf9</id>
<content type='text'>
usleep is deprecated and optionally unavailable with uClibc-ng.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: Use default PKG_BUILD_DIR when possible</title>
<updated>2019-10-12T18:01:34Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2019-10-12T17:00:20Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=53e1692ae91b1b5fc59a7e8ab7fb98f8775eb4b6'/>
<id>urn:sha1:53e1692ae91b1b5fc59a7e8ab7fb98f8775eb4b6</id>
<content type='text'>
This removes lines that set PKG_BUILD_DIR when the set value is no
different from the default value.

Specifically, the line is removed if the assigned value is:

* $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)

  The default PKG_BUILD_DIR was updated[1] to incorporate BUILD_VARIANT
  if it is set, so now this is identical to the default value.

* $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR)

  if PKG_SOURCE_SUBDIR is set to $(PKG_NAME)-$(PKG_VERSION), making it
  the same as the previous case

* $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)

  This is the same as the default PKG_BUILD_DIR when there is no
  BUILD_VARIANT.

* $(BUILD_DIR)/[name]-$(PKG_VERSION)

  where [name] is a string that is identical to PKG_NAME

[1]: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=e545fac8d968864a965edb9e50c6f90940b0a6c9

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: add PKG_CPE_ID for better cvescanner coverage</title>
<updated>2019-09-17T10:40:26Z</updated>
<author>
<name>Jan Pavlinec</name>
</author>
<published>2019-09-12T12:13:21Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=299e5b0a9bce19d6e96cb9ff217028b36ee2dd36'/>
<id>urn:sha1:299e5b0a9bce19d6e96cb9ff217028b36ee2dd36</id>
<content type='text'>
Signed-off-by: Jan Pavlinec &lt;jan.pavlinec@nic.cz&gt;
</content>
</entry>
<entry>
<title>libshout: Update to 2.4.3</title>
<updated>2019-07-01T18:43:44Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-06-27T23:52:47Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=9bacdfa9a2680d1a0e4da241a4b4ce399db77099'/>
<id>urn:sha1:9bacdfa9a2680d1a0e4da241a4b4ce399db77099</id>
<content type='text'>
Removed inactive maintainer.

Rearranged Makefile for consistency between packages.

Added --without-pic to avoid both -fPIC and -fpic.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libshout: Fix OpenSSL 1.1.0 without deprecated APIs</title>
<updated>2018-05-30T01:31:20Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-05-29T04:14:34Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=f51d3846d8d5320d08f620c6a5d28fb3d7cb1fae'/>
<id>urn:sha1:f51d3846d8d5320d08f620c6a5d28fb3d7cb1fae</id>
<content type='text'>
Previous patch was incomplete and broke with deprecated APIs
disabled.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
</feed>
