2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

libressl: bump to 3.0.2

This commit is contained in:
Dylan Araps 2019-10-20 13:37:20 +03:00
parent 972c21ac4a
commit 5f833011dd
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
5 changed files with 3 additions and 35 deletions

View File

@ -1,7 +1,5 @@
#!/bin/sh -e
patch -p0 < getprogname-musl.patch
./configure \
--prefix=/usr \
--sysconfdir=/etc

View File

@ -1,3 +1,2 @@
c4c78167fae325b47aebd8beb54b6041d6f6a56b3743f4bd5d79b15642f9d5d4 libressl-2.9.2.tar.gz
b532a1587c6ba73f905db5021a4c6032d821b2e8b94155f762df250f8a6de811 getprogname-musl.patch
df7b172bf79b957dd27ef36dcaa1fb162562c0e8999e194aa8c1a3df2f15398e libressl-3.0.2.tar.gz
57cedb6745330bc52df27fd5e80a0c7c757ad36beb3fe16a709cdb990e96087a update-certdata.sh

View File

@ -1,28 +0,0 @@
From a747aacc23607c993cc481378782b2c7dd5bc53b Mon Sep 17 00:00:00 2001
From: Ishimoto Shinobu <47295761+protonesso@users.noreply.github.com>
Date: Tue, 21 May 2019 22:41:05 +0900
Subject: [PATCH 1/4] avoid glibc
cause problems on musl systems
---
crypto/compat/getprogname_linux.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/crypto/compat/getprogname_linux.c b/crypto/compat/getprogname_linux.c
index 2c89743..4e7e31f 100644
--- crypto/compat/getprogname_linux.c
+++ crypto/compat/getprogname_linux.c
@@ -26,9 +26,7 @@ getprogname(void)
#if defined(__ANDROID_API__) && __ANDROID_API__ < 21
extern const char *__progname;
return __progname;
-#elif defined(__GLIBC__)
- return program_invocation_short_name;
#else
-#error "Cannot emulate getprogname"
+ return program_invocation_short_name;
#endif
}
--
2.21.0

View File

@ -1,3 +1,2 @@
https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.9.2.tar.gz
patches/getprogname-musl.patch
https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.0.2.tar.gz
files/update-certdata.sh

View File

@ -1 +1 @@
2.9.2 2
3.0.2 1