diff options
author | Ørjan Malde <red@foxi.me> | 2021-12-05 20:25:12 +0100 |
---|---|---|
committer | Ørjan Malde <red@foxi.me> | 2021-12-05 20:25:12 +0100 |
commit | 830faea4b138ddf3a5807be6d0b945d068fe4a19 (patch) | |
tree | 68f84f6bf20769c59d073f0fe897aec07581d1c9 /patches/libressl-3.4.1.local.patch | |
parent | b03d2a69d7f0da21a7f5d8d58a1ca152d0e39417 (diff) | |
download | midipix_build-830faea4b138ddf3a5807be6d0b945d068fe4a19.tar.bz2 midipix_build-830faea4b138ddf3a5807be6d0b945d068fe4a19.tar.xz |
groups/251.native_packages_lib.group: libressl: bump to v3.4.2
Signed-off-by: Ørjan Malde <red@foxi.me>
Diffstat (limited to 'patches/libressl-3.4.1.local.patch')
-rw-r--r-- | patches/libressl-3.4.1.local.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/patches/libressl-3.4.1.local.patch b/patches/libressl-3.4.1.local.patch deleted file mode 100644 index 77dab2ec..00000000 --- a/patches/libressl-3.4.1.local.patch +++ /dev/null @@ -1,33 +0,0 @@ -diff -ru libressl-3.3.3.orig/man/Makefile.in libressl-3.3.3/man/Makefile.in ---- libressl-3.3.3.orig/man/Makefile.in 2021-05-02 03:16:44.000000000 +0200 -+++ libressl-3.3.3/man/Makefile.in 2021-05-25 00:42:17.424322609 +0200 -@@ -3438,14 +3438,6 @@ - @ENABLE_LIBTLS_ONLY_FALSE@ ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/LHASH_DOALL_ARG_FN_TYPE.3" - @ENABLE_LIBTLS_ONLY_FALSE@ ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/LHASH_DOALL_FN_TYPE.3" - @ENABLE_LIBTLS_ONLY_FALSE@ ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/LHASH_HASH_FN_TYPE.3" --@ENABLE_LIBTLS_ONLY_FALSE@ ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh_<type>_delete.3" --@ENABLE_LIBTLS_ONLY_FALSE@ ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh_<type>_doall.3" --@ENABLE_LIBTLS_ONLY_FALSE@ ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh_<type>_doall_arg.3" --@ENABLE_LIBTLS_ONLY_FALSE@ ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh_<type>_error.3" --@ENABLE_LIBTLS_ONLY_FALSE@ ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh_<type>_free.3" --@ENABLE_LIBTLS_ONLY_FALSE@ ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh_<type>_insert.3" --@ENABLE_LIBTLS_ONLY_FALSE@ ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh_<type>_new.3" --@ENABLE_LIBTLS_ONLY_FALSE@ ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh_<type>_retrieve.3" - @ENABLE_LIBTLS_ONLY_FALSE@ ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh_delete.3" - @ENABLE_LIBTLS_ONLY_FALSE@ ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh_doall.3" - @ENABLE_LIBTLS_ONLY_FALSE@ ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh_doall_arg.3" -@@ -6068,14 +6060,6 @@ - @ENABLE_LIBTLS_ONLY_FALSE@ -rm -f "$(DESTDIR)$(mandir)/man3/LHASH_DOALL_ARG_FN_TYPE.3" - @ENABLE_LIBTLS_ONLY_FALSE@ -rm -f "$(DESTDIR)$(mandir)/man3/LHASH_DOALL_FN_TYPE.3" - @ENABLE_LIBTLS_ONLY_FALSE@ -rm -f "$(DESTDIR)$(mandir)/man3/LHASH_HASH_FN_TYPE.3" --@ENABLE_LIBTLS_ONLY_FALSE@ -rm -f "$(DESTDIR)$(mandir)/man3/lh_<type>_delete.3" --@ENABLE_LIBTLS_ONLY_FALSE@ -rm -f "$(DESTDIR)$(mandir)/man3/lh_<type>_doall.3" --@ENABLE_LIBTLS_ONLY_FALSE@ -rm -f "$(DESTDIR)$(mandir)/man3/lh_<type>_doall_arg.3" --@ENABLE_LIBTLS_ONLY_FALSE@ -rm -f "$(DESTDIR)$(mandir)/man3/lh_<type>_error.3" --@ENABLE_LIBTLS_ONLY_FALSE@ -rm -f "$(DESTDIR)$(mandir)/man3/lh_<type>_free.3" --@ENABLE_LIBTLS_ONLY_FALSE@ -rm -f "$(DESTDIR)$(mandir)/man3/lh_<type>_insert.3" --@ENABLE_LIBTLS_ONLY_FALSE@ -rm -f "$(DESTDIR)$(mandir)/man3/lh_<type>_new.3" --@ENABLE_LIBTLS_ONLY_FALSE@ -rm -f "$(DESTDIR)$(mandir)/man3/lh_<type>_retrieve.3" - @ENABLE_LIBTLS_ONLY_FALSE@ -rm -f "$(DESTDIR)$(mandir)/man3/lh_delete.3" - @ENABLE_LIBTLS_ONLY_FALSE@ -rm -f "$(DESTDIR)$(mandir)/man3/lh_doall.3" - @ENABLE_LIBTLS_ONLY_FALSE@ -rm -f "$(DESTDIR)$(mandir)/man3/lh_doall_arg.3" |