Bug 148647 - version upgrade: sysutils/ldap-account-manager
Summary: version upgrade: sysutils/ldap-account-manager
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-15 18:10 UTC by basil
Modified: 2010-08-13 15:30 UTC (History)
0 users

See Also:


Attachments
file.txt (7.17 KB, text/plain)
2010-07-15 18:10 UTC, basil
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description basil 2010-07-15 18:10:02 UTC
version upgrade

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	2010-06-16 16:32:59.000000000 +0300
+++ /root/ldap-account-manager/Makefile	2010-06-27 12:52:11.000000000 +0300
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	ldap-account-manager
-PORTVERSION=	3.0.0
-PORTREVISION=	2
+PORTVERSION=	3.1.0
 CATEGORIES=	sysutils www
 MASTER_SITES=	SF/${PNAME}/LAM/${PORTVERSION}
 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	2010-04-30 17:58:13.000000000 +0300
+++ /root/ldap-account-manager/distinfo	2010-06-27 12:53:28.000000000 +0300
@@ -1,3 +1,3 @@
-MD5 (ldap-account-manager-3.0.0.tar.gz) = e67ffe187bd02f1ddb3ad6d2e441c61b
-SHA256 (ldap-account-manager-3.0.0.tar.gz) = 962451d2c1074e44aa96ccc41c87ddb0eb2fbcba3e3e1d08f3120aaa3af296d7
-SIZE (ldap-account-manager-3.0.0.tar.gz) = 4790505
+MD5 (ldap-account-manager-3.1.0.tar.gz) = f97d14f20f4773e087977515ced54b45
+SHA256 (ldap-account-manager-3.1.0.tar.gz) = 0899bcc56abd2e1a0ce2c92ba14bde3a94440e45920dba46a918ce20ec1e2377
+SIZE (ldap-account-manager-3.1.0.tar.gz) = 5528597
diff -ruN --exclude=CVS /usr/ports/sysutils/ldap-account-manager/files/patch-account.inc /root/ldap-account-manager/files/patch-account.inc
--- /usr/ports/sysutils/ldap-account-manager/files/patch-account.inc	2010-06-01 04:34:00.000000000 +0300
+++ /root/ldap-account-manager/files/patch-account.inc	1970-01-01 03:00:00.000000000 +0300
@@ -1,34 +0,0 @@
---- lib/account.inc.orig	2010-03-24 15:22:38.000000000 -0300
-+++ lib/account.inc	2010-05-31 16:30:07.000000000 -0300
-@@ -39,10 +39,10 @@
- * @return array list of shell names
- */
- function getshells() {
--	if (!isset($_SESSION['lampath'])) return array();
-+	$shellPath = dirname(__FILE__) . '/../config/shells';
- 	// Load shells from file
--	if (file_exists($_SESSION['lampath'] . 'config/shells')) {
--		$shells = file($_SESSION['lampath'] . 'config/shells');
-+	if (file_exists($shellPath)) {
-+		$shells = file($shellPath);
- 		$i = 0;
- 		while (count($shells) > $i) {
- 			// remove whitespaces
-@@ -386,6 +386,9 @@
- 		case 'hostname':	
- 					$pregexpr = '/^([[:alnum:]@\\.\\ \\_\\$-])+$/u';
- 					break;
-+		case 'hostObject':
-+					$pregexpr = '/^[!]?([[:alnum:]@\\.\\ \\_\\$\\*-])+$/u';
-+					break;
- 		case 'usernameList':	// comma separated list of user names
- 		case 'groupnameList':	// comma separated list of group names
- 					$pregexpr = '/^([[:alnum:]@\\.\\ \\_-])+(,([[:alnum:]@\\.\\ \\_-])+)*$/u';
-@@ -467,6 +470,7 @@
- 					break;
- 		case 'domainSID': // Samba domain SID
- 					$pregexpr = "/^S\\-[0-9]\\-[0-9]\\-[0-9]{2,2}\\-[0-9]+\\-[0-9]+\\-[0-9]+$/";
-+					break;
- 		case 'ip': // IP address
- 					$pregexpr = '/^[0-9]{1,3}[.][0-9]{1,3}[.][0-9]{1,3}[.][0-9]{1,3}$/';
- 					break;
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	2010-06-16 16:32:59.000000000 +0300
+++ /root/ldap-account-manager/pkg-plist	2010-06-27 23:10:53.000000000 +0300
@@ -134,10 +134,27 @@
 %%WWWDIR%%/help/help.inc
 %%WWWDIR%%/help/.htaccess
 %%WWWDIR%%/index.html
+%%WWWDIR%%/lib/html.inc
+%%WWWDIR%%/lib/modules/asteriskVoicemail.inc
+%%WWWDIR%%/lib/modules/hostObject.inc
+%%WWWDIR%%/lib/3rdParty/phpseclib/PHP/Compat/Function/str_split.php
+%%WWWDIR%%/lib/3rdParty/phpseclib/PHP/Compat/Function/bcpowmod.php
+%%WWWDIR%%/lib/3rdParty/phpseclib/PHP/Compat/Function/array_fill.php
+%%WWWDIR%%/lib/3rdParty/phpseclib/Net/SSH1.php
+%%WWWDIR%%/lib/3rdParty/phpseclib/Net/SSH2.php
+%%WWWDIR%%/lib/3rdParty/phpseclib/Net/SFTP.php
+%%WWWDIR%%/lib/3rdParty/phpseclib/Math/BigInteger.php
+%%WWWDIR%%/lib/3rdParty/phpseclib/Crypt/RSA.php
+%%WWWDIR%%/lib/3rdParty/phpseclib/Crypt/Hash.php
+%%WWWDIR%%/lib/3rdParty/phpseclib/Crypt/TripleDES.php
+%%WWWDIR%%/lib/3rdParty/phpseclib/Crypt/AES.php
+%%WWWDIR%%/lib/3rdParty/phpseclib/Crypt/RC4.php
+%%WWWDIR%%/lib/3rdParty/phpseclib/Crypt/DES.php
+%%WWWDIR%%/lib/3rdParty/phpseclib/Crypt/Random.php
+%%WWWDIR%%/lib/3rdParty/phpseclib/Crypt/Rijndael.php
 %%WWWDIR%%/lib/.htaccess
 %%WWWDIR%%/lib/tools.inc
 %%WWWDIR%%/lib/account.inc
-%%WWWDIR%%/lib/account.inc.orig
 %%WWWDIR%%/lib/baseModule.inc
 %%WWWDIR%%/lib/baseType.inc
 %%WWWDIR%%/lib/cache.inc
@@ -255,6 +272,37 @@
 %%WWWDIR%%/style/type_netgroup.css
 %%WWWDIR%%/style/type_smbDomain.css
 %%WWWDIR%%/style/type_user.css
+%%WWWDIR%%/style/jquery.ui.autocomplete.css
+%%WWWDIR%%/style/jquery.ui.datepicker.css
+%%WWWDIR%%/style/jquery.ui.accordion.css
+%%WWWDIR%%/style/jquery.ui.dialog.css
+%%WWWDIR%%/style/jquery.ui.base.css
+%%WWWDIR%%/style/jquery-ui-1.8.2.custom.css
+%%WWWDIR%%/style/jquery.ui.slider.css
+%%WWWDIR%%/style/jquery.ui.button.css
+%%WWWDIR%%/style/jquery.ui.selectable.css
+%%WWWDIR%%/style/jquery.ui.theme.css
+%%WWWDIR%%/style/jquery.ui.resizable.css
+%%WWWDIR%%/style/images/ui-icons_888888_256x240.png
+%%WWWDIR%%/style/images/ui-bg_glass_55_fbf9ee_1x400.png
+%%WWWDIR%%/style/images/ui-bg_flat_75_ffffff_40x100.png
+%%WWWDIR%%/style/images/ui-bg_glass_75_e6e6e6_1x400.png
+%%WWWDIR%%/style/images/ui-icons_2e83ff_256x240.png
+%%WWWDIR%%/style/images/ui-icons_454545_256x240.png
+%%WWWDIR%%/style/images/ui-icons_cd0a0a_256x240.png
+%%WWWDIR%%/style/images/ui-icons_222222_256x240.png
+%%WWWDIR%%/style/images/ui-anim_basic_16x16.gif
+%%WWWDIR%%/style/images/ui-bg_glass_75_dadada_1x400.png
+%%WWWDIR%%/style/images/ui-bg_flat_0_aaaaaa_40x100.png
+%%WWWDIR%%/style/images/ui-bg_highlight-soft_75_cccccc_1x100.png
+%%WWWDIR%%/style/images/ui-bg_glass_65_ffffff_1x400.png
+%%WWWDIR%%/style/images/ui-bg_glass_95_fef1ec_1x400.png
+%%WWWDIR%%/style/jquery.ui.all.css
+%%WWWDIR%%/style/jquery.ui.progressbar.css
+%%WWWDIR%%/style/jquery.ui.core.css
+%%WWWDIR%%/style/jquery.ui.tabs.css
+%%WWWDIR%%/templates/lib/jquery-1.4.2.min.js
+%%WWWDIR%%/templates/lib/jquery-ui-1.8.2.custom.min.js
 %%WWWDIR%%/templates/.htaccess
 %%WWWDIR%%/templates/account/edit.php
 %%WWWDIR%%/templates/config/conflogin.php
@@ -271,7 +319,6 @@
 %%WWWDIR%%/templates/help.php
 %%WWWDIR%%/templates/initsuff.php
 %%WWWDIR%%/templates/lib/config.js
-%%WWWDIR%%/templates/lib/jquery-1.3.2.min.js
 %%WWWDIR%%/templates/lib/list.js
 %%WWWDIR%%/templates/lib/wz_tooltip.js
 %%WWWDIR%%/templates/lists/deletelink.php
@@ -339,6 +386,7 @@
 @dirrm %%WWWDIR%%/templates/config
 @dirrm %%WWWDIR%%/templates/account
 @dirrm %%WWWDIR%%/templates
+@dirrm %%WWWDIR%%/style/images
 @dirrm %%WWWDIR%%/style
 @dirrm %%WWWDIR%%/sess
 @dirrm %%WWWDIR%%/locale/zh_TW/LC_MESSAGES
@@ -375,6 +423,14 @@
 @dirrm %%WWWDIR%%/lib/modules/sambaSamAccount
 @dirrm %%WWWDIR%%/lib/modules
 @dirrm %%WWWDIR%%/lib/font
+@dirrm %%WWWDIR%%/lib/3rdParty/phpseclib/Crypt
+@dirrm %%WWWDIR%%/lib/3rdParty/phpseclib/Math
+@dirrm %%WWWDIR%%/lib/3rdParty/phpseclib/Net
+@dirrm %%WWWDIR%%/lib/3rdParty/phpseclib/PHP/Compat/Function
+@dirrm %%WWWDIR%%/lib/3rdParty/phpseclib/PHP/Compat
+@dirrm %%WWWDIR%%/lib/3rdParty/phpseclib/PHP
+@dirrm %%WWWDIR%%/lib/3rdParty/phpseclib
+@dirrm %%WWWDIR%%/lib/3rdParty
 @dirrm %%WWWDIR%%/lib
 @dirrm %%WWWDIR%%/help
 @dirrm %%WWWDIR%%/graphics
===> Done

Patch attached with submission follows:
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2010-08-13 15:13:53 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-08-13 15:24:01 UTC
pav         2010-08-13 14:23:47 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/ldap-account-manager Makefile distinfo pkg-plist 
  Removed files:
    sysutils/ldap-account-manager/files patch-account.inc 
  Log:
  - Update to 3.1.0
  
  PR:             ports/148647
  Submitted by:   Vasiliy P. Melnik <basil@vpm.net.ua> (maintainer)
  
  Revision  Changes    Path
  1.48      +1 -2      ports/sysutils/ldap-account-manager/Makefile
  1.27      +3 -3      ports/sysutils/ldap-account-manager/distinfo
  1.2       +0 -34     ports/sysutils/ldap-account-manager/files/patch-account.inc (dead)
  1.28      +58 -2     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"