diff options
author | Thibaut Notteboom <thibaut.notteboom@gmail.com> | 2017-04-30 14:21:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-30 14:21:30 +0700 |
commit | 38d29cae7180b3b062cdb3f51bd9105584611ec8 (patch) | |
tree | 66a0c72378047205c83297d8ed563a9c37fd2c91 /network/kea | |
parent | 71c7cd3a608568cf2c70985cc5183efa7a9cb291 (diff) | |
download | slackbuilds-38d29cae7180b3b062cdb3f51bd9105584611ec8.tar.gz |
network/kea: Updated for version 1.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/kea')
-rw-r--r-- | network/kea/kea.SlackBuild | 6 | ||||
-rw-r--r-- | network/kea/kea.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/network/kea/kea.SlackBuild b/network/kea/kea.SlackBuild index 533316a8d6..e68574535f 100644 --- a/network/kea/kea.SlackBuild +++ b/network/kea/kea.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for kea -# Copyright 2016 Thibaut Notteboom, Paris, FRANCE +# Copyright 2016-2017 Thibaut Notteboom, Paris, FRANCE # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=kea -VERSION=${VERSION:-1.1.0} +VERSION=${VERSION:-1.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -80,11 +80,11 @@ CXXFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ - --disable-static \ --with-log4cplus \ --with-openssl \ --with-dhcp-mysql \ --with${PGSQL}-dhcp-pgsql \ + --disable-static \ --build=$ARCH-slackware-linux make diff --git a/network/kea/kea.info b/network/kea/kea.info index 486955686e..c70b7d4c1a 100644 --- a/network/kea/kea.info +++ b/network/kea/kea.info @@ -1,8 +1,8 @@ PRGNAM="kea" -VERSION="1.1.0" +VERSION="1.2.0" HOMEPAGE="http://kea.isc.org/" -DOWNLOAD="http://ftp.isc.org/isc/kea/1.1.0/kea-1.1.0.tar.gz" -MD5SUM="716d5376374cd111dba301ece5111602" +DOWNLOAD="http://ftp.isc.org/isc/kea/1.2.0/kea-1.2.0.tar.gz" +MD5SUM="7e3f2b23052105c82991663261259c5b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="log4cplus" |