summaryrefslogtreecommitdiffhomepage
path: root/patches/libressl-3.2.1.local.patch
diff options
context:
space:
mode:
authorØrjan Malde <red@foxi.me>2020-09-21 20:16:38 +0200
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-09-21 19:46:46 +0100
commit1eddfa4427374b1604cf11430c8b17ab52bb0acf (patch)
tree3262954e571a5e028a74f07773ed22e5102337be /patches/libressl-3.2.1.local.patch
parent70572171adb88b16b92bb446d670a3592d97bed6 (diff)
downloadmidipix_build-1eddfa4427374b1604cf11430c8b17ab52bb0acf.tar.bz2
midipix_build-1eddfa4427374b1604cf11430c8b17ab52bb0acf.tar.xz
groups/251.native_packages_lib.group: libressl: bump to v3.2.1
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
Diffstat (limited to 'patches/libressl-3.2.1.local.patch')
-rw-r--r--patches/libressl-3.2.1.local.patch33
1 files changed, 33 insertions, 0 deletions
diff --git a/patches/libressl-3.2.1.local.patch b/patches/libressl-3.2.1.local.patch
new file mode 100644
index 00000000..8609cb69
--- /dev/null
+++ b/patches/libressl-3.2.1.local.patch
@@ -0,0 +1,33 @@
+diff -ru libressl-2.9.1.orig/man/Makefile.in libressl-2.9.1/man/Makefile.in
+--- libressl-2.9.1.orig/man/Makefile.in 2019-04-13 19:22:41.000000000 +0200
++++ libressl-2.9.1/man/Makefile.in 2019-05-13 18:40:40.831028028 +0200
+@@ -3024,14 +3024,6 @@
+ ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/LHASH_DOALL_ARG_FN_TYPE.3"
+ ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/LHASH_DOALL_FN_TYPE.3"
+ ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/LHASH_HASH_FN_TYPE.3"
+- ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh_<type>_delete.3"
+- ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh_<type>_doall.3"
+- ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh_<type>_doall_arg.3"
+- ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh_<type>_error.3"
+- ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh_<type>_free.3"
+- ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh_<type>_insert.3"
+- ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh_<type>_new.3"
+- ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh_<type>_retrieve.3"
+ ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh_delete.3"
+ ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh_doall.3"
+ ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh_doall_arg.3"
+@@ -5421,14 +5413,6 @@
+ -rm -f "$(DESTDIR)$(mandir)/man3/LHASH_DOALL_ARG_FN_TYPE.3"
+ -rm -f "$(DESTDIR)$(mandir)/man3/LHASH_DOALL_FN_TYPE.3"
+ -rm -f "$(DESTDIR)$(mandir)/man3/LHASH_HASH_FN_TYPE.3"
+- -rm -f "$(DESTDIR)$(mandir)/man3/lh_<type>_delete.3"
+- -rm -f "$(DESTDIR)$(mandir)/man3/lh_<type>_doall.3"
+- -rm -f "$(DESTDIR)$(mandir)/man3/lh_<type>_doall_arg.3"
+- -rm -f "$(DESTDIR)$(mandir)/man3/lh_<type>_error.3"
+- -rm -f "$(DESTDIR)$(mandir)/man3/lh_<type>_free.3"
+- -rm -f "$(DESTDIR)$(mandir)/man3/lh_<type>_insert.3"
+- -rm -f "$(DESTDIR)$(mandir)/man3/lh_<type>_new.3"
+- -rm -f "$(DESTDIR)$(mandir)/man3/lh_<type>_retrieve.3"
+ -rm -f "$(DESTDIR)$(mandir)/man3/lh_delete.3"
+ -rm -f "$(DESTDIR)$(mandir)/man3/lh_doall.3"
+ -rm -f "$(DESTDIR)$(mandir)/man3/lh_doall_arg.3"