Bug 137494 - sysutils/ldap-account-manager version update
Summary: sysutils/ldap-account-manager version update
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Beat Gaetzi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-06 20:00 UTC by basil
Modified: 2009-08-10 22:10 UTC (History)
0 users

See Also:


Attachments
file.txt (3.25 KB, text/plain)
2009-08-06 20:00 UTC, basil
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description basil 2009-08-06 20:00:08 UTC
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)

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:
Comment 1 Beat Gaetzi freebsd_committer freebsd_triage 2009-08-07 20:23:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beat

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-08-10 22:00:19 UTC
beat        2009-08-10 20:59:58 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/ldap-account-manager Makefile distinfo pkg-plist 
  Log:
  - Update to 2.7.0 [1]
  - Set FETCH_CMD. Master sites returns 302 redirect.
  
  PR:             ports/137494 [1]
  Submitted by:   Vasiliy P. Melnik <basil AT vpm.net.ua>
  
  Revision  Changes    Path
  1.39      +2 -1      ports/sysutils/ldap-account-manager/Makefile
  1.23      +3 -3      ports/sysutils/ldap-account-manager/distinfo
  1.23      +8 -1      ports/sysutils/ldap-account-manager/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Beat Gaetzi freebsd_committer freebsd_triage 2009-08-10 22:03:37 UTC
State Changed
From-To: open->closed

Committed. Thanks! I had to set FETCH_CMD because all master sites 
returns a 302 redirect.