Skip to content

Commit

Permalink
glib-networking: updated to 2.74.0
Browse files Browse the repository at this point in the history
2.74.0 - September 15, 2022
- Updated translations

2.74.rc - September 1, 2022
- Support PKCS #12 encrypted certificates
- Various improvements to Meson build system
- Multiple fixes for proxy tests

2.74.beta - August 5, 2022
- Drop environment proxy resolver to lowest priority
- Expose implementation of G_TLS_CHANNEL_BINDING_EXPORTER
- Add build option for environment proxy resolver

2.74.alpha - July 7, 2022
- Add build option for toggling debug logging
- Move gettext() usage out of hot paths
- Fix tests build when using openssl
- Properly free libproxy lookup results and require libproxy 0.4.16
- Add additional validation for proxy lookup results
- Allow using static libraries via meson subprojects
- Updated translations
  • Loading branch information
adam committed Feb 20, 2023
1 parent e890513 commit 5fb1da0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
5 changes: 2 additions & 3 deletions net/glib-networking/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.63 2022/10/26 10:31:47 wiz Exp $
# $NetBSD: Makefile,v 1.64 2023/02/20 09:07:35 adam Exp $

DISTNAME= glib-networking-2.72.1
PKGREVISION= 1
DISTNAME= glib-networking-2.74.0
CATEGORIES= net gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glib-networking/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
Expand Down
8 changes: 3 additions & 5 deletions net/glib-networking/PLIST
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
@comment $NetBSD: PLIST,v 1.17 2022/07/24 14:53:09 wiz Exp $
@comment $NetBSD: PLIST,v 1.18 2023/02/20 09:07:35 adam Exp $
lib/gio/modules/libgioenvironmentproxy.so
lib/gio/modules/libgiognomeproxy.so
${PLIST.gnutls}lib/gio/modules/libgiognutls.so
lib/gio/modules/libgiolibproxy.so
${PLIST.openssl}lib/gio/modules/libgioopenssl.so
lib/systemd/user/glib-pacrunner.service
libexec/glib-pacrunner
share/dbus-1/services/org.gtk.GLib.PACRunner.service
share/locale/ab/LC_MESSAGES/glib-networking.mo
share/locale/an/LC_MESSAGES/glib-networking.mo
share/locale/ar/LC_MESSAGES/glib-networking.mo
share/locale/as/LC_MESSAGES/glib-networking.mo
Expand Down Expand Up @@ -40,6 +37,7 @@ share/locale/hu/LC_MESSAGES/glib-networking.mo
share/locale/id/LC_MESSAGES/glib-networking.mo
share/locale/it/LC_MESSAGES/glib-networking.mo
share/locale/ja/LC_MESSAGES/glib-networking.mo
share/locale/ka/LC_MESSAGES/glib-networking.mo
share/locale/kk/LC_MESSAGES/glib-networking.mo
share/locale/km/LC_MESSAGES/glib-networking.mo
share/locale/kn/LC_MESSAGES/glib-networking.mo
Expand Down
8 changes: 4 additions & 4 deletions net/glib-networking/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.30 2022/07/24 14:53:09 wiz Exp $
$NetBSD: distinfo,v 1.31 2023/02/20 09:07:35 adam Exp $

BLAKE2s (glib-networking-2.72.1.tar.xz) = 87fdca39584f69a221adb8cd18495d1ba3552751690ad7b8a41d6f912dac2658
SHA512 (glib-networking-2.72.1.tar.xz) = 243f54f4fbce40211f276c4f56e4e40507ecb0b23527a04b2d5bd67185c017f736f088c71ebf225e69e1ae8efa5b835edd68ea5c96df3ff69a25fd391e5c52d0
Size (glib-networking-2.72.1.tar.xz) = 265308 bytes
BLAKE2s (glib-networking-2.74.0.tar.xz) = 14b09a1b245c4b677a1e677d81f84be79663d2bbf9a238573bda6b2bad0bc1f2
SHA512 (glib-networking-2.74.0.tar.xz) = f266c106f2c9379b95773a852c1b5c62ae1d6a758d25c436c3558f620d8e0a211201b3c4dfd89cdbe28b88430bba0cca621e62c01ea23d473983e203919bb1e6
Size (glib-networking-2.74.0.tar.xz) = 277232 bytes

0 comments on commit 5fb1da0

Please sign in to comment.