summaryrefslogtreecommitdiff
path: root/net/libsoup/Makefile
diff options
context:
space:
mode:
authorprlw1 <prlw1@pkgsrc.org>2016-05-03 11:37:39 +0000
committerprlw1 <prlw1@pkgsrc.org>2016-05-03 11:37:39 +0000
commit93ca108b3546d335573a20f9b92204f2d48339ae (patch)
treebdf6d09aafd8b0c11bffa392ec6712595bcefb14 /net/libsoup/Makefile
parentb21ec6b334694aed601d5b47d19af92b0c2109a3 (diff)
downloadpkgsrc-93ca108b3546d335573a20f9b92204f2d48339ae.tar.gz
Update libsoup to 2.54.1
Note: ABI issue Changes in libsoup from 2.54.0.1 to 2.54.1: * *** IMPORTANT *** Fixed an ABI break in 2.54.0 caused by adding a member to SoupAuthClass; 2.54.1 is ABI-compatible with 2.53.92 and earlier, but NOT with the anomalous 2.54.0. If you built packages against 2.54.0, you will need to rebuild them against 2.54.1. * Fixed NTLM authentication when ntlm_auth from the latest version of Samba is present. [#765106, Milan Crha] * Updates to MSVC build, including for GSS-API support [Chun-wei Fan] * Updated translations: Friulian
Diffstat (limited to 'net/libsoup/Makefile')
-rw-r--r--net/libsoup/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/libsoup/Makefile b/net/libsoup/Makefile
index 3a59b3980c2..edad9dc6628 100644
--- a/net/libsoup/Makefile
+++ b/net/libsoup/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.25 2016/04/21 21:32:03 prlw1 Exp $
+# $NetBSD: Makefile,v 1.26 2016/05/03 11:37:39 prlw1 Exp $
-DISTNAME= libsoup-2.54.0.1
+DISTNAME= libsoup-2.54.1
CATEGORIES= net gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsoup/${PKGVERSION_NOREV:R:R}/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsoup/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org