Date: Thu, 6 Aug 2009 18:56:36 GMT From: "Vasiliy P. Melnik" <basil@vpm.net.ua> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/137494: version update Message-ID: <200908061856.n76Iuaqs099988@www.freebsd.org> Resent-Message-ID: <200908061900.n76J08le055036@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 137494 >Category: ports >Synopsis: version update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Aug 06 19:00:08 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Vasiliy P. Melnik >Release: 7.2-RELEASE-p3 >Organization: NA >Environment: FreeBSD monkey.lan 7.2-RELEASE-p3 FreeBSD 7.2-RELEASE-p3 #0: Wed Jul 29 13:31:49 EEST 2009 root@monkey.lan:/usr/obj/usr/src/sys/monkey i386 >Description: port description: - version update - fix plist Changelog: 2.7.0 (2009-08-05) - LAM Pro: allow to execute custom scripts on create/modify/delete - log client IP at login attempt - added separate configuration option to enable/disable TLS encryption - Samba 3: allow to disable LM hashes (on by default) (RFE 2657140) - DHCP: added description field and reordered fixed IP input fields fixed bugs: - added additional check for creating home directories (2798489) - support memcache for session storage (2811505) >How-To-Repeat: >Fix: ===> Generating patch ===> Viewing diff with more diff -ruN --exclude=CVS /usr/ports/sysutils/ldap-account-manager/Makefile /root/ldap-account-manager/Makefile --- /usr/ports/sysutils/ldap-account-manager/Makefile 2009-04-09 06:49:14.000000000 +0300 +++ /root/ldap-account-manager/Makefile 2009-08-06 21:19:57.000000000 +0300 @@ -6,7 +6,7 @@ # PORTNAME= ldap-account-manager -PORTVERSION= 2.6.0 +PORTVERSION= 2.7.0 CATEGORIES= sysutils www MASTER_SITES= SF/${PNAME} DISTNAME= ${PORTNAME:L}-${PORTVERSION} diff -ruN --exclude=CVS /usr/ports/sysutils/ldap-account-manager/distinfo /root/ldap-account-manager/distinfo --- /usr/ports/sysutils/ldap-account-manager/distinfo 2009-04-09 06:49:14.000000000 +0300 +++ /root/ldap-account-manager/distinfo 2009-08-06 21:23:37.000000000 +0300 @@ -1,3 +1,3 @@ -MD5 (ldap-account-manager-2.6.0.tar.gz) = 8e08d068a3d244f577425bf045051f6c -SHA256 (ldap-account-manager-2.6.0.tar.gz) = 13089eecfc227f6890ba27dae9b9e9ea03ebc98c393e8d533d6545454b01db8b -SIZE (ldap-account-manager-2.6.0.tar.gz) = 2462087 +MD5 (ldap-account-manager-2.7.0.tar.gz) = bda2433edf0190967a75f20c15dd3d06 +SHA256 (ldap-account-manager-2.7.0.tar.gz) = b5434f2e904d3c80f70578482aee0da3f3c59657d5e2cb952c4e69ad73f17a3f +SIZE (ldap-account-manager-2.7.0.tar.gz) = 2488557 diff -ruN --exclude=CVS /usr/ports/sysutils/ldap-account-manager/pkg-plist /root/ldap-account-manager/pkg-plist --- /usr/ports/sysutils/ldap-account-manager/pkg-plist 2009-04-16 18:32:31.000000000 +0300 +++ /root/ldap-account-manager/pkg-plist 2009-08-06 21:49:28.000000000 +0300 @@ -34,7 +34,6 @@ %%WWWDIR%%/graphics/back.gif %%WWWDIR%%/graphics/banner.jpg %%WWWDIR%%/graphics/bigPeople.png -%%WWWDIR%%/graphics/bigServers.png %%WWWDIR%%/graphics/bigTools.png %%WWWDIR%%/graphics/catalog.png %%WWWDIR%%/graphics/dc.png @@ -56,6 +55,7 @@ %%WWWDIR%%/graphics/find.png %%WWWDIR%%/graphics/folder.png %%WWWDIR%%/graphics/forward.gif +%%WWWDIR%%/graphics/gear.png %%WWWDIR%%/graphics/go.png %%WWWDIR%%/graphics/group.png %%WWWDIR%%/graphics/groupBig.png @@ -68,6 +68,8 @@ %%WWWDIR%%/graphics/keyBig.png %%WWWDIR%%/graphics/kolab.png %%WWWDIR%%/graphics/lam.png +%%WWWDIR%%/graphics/lamdaemon.png +%%WWWDIR%%/graphics/language.png %%WWWDIR%%/graphics/ldap-server.png %%WWWDIR%%/graphics/light.png %%WWWDIR%%/graphics/logo32.png @@ -77,6 +79,7 @@ %%WWWDIR%%/graphics/mailAlias.png %%WWWDIR%%/graphics/mailBig.png %%WWWDIR%%/graphics/minus.png +%%WWWDIR%%/graphics/modules.png %%WWWDIR%%/graphics/n.png %%WWWDIR%%/graphics/netgroup.png %%WWWDIR%%/graphics/network-wired.png @@ -91,9 +94,12 @@ %%WWWDIR%%/graphics/phpGroupware.png %%WWWDIR%%/graphics/plus.png %%WWWDIR%%/graphics/process.png +%%WWWDIR%%/graphics/profiles.png %%WWWDIR%%/graphics/refresh.png %%WWWDIR%%/graphics/samba.png %%WWWDIR%%/graphics/save.png +%%WWWDIR%%/graphics/script.png +%%WWWDIR%%/graphics/security.png %%WWWDIR%%/graphics/select.png %%WWWDIR%%/graphics/server-settings.png %%WWWDIR%%/graphics/server-small.png @@ -229,6 +235,7 @@ %%WWWDIR%%/templates/config/conflogin.php %%WWWDIR%%/templates/config/confmain.php %%WWWDIR%%/templates/config/confmodules.php +%%WWWDIR%%/templates/config/confsave.php %%WWWDIR%%/templates/config/conftypes.php %%WWWDIR%%/templates/config/index.php %%WWWDIR%%/templates/config/mainlogin.php ===> Done Patch attached with submission follows: ===> Generating patch ===> Viewing diff with more diff -ruN --exclude=CVS /usr/ports/sysutils/ldap-account-manager/Makefile /root/ldap-account-manager/Makefile --- /usr/ports/sysutils/ldap-account-manager/Makefile 2009-04-09 06:49:14.000000000 +0300 +++ /root/ldap-account-manager/Makefile 2009-08-06 21:19:57.000000000 +0300 @@ -6,7 +6,7 @@ # PORTNAME= ldap-account-manager -PORTVERSION= 2.6.0 +PORTVERSION= 2.7.0 CATEGORIES= sysutils www MASTER_SITES= SF/${PNAME} DISTNAME= ${PORTNAME:L}-${PORTVERSION} diff -ruN --exclude=CVS /usr/ports/sysutils/ldap-account-manager/distinfo /root/ldap-account-manager/distinfo --- /usr/ports/sysutils/ldap-account-manager/distinfo 2009-04-09 06:49:14.000000000 +0300 +++ /root/ldap-account-manager/distinfo 2009-08-06 21:23:37.000000000 +0300 @@ -1,3 +1,3 @@ -MD5 (ldap-account-manager-2.6.0.tar.gz) = 8e08d068a3d244f577425bf045051f6c -SHA256 (ldap-account-manager-2.6.0.tar.gz) = 13089eecfc227f6890ba27dae9b9e9ea03ebc98c393e8d533d6545454b01db8b -SIZE (ldap-account-manager-2.6.0.tar.gz) = 2462087 +MD5 (ldap-account-manager-2.7.0.tar.gz) = bda2433edf0190967a75f20c15dd3d06 +SHA256 (ldap-account-manager-2.7.0.tar.gz) = b5434f2e904d3c80f70578482aee0da3f3c59657d5e2cb952c4e69ad73f17a3f +SIZE (ldap-account-manager-2.7.0.tar.gz) = 2488557 diff -ruN --exclude=CVS /usr/ports/sysutils/ldap-account-manager/pkg-plist /root/ldap-account-manager/pkg-plist --- /usr/ports/sysutils/ldap-account-manager/pkg-plist 2009-04-16 18:32:31.000000000 +0300 +++ /root/ldap-account-manager/pkg-plist 2009-08-06 21:49:28.000000000 +0300 @@ -34,7 +34,6 @@ %%WWWDIR%%/graphics/back.gif %%WWWDIR%%/graphics/banner.jpg %%WWWDIR%%/graphics/bigPeople.png -%%WWWDIR%%/graphics/bigServers.png %%WWWDIR%%/graphics/bigTools.png %%WWWDIR%%/graphics/catalog.png %%WWWDIR%%/graphics/dc.png @@ -56,6 +55,7 @@ %%WWWDIR%%/graphics/find.png %%WWWDIR%%/graphics/folder.png %%WWWDIR%%/graphics/forward.gif +%%WWWDIR%%/graphics/gear.png %%WWWDIR%%/graphics/go.png %%WWWDIR%%/graphics/group.png %%WWWDIR%%/graphics/groupBig.png @@ -68,6 +68,8 @@ %%WWWDIR%%/graphics/keyBig.png %%WWWDIR%%/graphics/kolab.png %%WWWDIR%%/graphics/lam.png +%%WWWDIR%%/graphics/lamdaemon.png +%%WWWDIR%%/graphics/language.png %%WWWDIR%%/graphics/ldap-server.png %%WWWDIR%%/graphics/light.png %%WWWDIR%%/graphics/logo32.png @@ -77,6 +79,7 @@ %%WWWDIR%%/graphics/mailAlias.png %%WWWDIR%%/graphics/mailBig.png %%WWWDIR%%/graphics/minus.png +%%WWWDIR%%/graphics/modules.png %%WWWDIR%%/graphics/n.png %%WWWDIR%%/graphics/netgroup.png %%WWWDIR%%/graphics/network-wired.png @@ -91,9 +94,12 @@ %%WWWDIR%%/graphics/phpGroupware.png %%WWWDIR%%/graphics/plus.png %%WWWDIR%%/graphics/process.png +%%WWWDIR%%/graphics/profiles.png %%WWWDIR%%/graphics/refresh.png %%WWWDIR%%/graphics/samba.png %%WWWDIR%%/graphics/save.png +%%WWWDIR%%/graphics/script.png +%%WWWDIR%%/graphics/security.png %%WWWDIR%%/graphics/select.png %%WWWDIR%%/graphics/server-settings.png %%WWWDIR%%/graphics/server-small.png @@ -229,6 +235,7 @@ %%WWWDIR%%/templates/config/conflogin.php %%WWWDIR%%/templates/config/confmain.php %%WWWDIR%%/templates/config/confmodules.php +%%WWWDIR%%/templates/config/confsave.php %%WWWDIR%%/templates/config/conftypes.php %%WWWDIR%%/templates/config/index.php %%WWWDIR%%/templates/config/mainlogin.php ===> Done >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908061856.n76Iuaqs099988>