diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-07-09 15:52:31 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-17 07:49:47 +0700 |
commit | 733095be96cb2630f9a1b193ba878837d96f5b6a (patch) | |
tree | 7cf3860e6c1e912d9c2209796a3a993cfe85490f | |
parent | 4f9e9a32f2b339e7847ebf75522f79abe8059a7b (diff) |
libraries/libhtp: Updated for version 0.5.20.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r-- | libraries/libhtp/libhtp.SlackBuild | 6 | ||||
-rw-r--r-- | libraries/libhtp/libhtp.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/libraries/libhtp/libhtp.SlackBuild b/libraries/libhtp/libhtp.SlackBuild index 6a167b1aa829..42c6bb636a7a 100644 --- a/libraries/libhtp/libhtp.SlackBuild +++ b/libraries/libhtp/libhtp.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for libhtp -# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece # 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=libhtp -VERSION=${VERSION:-0.5.18} +VERSION=${VERSION:-0.5.20} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -67,7 +67,7 @@ find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; ./autogen.sh CFLAGS="$SLKCFLAGS" \ diff --git a/libraries/libhtp/libhtp.info b/libraries/libhtp/libhtp.info index e0fdfd20de56..8aeec70d7a09 100644 --- a/libraries/libhtp/libhtp.info +++ b/libraries/libhtp/libhtp.info @@ -1,8 +1,8 @@ PRGNAM="libhtp" -VERSION="0.5.18" +VERSION="0.5.20" HOMEPAGE="https://github.com/OISF/libhtp" -DOWNLOAD="https://github.com/OISF/libhtp/archive/0.5.18.tar.gz" -MD5SUM="c160f27b7865732790eac8c805d111c9" +DOWNLOAD="https://github.com/OISF/libhtp/archive/0.5.20.tar.gz" +MD5SUM="f305ca6820553baef0f47aea4167ce3a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |