Browse Source

- package building scripts updated to the 0.8.12 version

Andrei Pelinescu-Onciul 22 years ago
parent
commit
f9cea7d075
15 changed files with 74 additions and 17 deletions
  1. 6 0
      debian/changelog
  2. 1 1
      debian/rules
  3. 11 3
      freebsd/Makefile
  4. 1 1
      freebsd/distinfo
  5. 6 0
      freebsd/pkg-plist
  6. 2 2
      netbsd/Makefile
  7. 6 0
      netbsd/PLIST
  8. 1 1
      netbsd/distinfo
  9. 2 2
      openbsd/Makefile
  10. 1 1
      openbsd/distinfo
  11. 6 1
      openbsd/pkg/PLIST
  12. 12 2
      rpm/ser.spec-4.1
  13. 12 2
      rpm/ser.spec.SuSE
  14. 1 1
      solaris/pkginfo
  15. 6 0
      solaris/prototype

+ 6 - 0
debian/changelog

@@ -1,3 +1,9 @@
+ser (0.8.12) unstable; urgency=low
+
+  * new upstream release (improved tcp support, set_advertised_address a.s.o)
+
+ -- Andrei Pelinescu-Onciul <[email protected]>  Fri, 14 Nov 2003 16:41:05 +0200
+
 ser (0.8.11) unstable; urgency=low
 
   * new upstream release

+ 1 - 1
debian/rules

@@ -25,7 +25,7 @@ export DEB_BUILD_OPTIONS:="$(DEB_BUILD_OPTIONS) nostrip"
 
 # modules not in the "main" package or unstable 
 EXCLUDED_MODULES=	mysql jabber auth_radius group_radius uri_radius \
-					postgress snmp cpl cpl-c ext extcmd mangler pdt
+					postgress snmp cpl cpl-c ext extcmd 
 
 # modules depending on mysql
 MYSQL_MODULES=mysql

+ 11 - 3
freebsd/Makefile

@@ -9,12 +9,20 @@
 
 
 PORTNAME= ser
-PORTVERSION= 0.8.11
+PORTVERSION= 0.8.12
 CATEGORIES= net
-MASTER_SITES= ftp://ftp.berlios.de/pub/ser/0.8.11/src/
+MASTER_SITES= ftp://ftp.berlios.de/pub/ser/0.8.12/src/
 
 MAINTAINER= [email protected]
 
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+# FreeBSD 5.1 wants COMMENT and it doesn't like pkg-comment
+COMMENT= Sip Express Router, very fast and configurable SIP proxy
+COMMENTFILE= 
+.endif
+
 MAN8=ser.8
 MAN5=ser.cfg.5
 MANCOMPRESSED= no
@@ -40,6 +48,6 @@ LIB_DEPENDS=   expat:${PORTSDIR}/textproc/expat* \
 pre-fetch:
 
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
 
 

+ 1 - 1
freebsd/distinfo

@@ -1 +1 @@
-MD5 (ser-0.8.11_src.tar.gz) = 070509795c5be4fe684dbfc36d42780a
+MD5 (ser-0.8.12_src.tar.gz) = 070509795c5be4fe684dbfc36d42780a

+ 6 - 0
freebsd/pkg-plist

@@ -6,17 +6,20 @@ sbin/gen_ha1
 lib/ser/modules/acc.so
 lib/ser/modules/auth.so
 lib/ser/modules/auth_db.so
+lib/ser/modules/auth_diameter.so
 lib/ser/modules/dbtext.so
 lib/ser/modules/domain.so
 lib/ser/modules/enum.so
 lib/ser/modules/exec.so
 lib/ser/modules/group.so
 lib/ser/modules/jabber.so
+lib/ser/modules/mangler.so
 lib/ser/modules/maxfwd.so
 lib/ser/modules/msilo.so
 lib/ser/modules/mysql.so
 lib/ser/modules/nathelper.so
 lib/ser/modules/pa.so
+lib/ser/modules/pdt.so
 lib/ser/modules/permissions.so
 lib/ser/modules/pike.so
 lib/ser/modules/print.so
@@ -38,16 +41,19 @@ share/doc/ser/NEWS
 share/doc/ser/README.acc
 share/doc/ser/README.auth
 share/doc/ser/README.auth_db
+share/doc/ser/README.auth_diameter
 share/doc/ser/README.domain
 share/doc/ser/README.dbtext
 share/doc/ser/README.enum
 share/doc/ser/README.exec
 share/doc/ser/README.group
 share/doc/ser/README.jabber
+share/doc/ser/README.mangler
 share/doc/ser/README.maxfwd
 share/doc/ser/README.msilo
 share/doc/ser/README.nathelper
 share/doc/ser/README.pa
+share/doc/ser/README.pdt
 share/doc/ser/README.permissions
 share/doc/ser/README.pike
 share/doc/ser/README.print

+ 2 - 2
netbsd/Makefile

@@ -10,9 +10,9 @@
 COMMENT= "SIP Express Router"
 
 PORTNAME= ser
-PORTVERSION= 0.8.11
+PORTVERSION= 0.8.12
 CATEGORIES= net
-MASTER_SITES= ftp://ftp.berlios.de/pub/ser/0.8.11/src/
+MASTER_SITES= ftp://ftp.berlios.de/pub/ser/0.8.12/src/
 
 MAINTAINER= [email protected]
 

+ 6 - 0
netbsd/PLIST

@@ -6,17 +6,20 @@ sbin/gen_ha1
 lib/ser/modules/acc.so
 lib/ser/modules/auth.so
 lib/ser/modules/auth_db.so
+lib/ser/modules/auth_diameter.so
 lib/ser/modules/dbtext.so
 lib/ser/modules/domain.so
 lib/ser/modules/enum.so
 lib/ser/modules/exec.so
 lib/ser/modules/group.so
 lib/ser/modules/jabber.so
+lib/ser/modules/mangler.so
 lib/ser/modules/maxfwd.so
 lib/ser/modules/msilo.so
 lib/ser/modules/mysql.so
 lib/ser/modules/nathelper.so
 lib/ser/modules/pa.so
+lib/ser/modules/pdt.so
 lib/ser/modules/permissions.so
 lib/ser/modules/pike.so
 lib/ser/modules/print.so
@@ -38,16 +41,19 @@ share/doc/ser/NEWS
 share/doc/ser/README.acc
 share/doc/ser/README.auth
 share/doc/ser/README.auth_db
+share/doc/ser/README.auth_diameter
 share/doc/ser/README.domain
 share/doc/ser/README.dbtext
 share/doc/ser/README.enum
 share/doc/ser/README.exec
 share/doc/ser/README.group
 share/doc/ser/README.jabber
+share/doc/ser/README.mangler
 share/doc/ser/README.maxfwd
 share/doc/ser/README.msilo
 share/doc/ser/README.nathelper
 share/doc/ser/README.pa
+share/doc/ser/README.pdt
 share/doc/ser/README.permissions
 share/doc/ser/README.pike
 share/doc/ser/README.print

+ 1 - 1
netbsd/distinfo

@@ -1 +1 @@
-MD5 (ser-0.8.11_src.tar.gz) = 070509795c5be4fe684dbfc36d42780a
+MD5 (ser-0.8.12_src.tar.gz) = 070509795c5be4fe684dbfc36d42780a

+ 2 - 2
openbsd/Makefile

@@ -10,9 +10,9 @@
 COMMENT= "SIP Express Router"
 
 PORTNAME= ser
-PORTVERSION= 0.8.11
+PORTVERSION= 0.8.12
 CATEGORIES= net
-MASTER_SITES= ftp://ftp.berlios.de/pub/ser/0.8.11/src/
+MASTER_SITES= ftp://ftp.berlios.de/pub/ser/0.8.12/src/
 
 MAINTAINER= [email protected]
 

+ 1 - 1
openbsd/distinfo

@@ -1 +1 @@
-MD5 (ser-0.8.11_src.tar.gz) = 070509795c5be4fe684dbfc36d42780a
+MD5 (ser-0.8.12_src.tar.gz) = 070509795c5be4fe684dbfc36d42780a

+ 6 - 1
openbsd/pkg/PLIST

@@ -6,17 +6,20 @@ sbin/gen_ha1
 lib/ser/modules/acc.so
 lib/ser/modules/auth.so
 lib/ser/modules/auth_db.so
+lib/ser/modules/auth_diameter.so
 lib/ser/modules/dbtext.so
 lib/ser/modules/domain.so
 lib/ser/modules/enum.so
 lib/ser/modules/exec.so
 lib/ser/modules/group.so
 lib/ser/modules/jabber.so
+lib/ser/modules/mangler.so
 lib/ser/modules/maxfwd.so
 lib/ser/modules/msilo.so
 lib/ser/modules/mysql.so
 lib/ser/modules/nathelper.so
 lib/ser/modules/pa.so
+lib/ser/modules/pdt.so
 lib/ser/modules/permissions.so
 lib/ser/modules/pike.so
 lib/ser/modules/print.so
@@ -38,16 +41,18 @@ share/doc/ser/NEWS
 share/doc/ser/README.acc
 share/doc/ser/README.auth
 share/doc/ser/README.auth_db
+share/doc/ser/README.auth_diameter
 share/doc/ser/README.domain
 share/doc/ser/README.dbtext
 share/doc/ser/README.enum
 share/doc/ser/README.exec
 share/doc/ser/README.group
 share/doc/ser/README.jabber
-share/doc/ser/README.maxfwd
+share/doc/ser/README.mangler
 share/doc/ser/README.msilo
 share/doc/ser/README.nathelper
 share/doc/ser/README.pa
+share/doc/ser/README.pdt
 share/doc/ser/README.permissions
 share/doc/ser/README.pike
 share/doc/ser/README.print

+ 12 - 2
rpm/ser.spec-4.1

@@ -1,8 +1,8 @@
 %define name    ser
-%define ver     0.8.11
+%define ver     0.8.12
 %define rel     0
 
-%define EXCLUDED_MODULES	mysql jabber auth_radius group_radius uri_radius postgress snmp cpl cpl-c ext extcmd mangler pdt
+%define EXCLUDED_MODULES	mysql jabber auth_radius group_radius uri_radius postgress snmp cpl cpl-c ext extcmd
 %define MYSQL_MODULES		mysql
 %define JABBER_MODULES		jabber
 %define RADIUS_MODULES		auth_radius group_radius uri_radius
@@ -140,15 +140,18 @@ fi
 %doc %{_docdir}/ser/README.acc
 %doc %{_docdir}/ser/README.auth
 %doc %{_docdir}/ser/README.auth_db
+%doc %{_docdir}/ser/README.auth_diameter
 %doc %{_docdir}/ser/README.dbtext
 %doc %{_docdir}/ser/README.domain
 %doc %{_docdir}/ser/README.enum
 %doc %{_docdir}/ser/README.exec
 %doc %{_docdir}/ser/README.group
+%doc %{_docdir}/ser/README.mangler
 %doc %{_docdir}/ser/README.maxfwd
 %doc %{_docdir}/ser/README.msilo
 %doc %{_docdir}/ser/README.nathelper
 %doc %{_docdir}/ser/README.pa
+%doc %{_docdir}/ser/README.pdt
 %doc %{_docdir}/ser/README.permissions
 %doc %{_docdir}/ser/README.pike
 %doc %{_docdir}/ser/README.print
@@ -172,15 +175,18 @@ fi
 %{_libdir}/ser/modules/acc.so
 %{_libdir}/ser/modules/auth.so
 %{_libdir}/ser/modules/auth_db.so
+%{_libdir}/ser/modules/auth_diameter.so
 %{_libdir}/ser/modules/dbtext.so
 %{_libdir}/ser/modules/domain.so
 %{_libdir}/ser/modules/enum.so
 %{_libdir}/ser/modules/exec.so
 %{_libdir}/ser/modules/group.so
+%{_libdir}/ser/modules/mangler.so
 %{_libdir}/ser/modules/maxfwd.so
 %{_libdir}/ser/modules/msilo.so
 %{_libdir}/ser/modules/nathelper.so
 %{_libdir}/ser/modules/pa.so
+%{_libdir}/ser/modules/pdt.so
 %{_libdir}/ser/modules/permissions.so
 %{_libdir}/ser/modules/pike.so
 %{_libdir}/ser/modules/print.so
@@ -229,6 +235,10 @@ fi
 
 %changelog
 
+* Fri Nov 14 2003 Andrei Pelinescu - Onciul <[email protected]>
+- changed vesion to 0.8.12 (new upstream release)
+- added auth_diameter, pdt & mangler to the modules list
+
 * Wed Aug 27 2003 Andrei Pelinescu - Onciul <[email protected]>
 - changed vesion to 0.8.11
 - gen_ha1 is now left in _sbindir

+ 12 - 2
rpm/ser.spec.SuSE

@@ -1,8 +1,8 @@
 %define name    ser
-%define ver     0.8.11
+%define ver     0.8.12
 %define rel     0
 
-%define EXCLUDED_MODULES	mysql jabber auth_radius group_radius uri_radius postgress snmp cpl cpl-c ext extcmd mangler pdt
+%define EXCLUDED_MODULES	mysql jabber auth_radius group_radius uri_radius postgress snmp cpl cpl-c ext extcmd 
 %define MYSQL_MODULES		mysql
 %define JABBER_MODULES		jabber
 %define RADIUS_MODULES		auth_radius group_radius uri_radius
@@ -141,15 +141,18 @@ sbin/insserv etc/init.d/
 %doc %{_docdir}/ser/README.acc
 %doc %{_docdir}/ser/README.auth
 %doc %{_docdir}/ser/README.auth_db
+%doc %{_docdir}/ser/README.auth_diameter
 %doc %{_docdir}/ser/README.dbtext
 %doc %{_docdir}/ser/README.domain
 %doc %{_docdir}/ser/README.enum
 %doc %{_docdir}/ser/README.exec
 %doc %{_docdir}/ser/README.group
+%doc %{_docdir}/ser/README.mangler
 %doc %{_docdir}/ser/README.maxfwd
 %doc %{_docdir}/ser/README.msilo
 %doc %{_docdir}/ser/README.nathelper
 %doc %{_docdir}/ser/README.pa
+%doc %{_docdir}/ser/README.pdt
 %doc %{_docdir}/ser/README.permissions
 %doc %{_docdir}/ser/README.pike
 %doc %{_docdir}/ser/README.print
@@ -173,15 +176,18 @@ sbin/insserv etc/init.d/
 %{_libdir}/ser/modules/acc.so
 %{_libdir}/ser/modules/auth.so
 %{_libdir}/ser/modules/auth_db.so
+%{_libdir}/ser/modules/auth_diameter.so
 %{_libdir}/ser/modules/dbtext.so
 %{_libdir}/ser/modules/domain.so
 %{_libdir}/ser/modules/enum.so
 %{_libdir}/ser/modules/exec.so
 %{_libdir}/ser/modules/group.so
+%{_libdir}/ser/modules/mangler.so
 %{_libdir}/ser/modules/maxfwd.so
 %{_libdir}/ser/modules/msilo.so
 %{_libdir}/ser/modules/nathelper.so
 %{_libdir}/ser/modules/pa.so
+%{_libdir}/ser/modules/pdt.so
 %{_libdir}/ser/modules/permissions.so
 %{_libdir}/ser/modules/pike.so
 %{_libdir}/ser/modules/print.so
@@ -227,6 +233,10 @@ sbin/insserv etc/init.d/
 
 %changelog
 
+* Fri Nov 14 2003 Andrei Pelinescu - Onciul <[email protected]>
+- changed vesion to 0.8.12 (new upstream release)
+- added auth_diameter, pdt & mangler to the modules list
+
 * Wed Aug 28 2003 Nils Ohlmeier <[email protected]>
 - replaced modules Conflicts with required Ser version
 - fixed doc installation for SuSE pathes

+ 1 - 1
solaris/pkginfo

@@ -1,6 +1,6 @@
 PKG=IPTELser
 ARCH=sparc
-VERSION=0.8.11
+VERSION=0.8.12
 CATEGORY=application
 [email protected]
 NAME= ser or SIP Express Router is a very fast and flexible SIP proxy server

+ 6 - 0
solaris/prototype

@@ -14,17 +14,20 @@ d none lib/ser/modules 2755 bin bin
 f none lib/ser/modules/acc.so 0755 bin bin
 f none lib/ser/modules/auth.so 0755 bin bin
 f none lib/ser/modules/auth_db.so 0755 bin bin
+f none lib/ser/modules/auth_diameter.so 0755 bin bin
 f none lib/ser/modules/dbtext.so 0755 bin bin
 f none lib/ser/modules/domain.so 0755 bin bin
 f none lib/ser/modules/enum.so 0755 bin bin
 f none lib/ser/modules/exec.so 0755 bin bin
 f none lib/ser/modules/group.so 0755 bin bin
 f none lib/ser/modules/jabber.so 0755 bin bin
+f none lib/ser/modules/mangler.so 0755 bin bin
 f none lib/ser/modules/maxfwd.so 0755 bin bin
 f none lib/ser/modules/msilo.so 0755 bin bin
 f none lib/ser/modules/mysql.so 0755 bin bin
 f none lib/ser/modules/nathelper.so 0755 bin bin
 f none lib/ser/modules/pa.so 0755 bin bin
+f none lib/ser/modules/pdt.so 0755 bin bin
 f none lib/ser/modules/permissions.so 0755 bin bin
 f none lib/ser/modules/pike.so 0755 bin bin
 f none lib/ser/modules/print.so 0755 bin bin
@@ -47,16 +50,19 @@ f none doc/ser/NEWS    0644 bin bin
 f none doc/ser/README.acc 0644 bin bin
 f none doc/ser/README.auth 0644 bin bin
 f none doc/ser/README.auth_db 0644 bin bin
+f none doc/ser/README.auth_diameter 0644 bin bin
 f none doc/ser/README.dbtext  0644 bin bin
 f none doc/ser/README.domain  0644 bin bin
 f none doc/ser/README.enum    0644 bin bin
 f none doc/ser/README.exec 0644 bin bin
 f none doc/ser/README.group 0644 bin bin
 f none doc/ser/README.jabber 0644 bin bin
+f none doc/ser/README.mangler 0644 bin bin
 f none doc/ser/README.maxfwd 0644 bin bin
 f none doc/ser/README.msilo 0644 bin bin
 f none doc/ser/README.nathelper 0644 bin bin
 f none doc/ser/README.pa 0644 bin bin
+f none doc/ser/README.pdt 0644 bin bin
 f none doc/ser/README.permissions 0644 bin bin
 f none doc/ser/README.pike 0644 bin bin
 f none doc/ser/README.print 0644 bin bin