diff options
author | Ørjan Malde <red@foxi.me> | 2021-06-01 21:17:10 +0200 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2021-06-01 21:35:02 +0200 |
commit | 074019269c1ddbf215282c243cd698880ef461d1 (patch) | |
tree | d77ed52eeb1ae1d9bceb79ff3e0fbba666992f86 | |
parent | 13ae254e518f79cc52a7d798a941a2280cc314f9 (diff) | |
download | midipix_build-074019269c1ddbf215282c243cd698880ef461d1.tar.bz2 midipix_build-074019269c1ddbf215282c243cd698880ef461d1.tar.xz |
groups/251.native_packages_lib.group: libsasl2: bump to v2.1.27
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
-rw-r--r-- | groups/251.native_packages_lib.group | 4 | ||||
-rw-r--r-- | patches/libsasl2-2.1.26.local.patch | 13 | ||||
-rw-r--r-- | patches/libsasl2-2.1.27_pre.local.patch | 11 |
3 files changed, 13 insertions, 15 deletions
diff --git a/groups/251.native_packages_lib.group b/groups/251.native_packages_lib.group index 6e651d67..f80fe437 100644 --- a/groups/251.native_packages_lib.group +++ b/groups/251.native_packages_lib.group @@ -167,8 +167,8 @@ libxslt libz libzip lzo nettle sdl1 sdl1_net sdl1_image sdl1_ttf sdl2 sdl2_image : ${PKG_LIBREADLINE_LDFLAGS_CONFIGURE:="${DEFAULT_LDFLAGS:+${DEFAULT_LDFLAGS} }-L${PREFIX_NATIVE}/lib"}; : ${PKG_LIBREADLINE_MAKEFLAGS_INSTALL:="PREFIX= prefix="}; : ${PKG_LIBSASL2_DEPENDS:="libressl"}; -: ${PKG_LIBSASL2_SHA256SUM:=8fbc5136512b59bb793657f36fadda6359cae3b08f01fd16b3d406f1345b7bc3}; -: ${PKG_LIBSASL2_VERSION:=2.1.26}; +: ${PKG_LIBSASL2_SHA256SUM:=26866b1549b00ffd020f188a43c258017fa1c382b3ddadd8201536f72efb05d5}; +: ${PKG_LIBSASL2_VERSION:=2.1.27}; : ${PKG_LIBSASL2_URL:="https://ftp.osuosl.org/pub/blfs/conglomeration/cyrus-sasl/cyrus-sasl-${PKG_LIBSASL2_VERSION}.tar.gz"}; : ${PKG_LIBSASL2_CONFIGURE_ARGS_EXTRA:="--cache-file=../obj/config.cache"}; : ${PKG_LIBSASL2_MAKEFLAGS_BUILD:=-j1}; diff --git a/patches/libsasl2-2.1.26.local.patch b/patches/libsasl2-2.1.26.local.patch deleted file mode 100644 index 75cb9a98..00000000 --- a/patches/libsasl2-2.1.26.local.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -ru cyrus-sasl-2.1.26.orig/include/Makefile.in cyrus-sasl-2.1.26/include/Makefile.in ---- cyrus-sasl-2.1.26.orig/include/Makefile.in 2012-11-06 20:21:38.000000000 +0100 -+++ cyrus-sasl-2.1.26/include/Makefile.in 2018-08-22 18:24:32.635876325 +0200 -@@ -645,8 +645,7 @@ - - - md5global.h: makemd5 -- -rm -f md5global.h -- ./makemd5 md5global.h -+ -echo yep. - - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. diff --git a/patches/libsasl2-2.1.27_pre.local.patch b/patches/libsasl2-2.1.27_pre.local.patch new file mode 100644 index 00000000..1f1b7ec7 --- /dev/null +++ b/patches/libsasl2-2.1.27_pre.local.patch @@ -0,0 +1,11 @@ +diff -ru cyrus-sasl-2.1.27.orig/common/Makefile.in cyrus-sasl-2.1.27/common/Makefile.in +--- cyrus-sasl-2.1.27.orig/common/Makefile.in 2018-10-09 16:58:13.000000000 +0200 ++++ cyrus-sasl-2.1.27/common/Makefile.in 2021-06-01 21:00:34.299354616 +0200 +@@ -428,6 +428,7 @@ + # See <http://www.gnu.org/software/libtool/manual/libtool.html#Versioning> + # CURRENT:REVISION:AGE + plugin_common_version = 3:0:0 ++crypto_compat_version = 0:0:0 + AM_CPPFLAGS = -fPIC -I$(top_srcdir)/include -I$(top_builddir)/include + noinst_LTLIBRARIES = libplugin_common.la libcrypto_compat.la + libplugin_common_la_SOURCES = plugin_common.c plugin_common.h |