FreeBSD Bugzilla – Attachment 246781 Details for
Bug 274782
net/libngtcp2: Update to 1.2.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for libngtcp2 v2
libngtcp2-110.patch (text/plain), 2.61 KB, created by
Daniel Engberg
on 2023-12-04 19:42:37 UTC
(
hide
)
Description:
Patch for libngtcp2 v2
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2023-12-04 19:42:37 UTC
Size:
2.61 KB
patch
obsolete
>diff --git a/net/libngtcp2/Makefile b/net/libngtcp2/Makefile >index 9b67762daef4..5a4a3d83d1d3 100644 >--- a/net/libngtcp2/Makefile >+++ b/net/libngtcp2/Makefile >@@ -1,7 +1,7 @@ > PORTNAME= ngtcp2 >-PORTVERSION= 1.0.1 >+DISTVERSION= 1.1.0 > CATEGORIES= net >-MASTER_SITES= https://github.com/ngtcp2/ngtcp2/releases/download/v${PORTVERSION}/ >+MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ > PKGNAMEPREFIX= lib > > MAINTAINER= sunpoet@FreeBSD.org >@@ -12,12 +12,13 @@ WWW= https://nghttp2.org/ngtcp2/ \ > LICENSE= MIT > LICENSE_FILE= ${WRKSRC}/COPYING > >-USES= compiler:c++17-lang libtool pathfix pkgconfig ssl tar:xz >- >-CONFIGURE_ARGS= --enable-lib-only --with-jemalloc >-GNU_CONFIGURE= yes >-INSTALL_TARGET= install-strip >-USE_CXXSTD= c++17 >+USES= cmake compiler:c++14-lang pathfix tar:xz > USE_LDCONFIG= yes > >+# Always disabled due to lack of QUIC support which is in 3.2 >+CMAKE_OFF= ENABLE_OPENSSL >+CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_CUnit \ >+ CMAKE_DISABLE_FIND_PACKAGE_Libev \ >+ CMAKE_DISABLE_FIND_PACKAGE_Libnghttp3 \ >+ > .include <bsd.port.mk> >diff --git a/net/libngtcp2/distinfo b/net/libngtcp2/distinfo >index b53d4074b77e..29b0b845776b 100644 >--- a/net/libngtcp2/distinfo >+++ b/net/libngtcp2/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1698848710 >-SHA256 (ngtcp2-1.0.1.tar.xz) = 21c898fa5543d3f2dc203fd0a300a8a7cb70fec21ad7f7a3ec6e119ba4850451 >-SIZE (ngtcp2-1.0.1.tar.xz) = 590100 >+TIMESTAMP = 1701718120 >+SHA256 (ngtcp2-1.1.0.tar.xz) = 803eeb4a626d37a7512eacd6f419dbc4bb8ddbc1e105310c0fe9c322b4a1f7de >+SIZE (ngtcp2-1.1.0.tar.xz) = 595536 >diff --git a/net/libngtcp2/files/patch-Makefile.in b/net/libngtcp2/files/patch-Makefile.in >deleted file mode 100644 >index afad6594b328..000000000000 >--- a/net/libngtcp2/files/patch-Makefile.in >+++ /dev/null >@@ -1,13 +0,0 @@ >---- Makefile.in.orig 2022-01-16 12:35:06 UTC >-+++ Makefile.in >-@@ -425,8 +425,8 @@ top_srcdir = @top_srcdir@ >- # LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION >- # 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 tests doc $(am__append_1) $(am__append_2) >--dist_doc_DATA = README.rst >-+SUBDIRS = lib $(am__append_1) >-+dist_doc_DATA = >- ACLOCAL_AMFLAGS = -I m4 >- EXTRA_DIST = \ >- cmakeconfig.h.in \ >diff --git a/net/libngtcp2/pkg-plist b/net/libngtcp2/pkg-plist >index e75f3d855c2b..85a15f4c2d52 100644 >--- a/net/libngtcp2/pkg-plist >+++ b/net/libngtcp2/pkg-plist >@@ -3,5 +3,5 @@ include/ngtcp2/version.h > lib/libngtcp2.a > lib/libngtcp2.so > lib/libngtcp2.so.16 >-lib/libngtcp2.so.16.0.0 >+lib/libngtcp2.so.16.1.0 > libdata/pkgconfig/libngtcp2.pc
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 274782
:
245962
|
246781
|
247853