diff options
author | wiz <wiz@pkgsrc.org> | 2017-11-23 15:57:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-11-23 15:57:52 +0000 |
commit | eca806ff007d0f29e520a45acdccb52e34dbcc71 (patch) | |
tree | d9bc87878ef2a170913363ed147b0149b6e0dc0f /net | |
parent | 309914b13020cb511b8d703a7e845468122fa0f8 (diff) | |
download | pkgsrc-eca806ff007d0f29e520a45acdccb52e34dbcc71.tar.gz |
libsoup: update to 2.60.2.
Changes in libsoup from 2.60.1 to 2.60.2:
* Fix documentation typos [#788920, Nirbheek Chauhan]
* format-zero-length warning triggered in soup-logger.c
[#789096, Tomas Popela]
* Warnings while generating inrospection files
[#789099, Tomas Popela]
* Visual Studio builds: Enhance security of x64 binaries
[Chun-wei Fan]
* Updated translation: Nepali.
Changes in libsoup from 2.60.0 to 2.60.1:
* Fallback to another authentication type if the current
failed [#788238, Tomas Popela]
* Fix unbalanced G_GNUC_BEGIN_IGNORE_DEPRECATIONS use in
soup-session.c [#787166, Zan Dobersek]
* SoupCache: fix setting default value for cache dir
[#788452, Cosimo Cecchi]
* Updated translations: Catalan (Valencian).
Diffstat (limited to 'net')
-rw-r--r-- | net/libsoup/Makefile | 4 | ||||
-rw-r--r-- | net/libsoup/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/libsoup/Makefile b/net/libsoup/Makefile index 38c50d47cba..ea7e3fcf581 100644 --- a/net/libsoup/Makefile +++ b/net/libsoup/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.37 2017/10/03 11:49:34 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2017/11/23 15:57:52 wiz Exp $ -DISTNAME= libsoup-2.60.0 +DISTNAME= libsoup-2.60.2 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsoup/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz diff --git a/net/libsoup/distinfo b/net/libsoup/distinfo index 38bbd8734eb..44c7714c651 100644 --- a/net/libsoup/distinfo +++ b/net/libsoup/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2017/10/03 11:49:34 wiz Exp $ +$NetBSD: distinfo,v 1.15 2017/11/23 15:57:52 wiz Exp $ -SHA1 (libsoup-2.60.0.tar.xz) = 402ec43a392c8c5c8391927470809818299827cf -RMD160 (libsoup-2.60.0.tar.xz) = 3d1206deb0cbeb5628f63d0e6e19476137d25757 -SHA512 (libsoup-2.60.0.tar.xz) = 9759d0f6c7dd5975e96e91b7a2b70d2559e2089e54659182dcd443ada6e0481db3b8457377c8ce04085f1ab3160f5e3ec761defc41d8547ff2d3bc08b9ca1217 -Size (libsoup-2.60.0.tar.xz) = 1826560 bytes +SHA1 (libsoup-2.60.2.tar.xz) = cfec5037f4a5986c85fdfdd1cd182365966bb5e9 +RMD160 (libsoup-2.60.2.tar.xz) = be53ef80099ae59b8726a8dfeafc8113dfe300ec +SHA512 (libsoup-2.60.2.tar.xz) = 1323b0db3f6e5da65769f2c6267b66eddb426c89cc82925e97134b27db8f2c2cbb4f42b75c4efc984ae489907881d3e22ed3a777af0ae7f99d476808a90ca285 +Size (libsoup-2.60.2.tar.xz) = 1839800 bytes |