<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/semodule-utils, 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>2026-01-22T18:52:02Z</updated>
<entry>
<title>semodule-utils: update to 3.9</title>
<updated>2026-01-22T18:52:02Z</updated>
<author>
<name>W. Michael Petullo</name>
</author>
<published>2026-01-15T23:03:16Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=e56e3d8bdd09ff1c7a5871db2bc2cbd2b2fb0493'/>
<id>urn:sha1:e56e3d8bdd09ff1c7a5871db2bc2cbd2b2fb0493</id>
<content type='text'>
Upstream list of changes is available at
https://github.com/SELinuxProject/selinux/releases/tag/3.9.

Signed-off-by: W. Michael Petullo &lt;mike@flyn.org&gt;
</content>
</entry>
<entry>
<title>semodule-utils: update to 3.8.1</title>
<updated>2025-05-19T09:44:34Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2025-05-18T16:07:23Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=b0c4fe0b9a52e48cb805cc9f0997d5f3537bb15e'/>
<id>urn:sha1:b0c4fe0b9a52e48cb805cc9f0997d5f3537bb15e</id>
<content type='text'>
Update to latest 3.8.1 version.

Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>semodule-utils: update to 3.6</title>
<updated>2024-01-02T23:14:00Z</updated>
<author>
<name>W. Michael Petullo</name>
</author>
<published>2024-01-01T23:46:18Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=2931aa1a079fc72e7618a57d4e1c421fbc8dfd2b'/>
<id>urn:sha1:2931aa1a079fc72e7618a57d4e1c421fbc8dfd2b</id>
<content type='text'>
Signed-off-by: W. Michael Petullo &lt;mike@flyn.org&gt;
</content>
</entry>
<entry>
<title>semodule-utils: Update to 3.5, reorganize package</title>
<updated>2023-06-20T02:33:14Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2023-06-09T12:27:58Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=aa4085a13f224e8bf5917aace318ae21b49adf2a'/>
<id>urn:sha1:aa4085a13f224e8bf5917aace318ae21b49adf2a</id>
<content type='text'>
* Add separate packages for each tool (semodule-*)

* Update the semodule-utils package as a meta-package that installs all
  tools, keeping it functionally the same as the current semodule-utils
  package

* Remove host build (not used by any other package)

* Update package titles, descriptions, and license files

Signed-off-by: Jeffery To &lt;jeffery.to@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>semodule-utils: update to 3.3</title>
<updated>2021-12-14T14:56:06Z</updated>
<author>
<name>W. Michael Petullo</name>
</author>
<published>2021-12-14T14:56:06Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=ea8b5521fbf387225f1a7f05c7174fd5656c2e69'/>
<id>urn:sha1:ea8b5521fbf387225f1a7f05c7174fd5656c2e69</id>
<content type='text'>
Signed-off-by: W. Michael Petullo &lt;mike@flyn.org&gt;
</content>
</entry>
<entry>
<title>semodule-utils: update to version 3.2</title>
<updated>2021-03-10T00:53:38Z</updated>
<author>
<name>Dominick Grift</name>
</author>
<published>2021-03-09T08:01:37Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=961c0129e24d4cc793ad7df22dcf5c2658fbee86'/>
<id>urn:sha1:961c0129e24d4cc793ad7df22dcf5c2658fbee86</id>
<content type='text'>
no changes

Signed-off-by: Dominick Grift &lt;dominick.grift@defensec.nl&gt;
</content>
</entry>
<entry>
<title>semobule-utils: fix wrong dependency</title>
<updated>2020-09-27T12:23:26Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-09-26T23:11:34Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=ad283f4786564cf4b3ec55bd185fdd3f9491274e'/>
<id>urn:sha1:ad283f4786564cf4b3ec55bd185fdd3f9491274e</id>
<content type='text'>
policycoreutils was reworked in master.

Added PKG_BUILD_PARALLEL for faster compilation.

Reorganized some stuff for consistency.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>semodule-utils: new package</title>
<updated>2020-09-12T00:50:24Z</updated>
<author>
<name>W. Michael Petullo</name>
</author>
<published>2020-08-07T18:57:54Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=2461940ac70bf09224283ad03f59fc0b5c1e81ee'/>
<id>urn:sha1:2461940ac70bf09224283ad03f59fc0b5c1e81ee</id>
<content type='text'>
Signed-off-by: W. Michael Petullo &lt;mike@flyn.org&gt;
</content>
</entry>
</feed>
