pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/glib-networking



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Nov 14 11:51:48 UTC 2019

Modified Files:
        pkgsrc/net/glib-networking: Makefile distinfo

Log Message:
glib-networking: update to 2.62.1.

2.62.1 - October 4, 2019
========================

- Fix two memory leaks (!71, !72, Claudio Saavedra)

2.62.0 - September 7, 2019
==========================

- Revert broken queued data fix for #15

2.61.92 - September 2, 2019
===========================

- Discard queued data after interrupted writes (#15)
- Verify socket timeouts are respected (#18)
- Fix a couple broken error messages

2.61.90 - August 5, 2019
========================

- Fix translations of certain error messages

2.61.2 - July 22, 2019
======================

- Improve certain handshake error messages (#13)
- Fix regressions introduced in 2.61.1 (#91, #92)

2.61.1 - June 9, 2019
=====================

This release contains a major refactoring of the TLS codebase. The GnuTLS
backend now shares the same base classes as the OpenSSL backend, to avoid
duplicating as much code as possible. The base classes, previously used only by
the OpenSSL backend and originally forked from glib-networking several years
ago, have been enhanced to achieve feature-parity with the current state of the
GnuTLS backend.

Please note that the OpenSSL backend remains experimental. Further planned work
is required before this backend will be production-ready.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/net/glib-networking/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/glib-networking/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/glib-networking/Makefile
diff -u pkgsrc/net/glib-networking/Makefile:1.44 pkgsrc/net/glib-networking/Makefile:1.45
--- pkgsrc/net/glib-networking/Makefile:1.44    Mon Oct  7 09:28:12 2019
+++ pkgsrc/net/glib-networking/Makefile Thu Nov 14 11:51:48 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2019/10/07 09:28:12 prlw1 Exp $
+# $NetBSD: Makefile,v 1.45 2019/11/14 11:51:48 wiz Exp $
 
-DISTNAME=      glib-networking-2.60.3
-PKGREVISION=   1
+DISTNAME=      glib-networking-2.62.1
 CATEGORIES=    net gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/glib-networking/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -17,7 +16,7 @@ REPLACE_PYTHON+=      meson_post_install.py
 
 .include "options.mk"
 
-BUILDLINK_API_DEPENDS.glib2+=          glib2>=2.56.0
+BUILDLINK_API_DEPENDS.glib2+=          glib2>=2.60.0
 .include "../../devel/glib2/modules.mk"
 BUILDLINK_API_DEPENDS.libproxy+=       libproxy>=0.3.1
 .include "../../www/libproxy/buildlink3.mk"

Index: pkgsrc/net/glib-networking/distinfo
diff -u pkgsrc/net/glib-networking/distinfo:1.20 pkgsrc/net/glib-networking/distinfo:1.21
--- pkgsrc/net/glib-networking/distinfo:1.20    Wed Jun 12 22:04:40 2019
+++ pkgsrc/net/glib-networking/distinfo Thu Nov 14 11:51:48 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2019/06/12 22:04:40 leot Exp $
+$NetBSD: distinfo,v 1.21 2019/11/14 11:51:48 wiz Exp $
 
-SHA1 (glib-networking-2.60.3.tar.xz) = a8b3cdc3b6ecabec176b414212233fadf0e22533
-RMD160 (glib-networking-2.60.3.tar.xz) = 96af57cce499ec3242071b01d93be5639236459d
-SHA512 (glib-networking-2.60.3.tar.xz) = 06a50aee1a563f5e992549e963d3980b02c9068976a244ce4a84eb0aca064b2ab7e8d50e3ef26dbd0d8d5edbddc82c5ce83d4a93bfaa0822b79465f0d3b8609f
-Size (glib-networking-2.60.3.tar.xz) = 185132 bytes
+SHA1 (glib-networking-2.62.1.tar.xz) = 8aa94a33a2a3df376d315c44e50ad92a27cbdcc3
+RMD160 (glib-networking-2.62.1.tar.xz) = e18511677c51e55b9d7dc321c9ed16d8c22cafbf
+SHA512 (glib-networking-2.62.1.tar.xz) = 6f9064d42d28b674dea0fb4ffcc954210aae92b7fcb7bcaae7a28a600b4a8782aed9077e61dd2a55ff0a8ade060c9a5556ba2e3bd2e697521f8d80bfdd241195
+Size (glib-networking-2.62.1.tar.xz) = 183720 bytes



Home | Main Index | Thread Index | Old Index