Date: Mon, 9 Apr 2007 16:38:19 GMT From: JesusR<jesusr@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/111418: net/openser update Message-ID: <200704091638.l39GcJTN007995@www.freebsd.org> Resent-Message-ID: <200704091650.l39Go2QU041222@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 111418 >Category: ports >Synopsis: net/openser update >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Apr 09 16:50:01 GMT 2007 >Closed-Date: >Last-Modified: >Originator: JesusR >Release: >Organization: >Environment: >Description: net/openser update to version 1.2.0 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -u openserold/Makefile openser/Makefile --- openserold/Makefile Sun Mar 4 23:09:30 2007 +++ openser/Makefile Mon Apr 9 13:47:12 2007 @@ -6,7 +6,7 @@ # PORTNAME= openser -PORTVERSION= 1.1.1 +PORTVERSION= 1.2.0 CATEGORIES= net MASTER_SITES= http://openser.org/pub/openser/${PORTVERSION}/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}-tls_src @@ -28,15 +28,17 @@ PLIST_FILES= sbin/openser sbin/openserctl sbin/openserunix \ lib/openser/openserctl/openserctl.base lib/openser/openserctl/openserctl.ctlbase \ lib/openser/openserctl/openserctl.fifo lib/openser/openserctl/openserctl.sqlbase \ - lib/openser/openserctl/openserctl.unixsock etc/openser/openserctlrc + lib/openser/openserctl/openserctl.unixsock \ + etc/openser/openserctlrc PLIST_DIRS= lib/openser/modules lib/openser/openserctl lib/openser MODULES= acc alias_db auth auth_db auth_diameter avpops cpl-c dbtext \ - dialog dispatcher diversion domain enum exec flatstore gflags \ - group lcr mangler maxfwd mediaproxy msilo nathelper options \ - pa path pdt permissions pike registrar rr siptrace sl sms \ - speeddial statistics textops tm uac uac_redirect uri \ + dialog dispatcher diversion domain domainpolicy enum exec flatstore \ + gflags group imc lcr mangler maxfwd mediaproxy mi_fifo msilo \ + nathelper options pa path pdt permissions pike presence pua pua_mi \ + pua_usrloc registrar rr seas siptrace sl sms speeddial sst statistics \ + textops tm uac uac_redirect uri \ uri_db usrloc xlog RC_FILES= acc/radiusclient.conf \ @@ -58,9 +60,10 @@ SUB_LIST= RC_DIRS="${RC_DIRS}" RC_FILES="${RC_FILES}" OPTIONS= MYSQL "MySQL support" on \ - POSTGRESQL "PostgreSQL support" on \ - UNIXODBC "UnixODBC support" on \ - TLS "TLS support" on + POSTGRESQL "PostgreSQL support" off \ + UNIXODBC "UnixODBC support" off \ + TLS "TLS support" off \ + SNMPSTATS "SNMPStats support" off .include <bsd.port.pre.mk> @@ -88,6 +91,7 @@ .endif .if defined(WITH_TLS) +MODULES+= tlsops .include "${PORTSDIR}/Mk/bsd.openssl.mk" TLS_RC_FILES= tls/rootCA/cacert.pem \ tls/rootCA/certs/01.pem \ @@ -97,7 +101,11 @@ tls/user/user-calist.pem \ tls/user/user-cert.pem \ tls/user/user-cert_req.pem \ - tls/user/user-privkey.pem + tls/user/user-privkey.pem \ + tls/README \ + tls/ca.conf \ + tls/request.conf \ + tls/user.conf RC_FILES+= ${TLS_RC_FILES} TLS_RC_DIRS= tls/user \ tls/rootCA/certs \ @@ -106,7 +114,15 @@ tls RC_DIRS+= ${TLS_RC_DIRS} .else +MAKE_ENV+= TLSOPS=tlsops MAKE_ARGS+= TLS="" +.endif + +.if defined(WITH_SNMPSTATS) +RUN_DEPENDS+= snmpcheck:${PORTSDIR}/net-mgmt/net-snmp +MODULES+= snmpstats +.else +MAKE_ENV+= SNMPSTATS=snmpstats .endif PLIST_FILES+= ${MODULES:S|^|lib/openser/modules/|:S|$|.so|} \ diff -u openserold/distinfo openser/distinfo --- openserold/distinfo Sat Feb 17 14:53:12 2007 +++ openser/distinfo Sun Apr 8 11:01:06 2007 @@ -1,3 +1,3 @@ -MD5 (openser-1.1.1-tls_src.tar.gz) = 024757459ccef485d47322cbbe49fa72 -SHA256 (openser-1.1.1-tls_src.tar.gz) = 92c97f50a62f30ed670a71009fbecda18e7b124ca0436a247c4cd41e27283965 -SIZE (openser-1.1.1-tls_src.tar.gz) = 1582833 +MD5 (openser-1.2.0-tls_src.tar.gz) = fbf929ed9d3ef1c3f41e4ebecbc4dd26 +SHA256 (openser-1.2.0-tls_src.tar.gz) = 1ecba7dc85865b85b8570618837323d6e12fe8af3eb092e74e2b9546eedcdc67 +SIZE (openser-1.2.0-tls_src.tar.gz) = 2814102 Common subdirectories: openserold/files and openser/files diff -u openserold/pkg-descr openser/pkg-descr --- openserold/pkg-descr Wed Feb 28 19:13:15 2007 +++ openser/pkg-descr Mon Apr 9 18:14:09 2007 @@ -7,6 +7,7 @@ CPL scripts, instant messaging, MySQL and UNIXODBC support, a presence agent, radius authentication, record routing, an SMS gateway, a jabber gateway, a transaction and dialog module, OSP module, statistics support, -registrar and user location. +registrar and user location, SIMPLE Presence, Perl programming interface, +SNMP and Java SIP Servlet. WWW: http://www.openser.org/ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704091638.l39GcJTN007995>