git: c08cd3774423 - main - devel/libsoup3: update to 3.1.1 release (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 24 Jul 2022 20:16:37 UTC
The branch main has been updated by fluffy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c08cd37744232f58ce3e5a6198f68ebb5e96cba7
commit c08cd37744232f58ce3e5a6198f68ebb5e96cba7
Author: Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-07-24 19:56:50 +0000
Commit: Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-07-24 20:16:24 +0000
devel/libsoup3: update to 3.1.1 release (+)
Changes in libsoup from 3.0.6 to 3.0.7:
* Fix leak in SoupAuthNTLM [Milan Crha]
* Fix constructing SoupAuthNTLM objects [Milan Crha]
* Disable mutual negotiation in SoupAuthNegotiate [Michael Catanzaro]
* http2: Do not advertise the `h2` protocool for proxy connections [Carlos Garcia Campos]
* http2: Remove left-over headers when HTTP/1 redirects to HTTP/2 [Carlos Garcia Campos]
* http2: Handle HTTP_1_1_REQUIRED error [Carlos Garcia Campos]
* http2: Read request bodies synchronously for sync requests [Carlos Garcia Campos]
* http2: Properly handle server sending shut down GOAWAY [Carlos Garcia Campos]
* tests: Remove dependency on Apache's PHP module [Carlos Garcia Campos]
* tests: Depend upon Apache's http2 module [Carlos Garcia Campos]
Changes in libsoup from 3.0.7 to 3.1.1:
* Reintroduce some thread-safety to SoupSession (see https://libsoup.org/libsoup-3.0/client-thread-safety.html) [Carlos Garcia Campos]
* Add SoupServerMessage:tls-peer-certificate and SoupServerMessage:tls-peer-certificate-errors [Ignacio Casal Quinteiro]
* Port docs to gi-docgen [Maximiliano Sandoval R]
* Update documentation [Patrick Griffis]
---
devel/libsoup3/Makefile | 21 +++++++++++++--------
devel/libsoup3/distinfo | 6 +++---
devel/libsoup3/pkg-plist | 1 +
3 files changed, 17 insertions(+), 11 deletions(-)
diff --git a/devel/libsoup3/Makefile b/devel/libsoup3/Makefile
index 7b713649e5de..fb599978f54f 100644
--- a/devel/libsoup3/Makefile
+++ b/devel/libsoup3/Makefile
@@ -1,6 +1,5 @@
PORTNAME= libsoup
-PORTVERSION= 3.0.6
-PORTREVISION= 1
+PORTVERSION= 3.1.1
CATEGORIES= devel gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
@@ -12,10 +11,19 @@ COMMENT= HTTP client/server library for GNOME
LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/COPYING
-BUILD_DEPENDS= glib-networking>0:net/glib-networking
+BUILD_DEPENDS= glib-networking>0:net/glib-networking \
+ ${PYTHON_PKGNAMEPREFIX}gi-docgen>=0:textproc/py-gi-docgen@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}markdown>0:textproc/py-markdown@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}markupsafe>0:textproc/py-markupsafe@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}smartypants>0:textproc/py-smartypants@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}toml>0:textproc/py-toml@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}typogrify>0:textproc/py-typogrify@${PY_FLAVOR}
+
LIB_DEPENDS= libbrotlidec.so:archivers/brotli \
libnghttp2.so:www/libnghttp2 \
- libpsl.so:dns/libpsl \
+ libpsl.so:dns/libpsl
RUN_DEPENDS= glib-networking>0:net/glib-networking
@@ -29,8 +37,7 @@ OPTIONS_SINGLE= GSSAPI
OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT GSSAPI_NONE
OPTIONS_DEFAULT= GSSAPI_${${SSL_DEFAULT} == base :?BASE :NONE}
-MESON_ARGS= -Dgtk_doc=false \
- -Dtests=false \
+MESON_ARGS= -Dtests=false \
-Dinstalled_tests=false \
-Dsysprof=disabled \
-Dpkcs11_tests=disabled \
@@ -39,7 +46,6 @@ MESON_ARGS= -Dgtk_doc=false \
-Dautobahn=disabled \
-Dtls_check=true \
-Dvapi=disabled \
- -Dbrotli=disabled \
-Dntlm=disabled
GSSAPI_BASE_USES= gssapi
@@ -55,6 +61,5 @@ GSSAPI_NONE_MESON_DISABLED= gssapi
BINARY_ALIAS= python3=${PYTHON_CMD}
-
.include <bsd.port.mk>
diff --git a/devel/libsoup3/distinfo b/devel/libsoup3/distinfo
index 1bb8cb447460..f29bd667848a 100644
--- a/devel/libsoup3/distinfo
+++ b/devel/libsoup3/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1652980164
-SHA256 (gnome/libsoup-3.0.6.tar.xz) = b45d59f840b9acf9bb45fd45854e3ef672f57e3ab957401c3ad8d7502ac23da6
-SIZE (gnome/libsoup-3.0.6.tar.xz) = 1527232
+TIMESTAMP = 1658678466
+SHA256 (gnome/libsoup-3.1.1.tar.xz) = 4403bf3e7a4c7a85cb3c4a5281c9b99d256e28639f55730a52add432aafce05c
+SIZE (gnome/libsoup-3.1.1.tar.xz) = 1531020
diff --git a/devel/libsoup3/pkg-plist b/devel/libsoup3/pkg-plist
index 28a8898d643a..ab6b4fe936ac 100644
--- a/devel/libsoup3/pkg-plist
+++ b/devel/libsoup3/pkg-plist
@@ -78,6 +78,7 @@ share/locale/hu/LC_MESSAGES/libsoup-3.0.mo
share/locale/id/LC_MESSAGES/libsoup-3.0.mo
share/locale/it/LC_MESSAGES/libsoup-3.0.mo
share/locale/ja/LC_MESSAGES/libsoup-3.0.mo
+share/locale/ka/LC_MESSAGES/libsoup-3.0.mo
share/locale/kn/LC_MESSAGES/libsoup-3.0.mo
share/locale/ko/LC_MESSAGES/libsoup-3.0.mo
share/locale/lt/LC_MESSAGES/libsoup-3.0.mo