wok-6.x diff dhcp6-relay/receipt @ rev 23657
updated socat (2.0.0-b8 -> 2.0.0-b9)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Apr 22 07:33:31 2020 +0100 (2020-04-22) |
parents | f1e92a9bbf08 |
children | 25f321eee88e |
line diff
1.1 --- a/dhcp6-relay/receipt Mon Jul 01 12:11:40 2019 +0200 1.2 +++ b/dhcp6-relay/receipt Wed Apr 22 07:33:31 2020 +0100 1.3 @@ -1,20 +1,20 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="dhcp6-relay" 1.7 -VERSION="4.4.1" 1.8 +VERSION="4.4.2" 1.9 CATEGORY="network" 1.10 -SHORT_DESC="Dynamic Host Configuration Protocol relay with ipv6 support." 1.11 +SHORT_DESC="Dynamic Host Configuration Protocol relay with IPv6 support." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="ISC" 1.14 -WEB_SITE="http://www.isc.org/" 1.15 +WEB_SITE="https://www.isc.org/dhcp/" 1.16 1.17 -WANTED="dhcp6" 1.18 PROVIDE="dhcp-relay" 1.19 DEPENDS="libcrypto" 1.20 +WANTED="dhcp6" 1.21 1.22 # Rules to gen a SliTaz package suitable for Tazpkg. 1.23 genpkg_rules() 1.24 { 1.25 mkdir -p $fs/usr/sbin 1.26 - cp -a $install/usr/sbin/dhcrelay $fs/usr/sbin 1.27 + cp -a $install/usr/sbin/dhcrelay $fs/usr/sbin 1.28 }