wok diff dhcp6-relay/receipt @ rev 22899
updated gtk-screenshot (0.1.0-1 -> 0.2.0)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Feb 23 15:09:43 2020 +0100 (2020-02-23) |
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 Sun Feb 23 15:09:43 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 }