wok diff libnl-tools/receipt @ rev 24779
thttpd: race condition
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Mar 19 18:08:11 2022 +0000 (2022-03-19) |
parents | eb9e86ea9c0c |
children |
line diff
1.1 --- a/libnl-tools/receipt Fri Apr 12 14:38:43 2019 +0100 1.2 +++ b/libnl-tools/receipt Sat Mar 19 18:08:11 2022 +0000 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libnl-tools" 1.7 -VERSION="3.4.0" 1.8 +VERSION="3.5.0" 1.9 CATEGORY="network" 1.10 SHORT_DESC="The netlink tiny tools." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="LGPL2.1" 1.13 -WEB_SITE="http://www.infradead.org/~tgr/libnl/" 1.14 +WEB_SITE="https://www.infradead.org/~tgr/libnl/" 1.15 1.16 +DEPENDS="libnl" 1.17 WANTED="libnl" 1.18 -DEPENDS="libnl" 1.19 1.20 HOST_ARCH="i486 arm" 1.21 1.22 @@ -17,6 +17,7 @@ 1.23 genpkg_rules() 1.24 { 1.25 mkdir -p $fs/usr/sbin 1.26 + 1.27 cp -a $install/usr/bin/genl-ctrl-list $fs/usr/sbin 1.28 cp -a $install/usr/bin/nl-class-add $fs/usr/sbin 1.29 cp -a $install/usr/bin/nl-class-delete $fs/usr/sbin