wok-next rev 19652

Up cookutils(886), slitaz-base-files(328), tazpkg(944), tzdata(2017a); dbus: changes in pre/post-install (fix group number, etc.)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Mar 01 23:29:10 2017 +0200 (2017-03-01)
parents 75456ab144e4
children c5336999f370
files cookutils-daemon/receipt cookutils/receipt dbus/receipt slitaz-base-files/receipt tazpkg/receipt tzdata/receipt xorg-server/receipt
line diff
     1.1 --- a/cookutils-daemon/receipt	Sat Feb 25 15:03:48 2017 +0200
     1.2 +++ b/cookutils-daemon/receipt	Wed Mar 01 23:29:10 2017 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="cookutils-daemon"
     1.7 -VERSION="882"
     1.8 +VERSION="886"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="SliTaz Cooker daemon script for build host."
    1.11  MAINTAINER="pankso@slitaz.org"
     2.1 --- a/cookutils/receipt	Sat Feb 25 15:03:48 2017 +0200
     2.2 +++ b/cookutils/receipt	Wed Mar 01 23:29:10 2017 +0200
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="cookutils"
     2.7 -VERSION="882"
     2.8 +VERSION="886"
     2.9  CATEGORY="base-system"
    2.10  SHORT_DESC="SliTaz packages builder new generation."
    2.11  MAINTAINER="pankso@slitaz.org"
     3.1 --- a/dbus/receipt	Sat Feb 25 15:03:48 2017 +0200
     3.2 +++ b/dbus/receipt	Wed Mar 01 23:29:10 2017 +0200
     3.3 @@ -51,10 +51,9 @@
     3.4  	# was found.
     3.5  	if ! grep -qs 'messagebus' "$1/etc/passwd"; then
     3.6  		action 'Adding user: messagebus...'
     3.7 -		echo 'messagebus:x:18:18:D-Bus Message Daemon User:/var/run/dbus:/bin/false' >> "$1/etc/passwd"
     3.8 -		echo 'messagebus:!:14013:0:99999:7:::' >> "$1/etc/shadow"
     3.9 -		echo 'messagebus:x:18:' >> "$1/etc/group"
    3.10 -		echo 'messagebus:!::' >> "$1/etc/gshadow"
    3.11 +		chroot "$1/" addgroup -g25 -S messagebus
    3.12 +		chroot "$1/" adduser -h/var/run/dbus -S -D -u25 \
    3.13 +			-g"D-Bus Message Daemon User" messagebus
    3.14  		status
    3.15  	fi
    3.16  	if ! grep -qs ^DBUS_OPTIONS "$1/etc/daemons.conf"; then
    3.17 @@ -73,6 +72,7 @@
    3.18  {
    3.19  	if [ -z "$1" ]; then
    3.20  		/etc/init.d/dbus stop 2>/dev/null
    3.21 -		deluser messagebus
    3.22 +		deluser  messagebus
    3.23 +		delgroup messagebus
    3.24  	fi
    3.25  }
     4.1 --- a/slitaz-base-files/receipt	Sat Feb 25 15:03:48 2017 +0200
     4.2 +++ b/slitaz-base-files/receipt	Wed Mar 01 23:29:10 2017 +0200
     4.3 @@ -1,7 +1,7 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="slitaz-base-files"
     4.7 -VERSION="323"
     4.8 +VERSION="328"
     4.9  CATEGORY="base-system"
    4.10  SHORT_DESC="Linux tree and the necessary files for the base system."
    4.11  MAINTAINER="pankso@slitaz.org"
     5.1 --- a/tazpkg/receipt	Sat Feb 25 15:03:48 2017 +0200
     5.2 +++ b/tazpkg/receipt	Wed Mar 01 23:29:10 2017 +0200
     5.3 @@ -1,7 +1,7 @@
     5.4  # SliTaz package receipt.
     5.5  
     5.6  PACKAGE="tazpkg"
     5.7 -VERSION="941"
     5.8 +VERSION="944"
     5.9  CATEGORY="base-system"
    5.10  SHORT_DESC="SliTaz packages manager"
    5.11  MAINTAINER="pankso@slitaz.org"
     6.1 --- a/tzdata/receipt	Sat Feb 25 15:03:48 2017 +0200
     6.2 +++ b/tzdata/receipt	Wed Mar 01 23:29:10 2017 +0200
     6.3 @@ -1,7 +1,7 @@
     6.4  # SliTaz package receipt.
     6.5  
     6.6  PACKAGE="tzdata"
     6.7 -VERSION="2016j"
     6.8 +VERSION="2017a"
     6.9  CATEGORY="base-system"
    6.10  SHORT_DESC="Time Zone Database"
    6.11  MAINTAINER="al.bobylev@gmail.com"
     7.1 --- a/xorg-server/receipt	Sat Feb 25 15:03:48 2017 +0200
     7.2 +++ b/xorg-server/receipt	Wed Mar 01 23:29:10 2017 +0200
     7.3 @@ -19,7 +19,7 @@
     7.4  xorg-libXfont-dev libgcrypt-dev pixman-dev udev-dev mesa-dev pkg-config perl \
     7.5  flex xorg-xf86driproto xorg-xcmiscproto xorg-bigreqsproto xorg-randrproto \
     7.6  xorg-dri2proto xorg-libXau-dev xorg-dev-proto libdrm-dev xorg-glproto \
     7.7 -xorg-libXv-dev"
     7.8 +xorg-libXv-dev xorg-libXmu-dev xorg-libXrender-dev xorg-libXi-dev"
     7.9  
    7.10  # Rules to configure and make the package.
    7.11  compile_rules()