From b7771427ee1cbb1236e903215a8dc5d0b7b4f609 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sun, 17 Apr 2016 17:17:22 +0700 Subject: libraries/ptlib: Updated for version 2.10.11. Signed-off-by: Willy Sudiarto Raharjo --- libraries/ptlib/ptlib.SlackBuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'libraries/ptlib/ptlib.SlackBuild') diff --git a/libraries/ptlib/ptlib.SlackBuild b/libraries/ptlib/ptlib.SlackBuild index c5ff9be601..6af28cd288 100644 --- a/libraries/ptlib/ptlib.SlackBuild +++ b/libraries/ptlib/ptlib.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ptlib -VERSION=${VERSION:-2.10.10} +VERSION=${VERSION:-2.10.11} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -65,12 +65,15 @@ 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 {} \; # Fix building with bison-3.0.4 # thanks to Dan Fandrich / OpalVOIP https://sourceforge.net/p/opalvoip/patches/259/ patch -p1 < $CWD/ptlib-2.10.10-mga-bison-parameter.patch +# Disable SSLv3 +patch -p1 < $CWD/ssl3.patch + # The "LIBS" variable is set to fix OpenLDAP support # # The --disable-avc is here to avoid build problems when both libdv and -- cgit v1.2.3-65-gdbad