pkgsrc-WIP-changes archive

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

wip/siproxd: upgraded to 0.8.2



Module Name:	pkgsrc-wip
Committed By:	Georg Schwarz <schwarz%NetBSD.org@localhost>
Pushed By:	schwarz
Date:		Fri Apr 28 17:00:03 2017 +0200
Changeset:	848862022f968b399b0d4efde56c98a2390cda95

Modified Files:
	siproxd/Makefile
	siproxd/distinfo
	siproxd/patches/patch-src_plugins.h

Log Message:
wip/siproxd: upgraded to 0.8.2

Siproxd 0.8.2 is a maintenance release which fixes some bugs

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=848862022f968b399b0d4efde56c98a2390cda95

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

diffstat:
 siproxd/Makefile                    |  3 +--
 siproxd/distinfo                    |  9 +++++----
 siproxd/patches/patch-src_plugins.h | 16 ++++++++--------
 3 files changed, 14 insertions(+), 14 deletions(-)

diffs:
diff --git a/siproxd/Makefile b/siproxd/Makefile
index 6188ebcd01..a497f4b1dc 100644
--- a/siproxd/Makefile
+++ b/siproxd/Makefile
@@ -1,7 +1,6 @@
 # $NetBSD: Makefile,v 1.23 2013/12/28 14:42:28 imilh Exp $
 
-DISTNAME=	siproxd-0.8.1
-PKGREVISION=	2
+DISTNAME=	siproxd-0.8.2
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=siproxd/}
 
diff --git a/siproxd/distinfo b/siproxd/distinfo
index 467c7bd18c..9769e097d8 100644
--- a/siproxd/distinfo
+++ b/siproxd/distinfo
@@ -1,8 +1,9 @@
 $NetBSD: distinfo,v 1.13 2013/12/28 14:42:28 imilh Exp $
 
-SHA1 (siproxd-0.8.1.tar.gz) = 6226ee04b6f0080bb323cb7364ed758d1cbcbba1
-RMD160 (siproxd-0.8.1.tar.gz) = ac2f3ec40e539e69fa801fc56e6be6fd576a3570
-Size (siproxd-0.8.1.tar.gz) = 833170 bytes
+SHA1 (siproxd-0.8.2.tar.gz) = 065a72695a1182970a8f457a8c51809145f90ed4
+RMD160 (siproxd-0.8.2.tar.gz) = 57c76ef20ee4e9f1c5910526ed8e72129587a17e
+SHA512 (siproxd-0.8.2.tar.gz) = 25bc4fd4353574fff3253b06f75ad17435d993270780b9f3c8e520c982587247adb7794563083c349aee95e1fa2b0255187c8baa5ec3d72db39b67787f5a85b3
+Size (siproxd-0.8.2.tar.gz) = 846148 bytes
 SHA1 (patch-aa) = 5cbd0460e12609f0551959e266ce4b9ca37c7559
-SHA1 (patch-src_plugins.h) = a355499fa4ba9ce2da10cae4ab1ffd474a43fd4a
+SHA1 (patch-src_plugins.h) = 678f5c87e8695137c3f9290f55b3070d5262e247
 SHA1 (patch-src_rtpproxy.h) = 4189e1fa35e878ba836eb860a7143515f51aa5c1
diff --git a/siproxd/patches/patch-src_plugins.h b/siproxd/patches/patch-src_plugins.h
index 21f19a440c..25ab76dda6 100644
--- a/siproxd/patches/patch-src_plugins.h
+++ b/siproxd/patches/patch-src_plugins.h
@@ -1,13 +1,13 @@
-$NetBSD: patch-src_plugins.h,v 1.2 2013/12/28 14:42:29 imilh Exp $
+$NetBSD$
 
 using libtool 2.x
 http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-misc/siproxd/files/siproxd-libtool-2.4.patch?view=markup
 
---- src/plugins.h.orig	2011-05-28 15:47:15.000000000 +0000
-+++ src/plugins.h
-@@ -28,6 +28,12 @@
-    #include <ltdl.h>
- #endif
+--- src/plugins.h.orig	2015-10-15 15:29:20.000000000 +0200
++++ src/plugins.h	2017-04-03 22:25:39.000000000 +0200
+@@ -41,6 +41,12 @@
+ 
+ /* Plugins must return STS_SUCCESS / SUCCESS_FAILURE */
  
 +#ifndef lt__PROGRAM__LTX_preloaded_symbols
 +#define lt__PROGRAM__LTX_preloaded_symbols lt_libltdl_LTX_preloaded_symbols
@@ -16,5 +16,5 @@ http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-misc/siproxd/files/s
 +extern LT_DLSYM_CONST lt_dlsymlist lt__PROGRAM__LTX_preloaded_symbols[];
 +#endif
  
- /* Plugins must return STS_SUCCESS / SUCCESS_FAILURE */
- 
+ /*
+  * Processing stages for Plugins


Home | Main Index | Thread Index | Old Index