FreeBSD Bugzilla – Attachment 250581 Details for
Bug 274761
www/libnghttp3: Update to 1.3.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for libnghttp3 v4
libnghttp3-130-v2.patch (text/plain), 2.41 KB, created by
Daniel Engberg
on 2024-05-11 05:57:10 UTC
(
hide
)
Description:
Patch for libnghttp3 v4
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2024-05-11 05:57:10 UTC
Size:
2.41 KB
patch
obsolete
>diff --git a/www/libnghttp3/Makefile b/www/libnghttp3/Makefile >index 2598406e1086..9ab61c9ad9d0 100644 >--- a/www/libnghttp3/Makefile >+++ b/www/libnghttp3/Makefile >@@ -1,7 +1,7 @@ > PORTNAME= nghttp3 >-PORTVERSION= 1.2.0 >+DISTVERSION= 1.3.0 > CATEGORIES= www net >-MASTER_SITES= https://github.com/ngtcp2/nghttp3/releases/download/v${PORTVERSION}/ >+MASTER_SITES= https://github.com/ngtcp2/${PORTNAME}/releases/download/v${DISTVERSION}/ > PKGNAMEPREFIX= lib > > MAINTAINER= sunpoet@FreeBSD.org >@@ -12,12 +12,11 @@ WWW= https://nghttp2.org/nghttp3/ \ > LICENSE= MIT > LICENSE_FILE= ${WRKSRC}/COPYING > >-USES= compiler:c++17-lang libtool pathfix pkgconfig tar:xz >- >-CONFIGURE_ARGS= --enable-lib-only >-GNU_CONFIGURE= yes >-INSTALL_TARGET= install-strip >-USE_CXXSTD= c++17 >+USES= cmake pathfix tar:xz > USE_LDCONFIG= yes > >+TEST_TARGET= check >+ >+CMAKE_ON= ENABLE_LIB_ONLY >+ > .include <bsd.port.mk> >diff --git a/www/libnghttp3/distinfo b/www/libnghttp3/distinfo >index 5f16776ebf0a..406d4110dd19 100644 >--- a/www/libnghttp3/distinfo >+++ b/www/libnghttp3/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1708448968 >-SHA256 (nghttp3-1.2.0.tar.xz) = d2e216bae7bd7362f850922e4237a5caa204853b3594b22adccab4c1e1c1d1aa >-SIZE (nghttp3-1.2.0.tar.xz) = 387592 >+TIMESTAMP = 1715403946 >+SHA256 (nghttp3-1.3.0.tar.xz) = 450525981d302f23832b18edd1a62cf58019392ca6402408d0eb1a7f3fd92ecf >+SIZE (nghttp3-1.3.0.tar.xz) = 390176 >diff --git a/www/libnghttp3/files/patch-Makefile.in b/www/libnghttp3/files/patch-Makefile.in >deleted file mode 100644 >index 130c25e3faba..000000000000 >--- a/www/libnghttp3/files/patch-Makefile.in >+++ /dev/null >@@ -1,14 +0,0 @@ >---- Makefile.in.orig 2022-01-22 09:12:33 UTC >-+++ Makefile.in >-@@ -404,9 +404,9 @@ 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 examples >-+SUBDIRS = lib >- ACLOCAL_AMFLAGS = -I m4 >--dist_doc_DATA = README.rst >-+dist_doc_DATA = >- EXTRA_DIST = \ >- cmakeconfig.h.in \ >- CMakeLists.txt \ >diff --git a/www/libnghttp3/pkg-plist b/www/libnghttp3/pkg-plist >index 8fbd9026ecbc..c2e591154dd4 100644 >--- a/www/libnghttp3/pkg-plist >+++ b/www/libnghttp3/pkg-plist >@@ -3,5 +3,5 @@ include/nghttp3/version.h > lib/libnghttp3.a > lib/libnghttp3.so > lib/libnghttp3.so.9 >-lib/libnghttp3.so.9.2.0 >+lib/libnghttp3.so.9.2.1 > libdata/pkgconfig/libnghttp3.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 274761
:
245930
|
246780
|
248647
| 250581