Bug 147293 - [PATCH] net/nss_ldapd: update to 0.7.6
Summary: [PATCH] net/nss_ldapd: update to 0.7.6
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: Timur I. Bakeyev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-01 21:10 UTC by Jim Riggs
Modified: 2010-07-16 01:04 UTC (History)
1 user (show)

See Also:


Attachments
nss_ldapd-0.7.6.patch (1.13 KB, patch)
2010-06-01 21:10 UTC, Jim Riggs
no flags Details | Diff
pam_ldapd.diff (22.58 KB, patch)
2010-06-29 21:37 UTC, Alexander V. Chernikov
no flags Details | Diff
nss-pam-ldapd.diff (31.19 KB, patch)
2010-07-06 21:30 UTC, Alexander V. Chernikov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jim Riggs 2010-06-01 21:10:02 UTC
- Update to 0.7.6

Port maintainer (melifaro@ipfw.ru) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-06-01 21:12:04 UTC
Maintainer of net/nss_ldapd,

Please note that PR ports/147293 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/147293

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-06-01 21:12:06 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Jim Riggs 2010-06-21 13:18:42 UTC
Bump.  I will be happy to take maintainership too, if desired.  The last =
few PRs have all timed out.=
Comment 4 Alexander V. Chernikov 2010-06-21 13:20:31 UTC
Jim Riggs wrote:
> Bump.  I will be happy to take maintainership too, if desired.  The last few PRs have all timed out.
I'l submit updated patch in several days
Comment 5 Alexander V. Chernikov 2010-06-29 21:37:16 UTC
Sorry for a long reply.

Port should be renamed to nss-pam-ldapd (due to original software renaming)

Changes:
* Move to 0.7.6 (originally submitted by Jim Riggs
<ports@christianserving.org>)
* Fix plist
* Prepare for NSS_COMPAT hack deprecation
* define LICENSE

Alternative link: http://static.ipfw.ru/patches/pam_ldapd_20100630.diff
Comment 6 Jim Riggs 2010-06-29 21:54:04 UTC
On Jun 29, 2010, at 3:37 PM, Alexander V. Chernikov wrote:

> Sorry for a long reply.
>=20
> Port should be renamed to nss-pam-ldapd (due to original software =
renaming)
>=20
> Changes:
> * Move to 0.7.6 (originally submitted by Jim Riggs
> <ports@christianserving.org>)
> * Fix plist
> * Prepare for NSS_COMPAT hack deprecation
> * define LICENSE

I haven't tested it yet, but looking through the patch, it looks good!  =
What are your thoughts on using this opportunity to return the name of =
the non-NSS_COMPAT configuration file to nslcd.conf (to mach other OSes =
and ports) instead of nss_ldapd.conf.  After all, it is the =
configuration for nslcd, so nslcd.conf is more intuitive.  And, admins =
like myself who also configure nslcd on other platforms won't get quite =
so confused.  ;-)
Comment 7 Alexander V. Chernikov 2010-07-06 21:30:02 UTC
Changes:
* Move to 0.7.7
* Fix plist
* Add workaround for TLS (causing top(1) coredumps)
* Prepare for NSS_COMPAT hack deprecation
* define LICENSE
Comment 8 Timur I. Bakeyev freebsd_committer freebsd_triage 2010-07-08 16:40:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->timur
Comment 9 dfilter service freebsd_committer freebsd_triage 2010-07-15 23:52:13 UTC
timur       2010-07-15 22:52:00 UTC

  FreeBSD ports repository

  Modified files:
    net/nss-pam-ldapd    Makefile distinfo pkg-descr pkg-plist 
    net/nss-pam-ldapd/files nslcd.in nss_patch.diff 
                            patch-pam__makefile.in 
  Added files:
    net/nss-pam-ldapd/files patch-Makefile.in patch-nslcd__nslcd.c 
                            patch-nss_ldap.map 
  Removed files:
    net/nss-pam-ldapd/files patch-configure patch-nslcd__cfg.c 
                            patch-nss__exports.freebsd 
                            patch-nss__prototypes.h 
  Log:
  PR:             147293
  Update net/nss-pam-ldapd to the 0.7.7 version
  
  Revision  Changes    Path
  1.5       +25 -17    ports/net/nss-pam-ldapd/Makefile
  1.4       +3 -3      ports/net/nss-pam-ldapd/distinfo
  1.4       +1 -1      ports/net/nss-pam-ldapd/files/nslcd.in
  1.2       +212 -0    ports/net/nss-pam-ldapd/files/nss_patch.diff
  1.1       +18 -0     ports/net/nss-pam-ldapd/files/patch-Makefile.in (new)
  1.3       +0 -212    ports/net/nss-pam-ldapd/files/patch-configure (dead)
  1.3       +0 -60     ports/net/nss-pam-ldapd/files/patch-nslcd__cfg.c (dead)
  1.3       +11 -0     ports/net/nss-pam-ldapd/files/patch-nslcd__nslcd.c (new)
  1.3       +0 -109    ports/net/nss-pam-ldapd/files/patch-nss__exports.freebsd (dead)
  1.4       +0 -43     ports/net/nss-pam-ldapd/files/patch-nss__prototypes.h (dead)
  1.1       +30 -0     ports/net/nss-pam-ldapd/files/patch-nss_ldap.map (new)
  1.2       +1 -1      ports/net/nss-pam-ldapd/files/patch-pam__makefile.in
  1.2       +11 -8     ports/net/nss-pam-ldapd/pkg-descr
  1.3       +1 -1      ports/net/nss-pam-ldapd/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 10 Timur I. Bakeyev freebsd_committer freebsd_triage 2010-07-16 01:04:43 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!