nghttp2: update to 1.47.0
This commit is contained in:
parent
34c5f7e5a8
commit
3ac8a8c85c
@ -6,7 +6,7 @@
|
|||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
topdir=nghttp2
|
topdir=nghttp2
|
||||||
version=1.45.1
|
version=1.47.0
|
||||||
pkgver=1
|
pkgver=1
|
||||||
source[0]=https://github.com/${topdir}/${topdir}/releases/download/v${version}/${topdir}-${version}.tar.xz
|
source[0]=https://github.com/${topdir}/${topdir}/releases/download/v${version}/${topdir}-${version}.tar.xz
|
||||||
# If there are no patches, simply comment this
|
# If there are no patches, simply comment this
|
||||||
@ -24,12 +24,6 @@ make_build_target="V=1"
|
|||||||
ignore_deps="TGCpy27"
|
ignore_deps="TGCpy27"
|
||||||
# No symbol visibility support
|
# No symbol visibility support
|
||||||
ac_overrides="ax_cv_check_cflags___fvisibility_hidden=no"
|
ac_overrides="ax_cv_check_cflags___fvisibility_hidden=no"
|
||||||
# gcc 4.x causes linking to fail despite building everything PIC:
|
|
||||||
# "ld: fatal: relocations remain against allocatable but non-writable sections"
|
|
||||||
# Rather than using -mimpure-text we drop back to gcc 3.4 since it just works
|
|
||||||
if [ "$arch" = "i386" ]; then
|
|
||||||
export CC=/usr/tgcware/gcc34/bin/gcc
|
|
||||||
fi
|
|
||||||
|
|
||||||
reg prep
|
reg prep
|
||||||
prep()
|
prep()
|
||||||
@ -64,6 +58,7 @@ install()
|
|||||||
compat nghttp2 1.38.0 1 1
|
compat nghttp2 1.38.0 1 1
|
||||||
compat nghttp2 1.40.0 1 1
|
compat nghttp2 1.40.0 1 1
|
||||||
compat nghttp2 1.41.0 1 1
|
compat nghttp2 1.41.0 1 1
|
||||||
|
compat nghttp2 1.45.1 1 1
|
||||||
}
|
}
|
||||||
|
|
||||||
reg pack
|
reg pack
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
CHANGELOG
|
CHANGELOG
|
||||||
---------
|
---------
|
||||||
|
* Sat Apr 09 2022 Tom G. Christensen <swpkg@jupiterrise.com> - 1.47.0-1
|
||||||
|
- Update to 1.47.0
|
||||||
|
|
||||||
* Sat Oct 02 2021 Tom G. Christensen <swpkg@jupiterrise.com> - 1.45.1-1
|
* Sat Oct 02 2021 Tom G. Christensen <swpkg@jupiterrise.com> - 1.45.1-1
|
||||||
- Update to 1.45.1
|
- Update to 1.45.1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user