update to nghttp2-1.44.0
This commit is contained in:
parent
57a3f2d158
commit
817bb0a483
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.50 2021/02/02 14:24:32 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.51 2021/07/19 11:07:06 sthen Exp $
|
||||
|
||||
COMMENT= library for HTTP/2
|
||||
|
||||
V= 1.43.0
|
||||
V= 1.44.0
|
||||
DISTNAME= nghttp2-$V
|
||||
|
||||
SHARED_LIBS += nghttp2 0.17 # 33.0
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (nghttp2-1.43.0.tar.gz) = Rcw+2RlmVR+SsxlYzsqbOp8jzk+vXL7beKozJ81OWQc=
|
||||
SIZE (nghttp2-1.43.0.tar.gz) = 4891599
|
||||
SHA256 (nghttp2-1.44.0.tar.gz) = Pkgk0CrifsqTHgu5eI3wCibl/Y62cs9Sy7icFGO6Fuk=
|
||||
SIZE (nghttp2-1.44.0.tar.gz) = 4890745
|
||||
|
@ -1,11 +1,11 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.8 2021/02/02 14:24:32 sthen Exp $
|
||||
$OpenBSD: patch-Makefile_in,v 1.9 2021/07/19 11:07:06 sthen Exp $
|
||||
|
||||
not very useful without tools, and the contrib Makefile has a gnu-ism
|
||||
|
||||
Index: Makefile.in
|
||||
--- Makefile.in.orig
|
||||
+++ Makefile.in
|
||||
@@ -449,7 +449,7 @@ top_srcdir = @top_srcdir@
|
||||
@@ -451,7 +451,7 @@ top_srcdir = @top_srcdir@
|
||||
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
SUBDIRS = lib third-party src examples python tests integration-tests \
|
||||
|
@ -1,16 +1,16 @@
|
||||
$OpenBSD: patch-configure_ac,v 1.1 2020/12/27 17:24:20 sthen Exp $
|
||||
$OpenBSD: patch-configure_ac,v 1.2 2021/07/19 11:07:06 sthen Exp $
|
||||
|
||||
libressl uses an old version number in pkgconfig files
|
||||
|
||||
Index: configure.ac
|
||||
--- configure.ac.orig
|
||||
+++ configure.ac
|
||||
@@ -354,7 +354,7 @@ fi
|
||||
LIBS=$save_LIBS
|
||||
|
||||
@@ -427,7 +427,7 @@ fi
|
||||
# openssl (for src)
|
||||
-PKG_CHECK_MODULES([OPENSSL], [openssl >= 1.0.1],
|
||||
+PKG_CHECK_MODULES([OPENSSL], [openssl >= 1.0.0],
|
||||
[have_openssl=yes], [have_openssl=no])
|
||||
if test "x${have_openssl}" = "xno"; then
|
||||
AC_MSG_NOTICE($OPENSSL_PKG_ERRORS)
|
||||
have_openssl=no
|
||||
if test "x${request_openssl}" != "xno"; then
|
||||
- PKG_CHECK_MODULES([OPENSSL], [openssl >= 1.0.1],
|
||||
+ PKG_CHECK_MODULES([OPENSSL], [openssl >= 1.0.0],
|
||||
[have_openssl=yes], [have_openssl=no])
|
||||
if test "x${have_openssl}" = "xno"; then
|
||||
AC_MSG_NOTICE($OPENSSL_PKG_ERRORS)
|
||||
|
Loading…
Reference in New Issue
Block a user