diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-23 12:14:18 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-23 01:11:24 -0500 |
commit | aece0ab5ead0b1717a3ca20d49796d94ac7b401c (patch) | |
tree | c389620b7014db7bd47e1ef3c00994becf9561ae | |
parent | d2a96ccd21748d3f598d045cc087d76e2d45239e (diff) |
libraries/xmlsec: Updated for version 1.2.32.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/xmlsec/xmlsec.SlackBuild | 6 | ||||
-rw-r--r-- | libraries/xmlsec/xmlsec.info | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/libraries/xmlsec/xmlsec.SlackBuild b/libraries/xmlsec/xmlsec.SlackBuild index 6baaaee5fb46..01e1df68657f 100644 --- a/libraries/xmlsec/xmlsec.SlackBuild +++ b/libraries/xmlsec/xmlsec.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for xmlsec -# Copyright 2014-2020 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2014-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=xmlsec SRCNAM=xmlsec1 -VERSION=${VERSION:-1.2.31} +VERSION=${VERSION:-1.2.32} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -87,6 +87,8 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG +rm -rf $PKG/usr/lib${LIBDIRSUFFIX}/*.la + find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/libraries/xmlsec/xmlsec.info b/libraries/xmlsec/xmlsec.info index 79fa175e4121..3e0e9bdfda0e 100644 --- a/libraries/xmlsec/xmlsec.info +++ b/libraries/xmlsec/xmlsec.info @@ -1,8 +1,8 @@ PRGNAM="xmlsec" -VERSION="1.2.31" +VERSION="1.2.32" HOMEPAGE="https://www.aleksey.com/xmlsec/" -DOWNLOAD="https://www.aleksey.com/xmlsec/download/xmlsec1-1.2.31.tar.gz" -MD5SUM="182f5cbdfb8ddbac535c04470c170dc3" +DOWNLOAD="https://www.aleksey.com/xmlsec/download/xmlsec1-1.2.32.tar.gz" +MD5SUM="c9152d5c9b337ce6e3d664b046f5a288" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |