<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/libuwsc/Makefile, 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>2024-08-24T18:23:44Z</updated>
<entry>
<title>libuwsc: bump PKG_RELEASE for APK</title>
<updated>2024-08-24T18:23:44Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-08-18T03:08:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c183be97d9435835851923843b44f89d1e221272'/>
<id>urn:sha1:c183be97d9435835851923843b44f89d1e221272</id>
<content type='text'>
PKG_RELEASE must be an integer.

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.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>treewide: fix security issues by bumping all packages using libwolfssl</title>
<updated>2022-10-04T07:58:29Z</updated>
<author>
<name>Petr Štetiar</name>
</author>
<published>2022-10-03T17:03:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=845d81ca0976c82829addc23e9e8b95885c910ee'/>
<id>urn:sha1:845d81ca0976c82829addc23e9e8b95885c910ee</id>
<content type='text'>
As wolfSSL is having hard time maintaining ABI compatibility between
releases, we need to manually force rebuild of packages depending on
libwolfssl and thus force their upgrade. Otherwise due to the ABI
handling we would endup with possibly two libwolfssl libraries in the
system, including the patched libwolfssl-5.5.1, but still have
vulnerable services running using the vulnerable libwolfssl-5.4.0.

So in order to propagate update of libwolfssl to latest stable release
done in commit ec8fb542ec3e4 ("wolfssl: fix TLSv1.3 RCE in uhttpd by
using 5.5.1-stable (CVE-2022-39173)") which fixes several remotely
exploitable vulnerabilities, we need to bump PKG_RELEASE of all packages
using wolfSSL library.

Same bump has been done in buildroot in commit f1b7e1434f66 ("treewide:
fix security issues by bumping all packages using libwolfssl").

Signed-off-by: Petr Štetiar &lt;ynezz@true.cz&gt;
</content>
</entry>
<entry>
<title>treewide: back to cmake.mk</title>
<updated>2021-06-13T04:05:01Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-06-10T23:27:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2e654b19f38f1f941c70a5adcdac6311234362c3'/>
<id>urn:sha1:2e654b19f38f1f941c70a5adcdac6311234362c3</id>
<content type='text'>
Ninja was merged to base and therefore we can now use normal cmake.mk

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libuwsc: update to 3.3.5</title>
<updated>2021-03-26T20:12:59Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-03-20T23:58:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=935b7e8c1328d6491f8034a60efb148338d64732'/>
<id>urn:sha1:935b7e8c1328d6491f8034a60efb148338d64732</id>
<content type='text'>
Switch to AUTORELEASE for simplicity.

Switch to building with Ninja for faster compilation.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libuwsc: update to 3.3.4</title>
<updated>2020-03-30T16:33:37Z</updated>
<author>
<name>Jianhui Zhao</name>
</author>
<published>2020-03-30T16:33:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b97802e7dfa09b55fd3948a4b9b8c8c3a46abbed'/>
<id>urn:sha1:b97802e7dfa09b55fd3948a4b9b8c8c3a46abbed</id>
<content type='text'>
Signed-off-by: Jianhui Zhao &lt;zhaojh329@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.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>libuwsc: update to 3.3.2</title>
<updated>2019-07-03T17:37:47Z</updated>
<author>
<name>Jianhui Zhao</name>
</author>
<published>2019-07-03T17:37:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=46ec912121f2746dcd04a55e853e3c04a4266d57'/>
<id>urn:sha1:46ec912121f2746dcd04a55e853e3c04a4266d57</id>
<content type='text'>
Signed-off-by: Jianhui Zhao &lt;jianhuizhao329@gmail.com&gt;
</content>
</entry>
<entry>
<title>libuwsc: update to 3.3.1</title>
<updated>2019-05-16T08:35:21Z</updated>
<author>
<name>Jianhui Zhao</name>
</author>
<published>2019-05-16T07:09:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=560c20f36b88d59ba2fb607e56ac0bfb4fb80b48'/>
<id>urn:sha1:560c20f36b88d59ba2fb607e56ac0bfb4fb80b48</id>
<content type='text'>
Signed-off-by: Jianhui Zhao &lt;jianhuizhao329@gmail.com&gt;
</content>
</entry>
<entry>
<title>libuwsc: update to 3.2.2</title>
<updated>2019-04-25T02:55:54Z</updated>
<author>
<name>Jianhui Zhao</name>
</author>
<published>2019-04-25T02:55:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0803c6ee5db5bab57cdd92c40b2ea39fa5f03cf4'/>
<id>urn:sha1:0803c6ee5db5bab57cdd92c40b2ea39fa5f03cf4</id>
<content type='text'>
Signed-off-by: Jianhui Zhao &lt;jianhuizhao329@gmail.com&gt;
</content>
</entry>
</feed>
