ports/core (3.6): util-linux: update to 2.37
commit 976958fa916a3375d06d3eeab4a2e7c8baf5dc72 Author: Juergen Daubert <jue@jue.li> Date: Tue Jun 1 18:59:24 2021 +0200 util-linux: update to 2.37 diff --git a/util-linux/.footprint b/util-linux/.footprint index 68b9dd32..1534df2e 100644 --- a/util-linux/.footprint +++ b/util-linux/.footprint @@ -102,6 +102,7 @@ lrwxrwxrwx root/root usr/bin/linux64 -> setarch -rwxr-xr-x root/root usr/bin/setsid -rwxr-xr-x root/root usr/bin/setterm -rwxr-xr-x root/root usr/bin/taskset +-rwxr-xr-x root/root usr/bin/uclampset -rwxr-xr-x root/root usr/bin/ul lrwxrwxrwx root/root usr/bin/uname26 -> setarch -rwxr-xr-x root/root usr/bin/unshare @@ -148,7 +149,6 @@ drwxr-xr-x root/root usr/lib/pkgconfig/ drwxr-xr-x root/root usr/sbin/ -rwxr-xr-x root/root usr/sbin/addpart -rwxr-xr-x root/root usr/sbin/delpart --rwxr-xr-x root/root usr/sbin/fdformat -rwxr-xr-x root/root usr/sbin/ldattach -rwxr-xr-x root/root usr/sbin/partx -rwxr-xr-x root/root usr/sbin/readprofile @@ -205,6 +205,7 @@ drwxr-xr-x root/root usr/share/man/man1/ -rw-r--r-- root/root usr/share/man/man1/setsid.1.gz -rw-r--r-- root/root usr/share/man/man1/setterm.1.gz -rw-r--r-- root/root usr/share/man/man1/taskset.1.gz +-rw-r--r-- root/root usr/share/man/man1/uclampset.1.gz -rw-r--r-- root/root usr/share/man/man1/ul.1.gz -rw-r--r-- root/root usr/share/man/man1/unshare.1.gz -rw-r--r-- root/root usr/share/man/man1/utmpdump.1.gz @@ -243,7 +244,6 @@ drwxr-xr-x root/root usr/share/man/man8/ -rw-r--r-- root/root usr/share/man/man8/chmem.8.gz -rw-r--r-- root/root usr/share/man/man8/ctrlaltdel.8.gz -rw-r--r-- root/root usr/share/man/man8/delpart.8.gz --rw-r--r-- root/root usr/share/man/man8/fdformat.8.gz -rw-r--r-- root/root usr/share/man/man8/fdisk.8.gz -rw-r--r-- root/root usr/share/man/man8/findfs.8.gz -rw-r--r-- root/root usr/share/man/man8/findmnt.8.gz diff --git a/util-linux/.signature b/util-linux/.signature index e6a334ab..b13c7300 100644 --- a/util-linux/.signature +++ b/util-linux/.signature @@ -1,5 +1,6 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqp0Fiwo24ullNJxdwncvihs8555mD0isghLY28jptPmp7sNJEyV+EJLkvShCgxvxZAsSnRUB4PVy7l6xJChDew4= -SHA256 (Pkgfile) = f5c0126ec71111e16acf76fa5ae5ebedea0244797072957910e23c2cbf94024d -SHA256 (.footprint) = 265034ed419ca4db36ffcf01f3d4638dd5d541b9fb229d2caebd716cd948ea56 -SHA256 (util-linux-2.36.2.tar.xz) = f7516ba9d8689343594356f0e5e1a5f0da34adfbc89023437735872bb5024c5f +RWRJc1FUaeVeqnyM4JiwVlSo5GOjJmOadFvh5/K6gUzMw/chrKLGWVqsC8CzVlpi5tx/9YNS9v+BY72QxYB+ikC8cjOq/q72WAY= +SHA256 (Pkgfile) = 03c8be3408e5be4216cc3980da999d6f98e4012ba4103b41b543dbca6aba8b0d +SHA256 (.footprint) = 0215b6634c6c33870c8541ea0327e0f7537999a50e236ad5f0f745ceb554fea8 +SHA256 (util-linux-2.37.tar.xz) = bd07b7e98839e0359842110525a3032fdb8eaf3a90bedde3dd1652d32d15cce5 +SHA256 (util-linux-man-2.37.tar.xz) = e788f3aa921691dadf6e5315338ae536e3ec70f952781ac74bc4ba360d3d8ff7 diff --git a/util-linux/Pkgfile b/util-linux/Pkgfile index b2191a68..9f5767d5 100644 --- a/util-linux/Pkgfile +++ b/util-linux/Pkgfile @@ -1,30 +1,34 @@ # Description: Miscellaneous system utilities -# URL: https://github.com/karelzak/util-linux -# Maintainer: CRUX System Team, core-ports at crux dot nu -# Depends on: eudev file readline bzip2 xz +# URL: https://github.com/karelzak/util-linux +# Maintainer: CRUX System Team, core-ports at crux dot nu +# Depends on: eudev file readline bzip2 xz name=util-linux -version=2.36.2 +version=2.37 release=1 -source=(https://www.kernel.org/pub/linux/utils/$name/v${version:0:4}/$name-$version.tar.xz) +source=(https://www.kernel.org/pub/linux/utils/$name/v${version:0:4}/$name-$version.tar.xz + $name-man-$version.tar.xz) build() { - cd $name-$version + cd $name-$version - ./configure --prefix=/usr \ - --disable-nls \ - --disable-{login,su,sulogin,nologin,runuser} \ - --disable-chfn-chsh \ - --enable-{write,raw,kill} \ - --without-python + ./configure \ + --prefix=/usr \ + --disable-nls \ + --disable-asciidoc \ + --disable-{login,su,sulogin,nologin,runuser} \ + --disable-chfn-chsh \ + --enable-{write,raw,kill} \ + --without-python - make - make DESTDIR=$PKG install + make + make DESTDIR=$PKG install - install -d $PKG/{etc,var/{lib/libuuid,run/uuidd}} - touch $PKG/etc/adjtime + install -d $PKG/{etc,var/{lib/libuuid,run/uuidd}} + touch $PKG/etc/adjtime + cp -r $SRC/man $PKG/usr/share - rm -r $PKG/usr/share/{doc,bash-completion} - rm $PKG/sbin/{mkfs.bfs,mkfs.minix,fsck.minix} - rm $PKG/usr/share/man/man8/{fsck.minix,mkfs.bfs,mkfs.minix}.8 + rm -r $PKG/usr/share/{doc,bash-completion} + rm $PKG/sbin/{mkfs.bfs,mkfs.minix,fsck.minix} + rm $PKG/usr/share/man/man8/{fsck.minix,mkfs.bfs,mkfs.minix}.8 } diff --git a/util-linux/util-linux-man-2.37.tar.xz b/util-linux/util-linux-man-2.37.tar.xz new file mode 100644 index 00000000..d259ed72 Binary files /dev/null and b/util-linux/util-linux-man-2.37.tar.xz differ
participants (1)
-
crux@crux.nu