[Pkg-voip-commits] r5060 - in /openser/trunk/debian: changelog patches/00list patches/12_acc_enable_radius.dpatch
jblache at alioth.debian.org
jblache at alioth.debian.org
Fri Dec 7 12:22:11 UTC 2007
Author: jblache
Date: Fri Dec 7 12:22:11 2007
New Revision: 5060
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5060
Log:
Enable RADIUS in the acc module.
Added:
openser/trunk/debian/patches/12_acc_enable_radius.dpatch (with props)
Modified:
openser/trunk/debian/changelog
openser/trunk/debian/patches/00list
Modified: openser/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/openser/trunk/debian/changelog?rev=5060&op=diff
==============================================================================
--- openser/trunk/debian/changelog (original)
+++ openser/trunk/debian/changelog Fri Dec 7 12:22:11 2007
@@ -3,8 +3,12 @@
* NOT RELEASED YET
* New SVN snapshot.
-
- -- Julien BLACHE <jblache at debian.org> Fri, 07 Dec 2007 12:05:14 +0100
+ * debian/patches/12_acc_enable_radius.dpatch:
+ + Added; enable RADIUS accounting in the acc module. This effectively
+ pulls in libradiusclient-ng2 as a dependency of the main openser package,
+ but that dependency should go away in a future OpenSER release (closes: #454660).
+
+ -- Julien BLACHE <jblache at debian.org> Fri, 07 Dec 2007 13:18:45 +0100
openser (1.3.0~svn20071129-1) experimental; urgency=low
Modified: openser/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-voip/openser/trunk/debian/patches/00list?rev=5060&op=diff
==============================================================================
--- openser/trunk/debian/patches/00list (original)
+++ openser/trunk/debian/patches/00list Fri Dec 7 12:22:11 2007
@@ -1,3 +1,4 @@
10_no_lib64_on_64_bits
11_always_smp
+12_acc_enable_radius
Added: openser/trunk/debian/patches/12_acc_enable_radius.dpatch
URL: http://svn.debian.org/wsvn/pkg-voip/openser/trunk/debian/patches/12_acc_enable_radius.dpatch?rev=5060&op=file
==============================================================================
--- openser/trunk/debian/patches/12_acc_enable_radius.dpatch (added)
+++ openser/trunk/debian/patches/12_acc_enable_radius.dpatch Fri Dec 7 12:22:11 2007
@@ -1,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 12_acc_enable_radius_diameter.dpatch by <jblache at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Enable RADIUS in the acc module.
+
+ at DPATCH@
+diff -urNad openser-1.3.0~svn20071207~/modules/acc/Makefile openser-1.3.0~svn20071207/modules/acc/Makefile
+--- openser-1.3.0~svn20071207~/modules/acc/Makefile 2007-04-18 11:29:55.000000000 +0200
++++ openser-1.3.0~svn20071207/modules/acc/Makefile 2007-12-07 12:30:41.538470807 +0100
+@@ -15,7 +15,7 @@
+
+ # set ENABLE_RADIUS_ACC to true if you wish to enable RADIUS accounting
+ # (uncomment next line or 'ENABLE_RADIUS_ACC=true make all')
+-#ENABLE_RADIUS_ACC=true
++ENABLE_RADIUS_ACC=true
+ ifeq ($(ENABLE_RADIUS_ACC),true)
+ DEFS+=-DRAD_ACC -I$(LOCALBASE)/include
+ LIBS=-L$(LOCALBASE)/lib $(RADIUS_LIB)
Propchange: openser/trunk/debian/patches/12_acc_enable_radius.dpatch
------------------------------------------------------------------------------
svn:executable = *
More information about the Pkg-voip-commits
mailing list