Commit Graph

14 Commits

Author SHA1 Message Date
Rafał Miłecki c27a20ab75 shadow: add packages for newgidmap and newuidmap applets
They are needed by LXC for unprivileged containers.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2017-11-15 19:08:42 +01:00
Rafał Miłecki f7c0dcb4c4 shadow: use proper fix for checking subordinate IDs support
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 <rafal@milecki.pl>
2017-11-15 19:08:42 +01:00
Etienne Champetier 4006865ae8 treewide: run "make check FIXUP=1"
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-08-29 21:41:14 -07:00
Philip Prindeville 33db14be2b shadow: add chpasswd, et al to list of applets
If you have a firstboot script which seeds a passwd based on
run-time information (like MAC addresses, hostname, etc) then
you need to be able to pass in a cleartext string via chpasswd.

Other applets are similarly potentially useful in other corner
cases.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2017-04-13 18:01:48 -06:00
Pelle Johnsen a14b3c8651 shadow: fix su controlling terminal #1521
Signed-off-by: Pelle Johnsen <pelle.johnsen@gmail.com>
2015-07-03 13:44:10 +02:00
Gergely Kiss 37273090ea shadow: select all packages by default
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2014-12-26 17:58:10 +01:00
Gergely Kiss 7cdff9ec14 shadow-utils: remove dependency causing conflict
The "+ALL:shadow" dependency causes conflict with passwd utility
as it is provided by busybox in the default configuration.

Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2014-12-20 23:12:22 +01:00
Gergely Kiss 3e0466eaff shadow: fix libintl/libiconv dependencies
Include nls.mk rather than explicitly using the stub versions.
This allows to make the packages depend on the full versions
of libiconv & libintl and thus to have full language support.

Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2014-12-20 23:01:56 +01:00
Steven Barth 65d8897100 shadow: remove duplicate install section
Signed-off-by: Steven Barth <steven@midlink.org>
2014-12-14 19:01:24 +01:00
Steven Barth e2816565be shadow: add dummy install-section for shadow-utils
Signed-off-by: Steven Barth <steven@midlink.org>
2014-12-14 18:51:31 +01:00
Ted Hess 8d8a501f1f shadow: Add libiconv to PKG_BUILD_DEPENDS
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-10-10 16:41:39 -04:00
Ted Hess c2745855c6 shadow: create utility sub-menu
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-08-24 18:29:39 -04:00
Steven Barth 7cf7c8675a shadow: update to 4.2.1, add PKG_LICENSE
Signed-off-by: Steven Barth <steven@midlink.org>
2014-08-12 08:49:34 +02:00
Steven Barth 7766038afb shadow: adopt here
Signed-off-by: Steven Barth <steven@midlink.org>
2014-07-18 16:27:31 +02:00