util-linux-ng, libblkid, libuuid: update to 2.16.2.
--HG-- extra : convert_revision : 080d0dc4a9bf88543cea757c699c8c32f25cddcc
This commit is contained in:
parent
0315dbb943
commit
be69941ead
3 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libblkid'
|
||||
pkgname=libblkid
|
||||
version=2.16.1
|
||||
version=2.16.2
|
||||
_utilng=util-linux-ng
|
||||
wrksrc=${_utilng}-${version}
|
||||
distfiles="${KERNEL_SITE}/utils/$pkgname/v2.16/${_utilng}-${version}.tar.bz2"
|
||||
|
@ -8,7 +8,7 @@ build_style=gnu_configure
|
|||
configure_args="--disable-libuuid --enable-libblkid"
|
||||
short_desc="Library to handle device identification"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=8f9fd83144f35dbd57d53eea914acd6dfad54b414ded0723f6efe06b3a167f36
|
||||
checksum=b1c3f5986b97753f3f83338b36aa25fc1370d96734313047da257df489f9a3eb
|
||||
long_desc="
|
||||
The libblkid package contains a library to handle device identification
|
||||
and token extraction."
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libuuid'
|
||||
pkgname=libuuid
|
||||
version=2.16.1
|
||||
version=2.16.2
|
||||
_utilng=util-linux-ng
|
||||
wrksrc=${_utilng}-${version}
|
||||
distfiles="${KERNEL_SITE}/utils/${_utilng}/v2.16/${_utilng}-${version}.tar.bz2"
|
||||
|
@ -9,7 +9,7 @@ configure_args="--disable-mount --disable-fsck --enable-libuuid
|
|||
--disable-libblkid"
|
||||
short_desc="UUID library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=8f9fd83144f35dbd57d53eea914acd6dfad54b414ded0723f6efe06b3a167f36
|
||||
checksum=b1c3f5986b97753f3f83338b36aa25fc1370d96734313047da257df489f9a3eb
|
||||
long_desc="
|
||||
libuuid generates and parses 128-bit universally unique id's (UUIDs).
|
||||
See RFC 4122 for more information,"
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'util-linux-ng'
|
||||
pkgname=util-linux-ng
|
||||
version=2.16.1
|
||||
version=2.16.2
|
||||
distfiles="${KERNEL_SITE}/utils/$pkgname/v2.16/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--enable-partx --enable-write --disable-libuuid
|
||||
--disable-libblkid --disable-fsck"
|
||||
short_desc="Miscellaneous linux utilities"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=8f9fd83144f35dbd57d53eea914acd6dfad54b414ded0723f6efe06b3a167f36
|
||||
checksum=b1c3f5986b97753f3f83338b36aa25fc1370d96734313047da257df489f9a3eb
|
||||
long_desc="
|
||||
The util-linux-ng package contains miscellaneous utility programs. Among
|
||||
them are utilities for handling file systems, consoles, partitions,
|
||||
|
|
Loading…
Reference in a new issue