diff options
-rw-r--r-- | network/oidentd/oidentd.SlackBuild | 7 | ||||
-rw-r--r-- | network/oidentd/oidentd.info | 10 |
2 files changed, 7 insertions, 10 deletions
diff --git a/network/oidentd/oidentd.SlackBuild b/network/oidentd/oidentd.SlackBuild index b877ebb21c..bc6950ed24 100644 --- a/network/oidentd/oidentd.SlackBuild +++ b/network/oidentd/oidentd.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=oidentd -VERSION=${VERSION:-2.3.1} +VERSION=${VERSION:-3.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -57,7 +54,7 @@ elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" + SLKCFLAGS="-O2 -fPIC -fPIE -pie -Wl,-z,relro,-z,now -fstack-protector-all --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2" LIBDIRSUFFIX="64" else SLKCFLAGS="-O2" diff --git a/network/oidentd/oidentd.info b/network/oidentd/oidentd.info index 2cac4e927a..cbcc5fdb68 100644 --- a/network/oidentd/oidentd.info +++ b/network/oidentd/oidentd.info @@ -1,10 +1,10 @@ PRGNAM="oidentd" -VERSION="2.3.1" +VERSION="3.1.0" HOMEPAGE="https://github.com/janikrabe/oidentd" -DOWNLOAD="https://github.com/janikrabe/oidentd/releases/download/v2.3.1/oidentd-2.3.1.tar.gz" -MD5SUM="8a8b6255bd4d402794e4705d1b17ea4b" +DOWNLOAD="https://github.com/janikrabe/oidentd/releases/download/v3.1.0/oidentd-3.1.0.tar.gz" +MD5SUM="1f2e7e9fb6a5502d41e31ce8163e4754" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Mario Preksavec" -EMAIL="mario at slackware dot hr" +MAINTAINER="pyllyukko" +EMAIL="pyllyukko@maimed.org" |