wok diff dhcp/receipt @ rev 6424

Added patch to tiff to fix CVE-2009-2285 bug.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Sep 27 06:21:26 2010 +0000 (2010-09-27)
parents 07408a482374
children bb943d17f910
line diff
     1.1 --- a/dhcp/receipt	Sat Jun 26 11:57:03 2010 +0200
     1.2 +++ b/dhcp/receipt	Mon Sep 27 06:21:26 2010 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="dhcp"
     1.7 -VERSION="4.1.1b1"
     1.8 +VERSION="4.2.0"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Dynamic Host Configuration Protocol server."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -9,6 +9,7 @@
    1.13  WEB_SITE="http://www.isc.org/products/DHCP/"
    1.14  WGET_URL="http://ftp.isc.org/isc/$PACKAGE/$TARBALL"
    1.15  DEPENDS="libcrypto"
    1.16 +BUILD_DEPENDS="perl"
    1.17  CONFIG_FILES="/etc/dhcpd.conf"
    1.18  
    1.19  # Rules to configure and make the package.