<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/opendoas, 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>2026-03-15T13:52:45Z</updated>
<entry>
<title>utils/opendoas: assign PKG_CPE_ID</title>
<updated>2026-03-15T13:52:45Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2026-03-14T13:42:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2e14244ef56fc3ed1e32bf207fa3b19d3689f51b'/>
<id>urn:sha1:2e14244ef56fc3ed1e32bf207fa3b19d3689f51b</id>
<content type='text'>
cpe:/a:opendoas_project:opendoas is the correct CPE ID for opendoas:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:opendoas_project:opendoas

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>opendoas: adjust with glibc and libcrypt-compat</title>
<updated>2025-07-14T08:40:15Z</updated>
<author>
<name>Konstantin Demin</name>
</author>
<published>2025-07-04T07:51:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=98b7d426fc810d4504c8eaaf624c36e87da330cc'/>
<id>urn:sha1:98b7d426fc810d4504c8eaaf624c36e87da330cc</id>
<content type='text'>
glibc 2.39 has removed libcrypt completely.
solution: link against libxcrypt built with glibc compatibility.

Signed-off-by: Konstantin Demin &lt;rockdrilla@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: fix licence typos</title>
<updated>2024-02-01T00:00:10Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2024-01-30T20:27:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=820fcc5fb979ad9ac630231dcf12ce76342d1c01'/>
<id>urn:sha1:820fcc5fb979ad9ac630231dcf12ce76342d1c01</id>
<content type='text'>
- PKG_LICENCE -&gt; PKG_LICENSE
- PKC_LICENSE_FILES -&gt; PKG_LICENSE_FILES
- BSD 3-Clause -&gt; BSD-3-Clause
- BSD-3-clause -&gt; BSD-3-Clause
- BSD-2-clause -&gt; BSD-2-Clause
- Public Domain -&gt; Public-Domain
- PublicDomain -&gt; Public-Domain
- Drop unneeded ',' in PKG_LICENSE or PKG_LICENSE_FILES

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@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>opendoas: avoid libpam dependency</title>
<updated>2022-09-22T08:22:28Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2022-09-15T00:21:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8cb0ed95dd101b1c8d4b44482ef2033a202b030f'/>
<id>urn:sha1:8cb0ed95dd101b1c8d4b44482ef2033a202b030f</id>
<content type='text'>
Package is failing to build because it picks up libpam dependency
regardless of `BUSYBOX_CONFIG_PAM`.

Use configure args --with-pam, --without-pam to assert the option.

Signed-off-by: Eneas U de Queiroz &lt;cotequeiroz@gmail.com&gt;
</content>
</entry>
<entry>
<title>opendoas: fix build with PAM</title>
<updated>2022-08-16T20:00:41Z</updated>
<author>
<name>Michal Vasilek</name>
</author>
<published>2022-08-16T13:02:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=626be1159397e8d835cc5d78e9272c5bb87403d4'/>
<id>urn:sha1:626be1159397e8d835cc5d78e9272c5bb87403d4</id>
<content type='text'>
When PAM is available, the build system will detect and use it, but the
package dependency was missing.

Signed-off-by: Michal Vasilek &lt;michal.vasilek@nic.cz&gt;
</content>
</entry>
<entry>
<title>opendoas: add package</title>
<updated>2022-08-13T19:54:10Z</updated>
<author>
<name>Michal Vasilek</name>
</author>
<published>2022-02-14T10:36:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ad7d2e5270e79f7209fc73e687ac2342fb4eccbb'/>
<id>urn:sha1:ad7d2e5270e79f7209fc73e687ac2342fb4eccbb</id>
<content type='text'>
Signed-off-by: Michal Vasilek &lt;michal.vasilek@nic.cz&gt;
</content>
</entry>
</feed>
