From 6c55e2129bf37ab9a9e600988441b26d3f771009 Mon Sep 17 00:00:00 2001 From: Christophe Trussardi Date: Sat, 27 Aug 2016 23:12:57 +0100 Subject: libraries/librelp: Updated for version 1.2.12. Signed-off-by: David Spencer --- libraries/librelp/librelp.SlackBuild | 15 +++++++++------ libraries/librelp/librelp.info | 6 +++--- 2 files changed, 12 insertions(+), 9 deletions(-) (limited to 'libraries') diff --git a/libraries/librelp/librelp.SlackBuild b/libraries/librelp/librelp.SlackBuild index 1d765edb13..7559996f13 100644 --- a/libraries/librelp/librelp.SlackBuild +++ b/libraries/librelp/librelp.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for librelp -# Copyright (c) 2014, Christophe Trussardi, Paris, France +# Copyright (c) 2016, Christophe Trussardi, Paris, France # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -22,13 +22,13 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=librelp -VERSION=${VERSION:-1.2.8} +VERSION=${VERSION:-1.2.12} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -39,8 +39,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" @@ -53,6 +53,8 @@ else LIBDIRSUFFIX="" fi +[ "${GNUTLS:-yes}" = "no" ] && gnutls_option="--disable-tls" + set -e rm -rf $PKG @@ -66,7 +68,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 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ @@ -78,6 +80,7 @@ CXXFLAGS="$SLKCFLAGS" \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --disable-static \ + $gnutls_option \ --build=$ARCH-slackware-linux make diff --git a/libraries/librelp/librelp.info b/libraries/librelp/librelp.info index fe7a617119..e8eb2d657d 100644 --- a/libraries/librelp/librelp.info +++ b/libraries/librelp/librelp.info @@ -1,8 +1,8 @@ PRGNAM="librelp" -VERSION="1.2.8" +VERSION="1.2.12" HOMEPAGE="http://www.librelp.com/" -DOWNLOAD="http://download.rsyslog.com/librelp/librelp-1.2.8.tar.gz" -MD5SUM="065e44d81ff35f8d3347ac910ee285c0" +DOWNLOAD="http://download.rsyslog.com/librelp/librelp-1.2.12.tar.gz" +MD5SUM="b99eb5e5eb77b4fd999e440876106aee" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3