<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/shadow, 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>2025-07-09T09:01:07Z</updated>
<entry>
<title>shadow: restore PKG_BUILD_DEPENDS to libxcrypt</title>
<updated>2025-07-09T09:01:07Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2025-07-09T08:34:58Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=3d1003956548ee801531f1f0210f56cd60b6e72a'/>
<id>urn:sha1:3d1003956548ee801531f1f0210f56cd60b6e72a</id>
<content type='text'>
This reverts commit f18594a00f6324045a7019863a5278a3f6f52e64.

The whole libxcrypt package was reworked in the base repo to fix
libcrypto-compat and the name was restored to libxcrypt.

Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>shadow: update build dependencies</title>
<updated>2025-06-29T09:17:31Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2025-06-28T14:21:39Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=f18594a00f6324045a7019863a5278a3f6f52e64'/>
<id>urn:sha1:f18594a00f6324045a7019863a5278a3f6f52e64</id>
<content type='text'>
The package libxcrypt was renamed to xcrypt when added to
the core repo [1].

1. https://github.com/openwrt/openwrt/commit/f544392fc3c6c435e4b9acaca5744abb8ccb0a55

Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>shadow: use libxcrypt</title>
<updated>2020-06-23T01:33:17Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-06-17T00:46:33Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=adf9c249498fe526e2d6afd19bf7985f116c8531'/>
<id>urn:sha1:adf9c249498fe526e2d6afd19bf7985f116c8531</id>
<content type='text'>
Since size is not a problem here, use libxcrypt to avoid algorithm
availability. Changed default to bcrypt as that's the strongest
supported by shadow-utils.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>shadow: don't compile bcrypt for unsupported platforms</title>
<updated>2020-06-16T22:23:17Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-06-16T22:23:17Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4e8b1887600ac3431957c98071a863dfc14684e7'/>
<id>urn:sha1:4e8b1887600ac3431957c98071a863dfc14684e7</id>
<content type='text'>
If musl has no bcrypt:

passwd: failed to crypt password with salt '$2a$13$w8EJ0Yfz5bGsG4U/0m7bk/': Function not implemented
The password for root is unchanged.

glibc output as it has no bcrypt:

passwd: failed to crypt password with salt '$2a$13$xbpmAYmq6Q/rZN5jOlNxJZ': Invalid argument
The password for root is unchanged.

--without-bcrypt output:

Invalid ENCRYPT_METHOD value: 'BCRYPT'.
Defaulting to DES.
passwd: password changed.

The solution was tested on glibc despite using a musl specific variable
Still works.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>shadow: update to 4.8.1</title>
<updated>2020-02-02T21:07:52Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-01-31T03:07:26Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=87e5ded04cf65fbaa398568efe41830c4b60397a'/>
<id>urn:sha1:87e5ded04cf65fbaa398568efe41830c4b60397a</id>
<content type='text'>
Fixed license information.

Removed patch requiring autoreconf and replaced with a configure variable.

Removed faulty patch that broke systems without a disabled crypt size hack.
Replaced with using a SED command as well as bcrypt, which works in musl.

Removed su patch and converted it to a SED command in the Makefile.

Added new shadow utilities.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>shadow: change default encryption method from DES to SHA512</title>
<updated>2019-12-18T10:37:39Z</updated>
<author>
<name>Karel Kočí</name>
</author>
<published>2019-05-13T11:38:04Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=f27ce05a5859a6cea24eb290e27ed904a67fe2e5'/>
<id>urn:sha1:f27ce05a5859a6cea24eb290e27ed904a67fe2e5</id>
<content type='text'>
Busybox in default uses SHA512 as well.

On big ditribution this default is sourced from PAM. That means that
shadow reads pam settings and uses that. OpenWrt in most cases does not
have PAM installed and in such case shadow fallbacks to its own default
which is DES. This just changes that default to SHA512 which is
consistent with rest of the system.

Signed-off-by: Karel Kočí &lt;karel.koci@nic.cz&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>shadow: Update to 4.6</title>
<updated>2018-08-16T01:31:34Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-08-11T06:27:13Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=2192c572a33ed05c5f0481d5bf5971d31e74bead'/>
<id>urn:sha1:2192c572a33ed05c5f0481d5bf5971d31e74bead</id>
<content type='text'>
Switched dead URLs to new upstream.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>shadow: add packages for newgidmap and newuidmap applets</title>
<updated>2017-11-15T18:08:42Z</updated>
<author>
<name>Rafał Miłecki</name>
</author>
<published>2017-11-14T12:14:25Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=c27a20ab759c803a09bf07c4931f847f882ed439'/>
<id>urn:sha1:c27a20ab759c803a09bf07c4931f847f882ed439</id>
<content type='text'>
They are needed by LXC for unprivileged containers.

Signed-off-by: Rafał Miłecki &lt;rafal@milecki.pl&gt;
</content>
</entry>
<entry>
<title>shadow: use proper fix for checking subordinate IDs support</title>
<updated>2017-11-15T18:08:42Z</updated>
<author>
<name>Rafał Miłecki</name>
</author>
<published>2017-11-14T12:14:24Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=f7c0dcb4c4f20c9aed3c33a1cc5ace29db63f37a'/>
<id>urn:sha1:f7c0dcb4c4f20c9aed3c33a1cc5ace29db63f37a</id>
<content type='text'>
During 4.2.1 version update support for subordinate IDs has been
disabled. It was handled by:

1) Adding --disable-subordinate-ids to avoid:
configure: error: cannot run test program while cross compiling

2) Adding patch 003-fix-disabling-subids.patch to avoid:
usermod.c: In function 'process_flags':
usermod.c:1364:10: error: 'vflg' undeclared (first use in this function)
  if (   (vflg || Vflg)
          ^

This commit adds a patch with a proper configure.in fix. We don't need
to disable subordinate IDs anymore.

Signed-off-by: Rafał Miłecki &lt;rafal@milecki.pl&gt;
</content>
</entry>
</feed>
