From 914851010d943d034a35bfb0fd7002edd245c67f Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 16 Oct 2014 11:49:03 +0100 Subject: Update SDK library versions for openssl, libpng , libcurl and freetype to address security issues This has been sucessfully test built for everything except atari where libiconv no longer builds because of a missing PATH_MAX definition but I can find no difference in the libiconv build so it must be related to the cross complier/libmint build although the generated includes also look sensible so I am leaving it for now. --- m68k-atari-mint/Makefile | 3 ++- m68k-atari-mint/fetchsrc | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'm68k-atari-mint') diff --git a/m68k-atari-mint/Makefile b/m68k-atari-mint/Makefile index c4584b0..7618cf3 100644 --- a/m68k-atari-mint/Makefile +++ b/m68k-atari-mint/Makefile @@ -31,7 +31,8 @@ UPSTREAM_MINTBIN_VERSION := CVS-20110527 UPSTREAM_MINTBIN_TARBALL := mintbin-$(UPSTREAM_MINTBIN_VERSION).tar.gz UPSTREAM_MINTBIN_URI := http://vincent.riviere.free.fr/soft/m68k-atari-mint/archives/$(UPSTREAM_MINTBIN_TARBALL) -UPSTREAM_MINTLIB_VERSION := CVS-20131219 +#UPSTREAM_MINTLIB_VERSION := CVS-20131219 +UPSTREAM_MINTLIB_VERSION := CVS-20141006 UPSTREAM_MINTLIB_TARBALL := mintlib-$(UPSTREAM_MINTLIB_VERSION).tar.gz UPSTREAM_MINTLIB_URI := http://vincent.riviere.free.fr/soft/m68k-atari-mint/archives/$(UPSTREAM_MINTLIB_TARBALL) diff --git a/m68k-atari-mint/fetchsrc b/m68k-atari-mint/fetchsrc index bbe8f6b..e71d85f 100755 --- a/m68k-atari-mint/fetchsrc +++ b/m68k-atari-mint/fetchsrc @@ -11,6 +11,6 @@ if [ $? -ne 0 ];then wget -q -O ${4} ${3} if [ $? -ne 0 ];then rm ${4} - return 1 + exit 1 fi fi -- cgit v1.2.3