Hello community, here is the log from the commit of package lbdb checked in at Fri Aug 10 17:09:15 CEST 2007. -------- --- lbdb/lbdb.changes 2007-05-16 11:47:26.000000000 +0200 +++ /mounts/work_src_done/STABLE/lbdb/lbdb.changes 2007-08-10 15:17:35.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Aug 10 15:17:15 CEST 2007 - lnussel@suse.de + +- new version 0.35.1 + * supports ldaps + +------------------------------------------------------------------- Old: ---- lbdb_0.34.tar.gz New: ---- lbdb_0.35.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lbdb.spec ++++++ --- /var/tmp/diff_new_pack.mf7369/_old 2007-08-10 17:08:50.000000000 +0200 +++ /var/tmp/diff_new_pack.mf7369/_new 2007-08-10 17:08:50.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package lbdb (Version 0.34) +# spec file for package lbdb (Version 0.35.1) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,9 +12,9 @@ Name: lbdb Summary: Address Database for mutt -Version: 0.34 +Version: 0.35.1 Release: 1 -License: GNU General Public License (GPL) +License: GPL v2 or later URL: http://www.spinnaker.de/lbdb/ Group: Productivity/Networking/Email/Utilities Source: http://www.spinnaker.de/debian/lbdb_%{version}.tar.gz @@ -50,7 +50,7 @@ %patch2 -p1 %build -CFLAGS="%{optflags}" \ +CFLAGS="%{optflags} -fno-strict-aliasing" \ PGP=/usr/bin/pgp PGPK=/usr/bin/pgpk GPG=/usr/bin/gpg \ FINGER=/usr/bin/finger ABOOK=/usr/bin/abook \ ADDR_EMAIL=/usr/bin/addr-email SH=/bin/sh \ @@ -86,6 +86,9 @@ %doc %{_mandir}/man?/* %changelog +* Fri Aug 10 2007 - lnussel@suse.de +- new version 0.35.1 + * supports ldaps * Wed May 16 2007 - lnussel@suse.de - new version 0.34 * vcquery: avoid free() on unallocated memory if fullname is not set. ++++++ lbdb_0.34.tar.gz -> lbdb_0.35.1.tar.gz ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/lbdb-0.34/debian/changelog new/lbdb-0.35.1/debian/changelog --- old/lbdb-0.34/debian/changelog 2006-11-12 13:09:38.000000000 +0100 +++ new/lbdb-0.35.1/debian/changelog 2007-05-28 11:04:52.000000000 +0200 @@ -1,3 +1,28 @@ +lbdb (0.35.1) unstable; urgency=low + + * New mail address of Brian Salter-Duke <b_duke@bigpond.net.au>. + * Get rid of the SSL code from the previous version and add a comment to + the man page instead how you can use SSL (and also different ports) + using ldap[s]://foo[:port] URLs (Closes: #426316). + + -- Roland Rosenfeld <roland@debian.org> Mon, 28 May 2007 11:03:22 +0200 + +lbdb (0.35) unstable; urgency=low + + * activate flavortest in emacen-install to avoid warnings and slow + upgrades (Closes: #399775). + * Avoid loosing the first entry from VCF file. Thanks to + Tino Keitel <tino.keitel+debbugs@tikei.de> for providing a patch + (Closes: #405312). + * Remove vcquery in distclean target (Closes: #405321). + * Use defaults for $KEEP_DUPES and $SORT_OUTPUT in lbdbq + (Closes: #422214). + * Update mutt_ldap_query.pl from + http://www.courville.org/mediawiki/index.php/Mutt_ldap_query which + adds SSL support. + + -- Roland Rosenfeld <roland@debian.org> Sun, 20 May 2007 15:10:26 +0200 + lbdb (0.34) unstable; urgency=medium * vcquery: avoid free() on unallocated memory if fullname is not set. diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/lbdb-0.34/debian/emacsen-install new/lbdb-0.35.1/debian/emacsen-install --- old/lbdb-0.34/debian/emacsen-install 2000-08-21 14:12:57.000000000 +0200 +++ new/lbdb-0.35.1/debian/emacsen-install 2007-05-20 14:50:34.000000000 +0200 @@ -12,12 +12,12 @@ echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR} -#FLAVORTEST=`echo $FLAVOR | cut -c-6` -#if [ ${FLAVORTEST} = xemacs ] ; then -# SITEFLAG="-no-site-file" -#else -# SITEFLAG="--no-site-file" -#fi +FLAVORTEST=`echo $FLAVOR | cut -c-6` +if [ ${FLAVORTEST} = xemacs ] ; then + SITEFLAG="-no-site-file" +else + SITEFLAG="--no-site-file" +fi FLAGS="${SITEFLAG} -q -batch -l path.el -f batch-byte-compile" ELDIR=/usr/share/emacs/site-lisp/${PACKAGE} diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/lbdb-0.34/lbdb_ldap.rc new/lbdb-0.35.1/lbdb_ldap.rc --- old/lbdb-0.34/lbdb_ldap.rc 2005-10-29 15:27:57.000000000 +0200 +++ new/lbdb-0.35.1/lbdb_ldap.rc 2007-05-28 11:04:49.000000000 +0200 @@ -1,6 +1,6 @@ # -*- perl -*- # -# $Id: lbdb_ldap.rc,v 1.9 2005-10-29 13:27:57 roland Exp $ +# $Id: lbdb_ldap.rc,v 1.10 2007-05-28 09:04:49 roland Exp $ # # The format of each entry of the ldap server database is the following: # LDAP_NICKNAME => ['LDAP_SERVER', diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/lbdb-0.34/lbdbq.man.in new/lbdb-0.35.1/lbdbq.man.in --- old/lbdb-0.34/lbdbq.man.in 2006-08-19 10:07:50.000000000 +0200 +++ new/lbdb-0.35.1/lbdbq.man.in 2007-05-27 10:42:22.000000000 +0200 @@ -1,5 +1,5 @@ .\" -*- nroff -*- -.\" Copyright (c) 1998-2006 Roland Rosenfeld <roland@spinnaker.de> +.\" Copyright (c) 1998-2007 Roland Rosenfeld <roland@spinnaker.de> .\" .\" This program is free software; you can redistribute it and/or modify .\" it under the terms of the GNU General Public License as published by @@ -15,9 +15,9 @@ .\" along with this program; if not, write to the Free Software Foundation, .\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,, USA. .\" -.\" $Id: lbdbq.man.in,v 1.46 2006-08-19 08:07:50 roland Exp $ +.\" $Id: lbdbq.man.in,v 1.47 2007-05-27 08:42:22 roland Exp $ .\" -.TH LBDBQ 1 "August 2006" "Unix" "User Manuals" +.TH LBDBQ 1 "May 2007" "Unix" "User Manuals" .SH NAME lbdbq \- query program for the little brother's database .SH SYNOPSIS @@ -372,7 +372,7 @@ Adrian Likins <alikins@redhat.com> (m_getent), Gergely Nagy <algernon@debian.org> (m_wanderlust), Dave Pearson <davep@davep.org> (m_palm, lbdb.el), and -Brian Salter-Duke <b_duke@octa4.net.au> (m_muttalias). +Brian Salter-Duke <b_duke@bigpond.net.au> (m_muttalias). .SH AUTHOR The lbdb package was initially written by Thomas Roessler <roessler@guug.de> and is now maintained and heavily extended by diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/lbdb-0.34/lbdbq.sh.in new/lbdb-0.35.1/lbdbq.sh.in --- old/lbdb-0.34/lbdbq.sh.in 2006-08-19 10:07:50.000000000 +0200 +++ new/lbdb-0.35.1/lbdbq.sh.in 2007-05-20 15:00:44.000000000 +0200 @@ -1,7 +1,7 @@ #! @SH@ # # Copyright (C) 1998-2000 Thomas Roessler <roessler@guug.de> -# 1998-2006 Roland Rosenfeld <roland@spinnaker.de> +# 1998-2007 Roland Rosenfeld <roland@spinnaker.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ # along with this program; if not, write to the Free Software Foundation, # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,, USA. # -# $Id: lbdbq.sh.in,v 1.26 2006-08-19 08:07:50 roland Exp $ +# $Id: lbdbq.sh.in,v 1.27 2007-05-20 13:00:44 roland Exp $ LBDB_VERSION=@LBDB_VERSION@ @@ -74,7 +74,7 @@ eval ${method}_query \""$@"\" >> $collection || true done -case "$KEEP_DUPES" in +case "${KEEP_DUPES:-}" in true|yes) MUNGE=cat MUNGE_KEEPORDER=cat @@ -85,7 +85,7 @@ ;; esac -case "$SORT_OUTPUT" in +case "${SORT_OUTPUT:-}" in false|no) $MUNGE_KEEPORDER $collection | $TAC > $collection.uniq ;; diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/lbdb-0.34/Makefile.in new/lbdb-0.35.1/Makefile.in --- old/lbdb-0.34/Makefile.in 2005-10-29 16:48:08.000000000 +0200 +++ new/lbdb-0.35.1/Makefile.in 2007-05-20 14:57:34.000000000 +0200 @@ -15,7 +15,7 @@ # along with this program; if not, write to the Free Software Foundation, # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,, USA. # -# $Id: Makefile.in,v 1.44 2005-10-29 14:48:08 roland Exp $ +# $Id: Makefile.in,v 1.45 2007-05-20 12:57:34 roland Exp $ CC=@CC@ LDFLAGS=@LDFLAGS@ @@ -168,6 +168,7 @@ -rm -f config.status config.cache config.log Makefile -rm -f *.sh -rm -rf ABQuery/pbxbuild.data ABQuery/pbxbuild.sh + -rm -f vcquery Makefile: Makefile.in ./config.status diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/lbdb-0.34/m_muttalias.sh.in new/lbdb-0.35.1/m_muttalias.sh.in --- old/lbdb-0.34/m_muttalias.sh.in 2006-08-13 11:02:44.000000000 +0200 +++ new/lbdb-0.35.1/m_muttalias.sh.in 2007-05-27 10:42:22.000000000 +0200 @@ -2,8 +2,8 @@ # # -*-sh-*- # -# Copyright (C) 2000 Brian Salter-Duke <b_duke@octa4.net.au> -# 2000-2006 Roland Rosenfeld <roland@spinnaker.de> +# Copyright (C) 2000 Brian Salter-Duke <b_duke@bigpond.net.au> +# 2000-2007 Roland Rosenfeld <roland@spinnaker.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ # along with this program; if not, write to the Free Software Foundation, # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,, USA. # -# $Id: m_muttalias.sh.in,v 1.9 2006-08-13 09:02:44 roland Exp $ +# $Id: m_muttalias.sh.in,v 1.10 2007-05-27 08:42:22 roland Exp $ m_muttalias_query() { diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/lbdb-0.34/mutt_ldap_query.pl.in new/lbdb-0.35.1/mutt_ldap_query.pl.in --- old/lbdb-0.34/mutt_ldap_query.pl.in 2006-07-02 17:32:22.000000000 +0200 +++ new/lbdb-0.35.1/mutt_ldap_query.pl.in 2007-05-28 11:04:50.000000000 +0200 @@ -1,9 +1,9 @@ #! @PERL@ -w # # Copyright (C) 2000-2006 Marc de Courville <marc@courville.org> -# Copyright (C) 2005-2006 Roland Rosenfeld <roland@spinnaker.de> +# Copyright (C) 2005-2007 Roland Rosenfeld <roland@spinnaker.de> # -# $Id: mutt_ldap_query.pl.in,v 1.21 2006-07-02 15:32:22 roland Exp $ +# $Id: mutt_ldap_query.pl.in,v 1.23 2007-05-28 09:04:50 roland Exp $ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -68,7 +68,7 @@ # Return version string from CVS tag sub versionstring { - my $ver = ' $Name: debian_version_0_34 $ '; + my $ver = ' $Name: debian_version_0_35_1 $ '; $ver =~ s/Name//g; $ver =~ s/[:\$]//g; $ver =~ s/\s+//g; @@ -132,7 +132,7 @@ if ($version) { print "mutt_ldap_query version " . &versionstring() . "\n"; - print '$Id: mutt_ldap_query.pl.in,v 1.21 2006-07-02 15:32:22 roland Exp $ ' . "\n"; + print '$Id: mutt_ldap_query.pl.in,v 1.23 2007-05-28 09:04:50 roland Exp $ ' . "\n"; exit(0); } @@ -187,12 +187,12 @@ $query = "(|" . $query . ")"; print "DEBUG: perl ldap module processing filter:\nDEBUG: $query\n" if ($DEBUG); - my $ldap = Net::LDAP->new($ldap_server, Port => 389, Debug => 3) or die $@; + my $ldap = Net::LDAP->new($ldap_server, Debug => 3) or die $@; if (defined($ldap_bind_dn) && $ldap_bind_dn ne '' && defined($ldap_bind_password) && $ldap_bind_password ne '') { - $ldap->bind($ldap_bind_dn, password=> $ldap_bind_password); + $ldap->bind($ldap_bind_dn, password=> $ldap_bind_password); } else { - $ldap->bind; + $ldap->bind; } my $mesg = $ldap->search( base => $search_base, filter => $query ) or die $@; if ($mesg->code && ($mesg->code ne '4')) { @@ -262,7 +262,9 @@ =item B<--server=ldap_server> or B<-ls ldap_server> -hostname of your ldap server. +hostname of your ldap server. You can also use an ldap://foo[:port] +or ldaps://foo[:port] URL here to talk to different ports or SSL +encrypted servers. =item B<--search_base=ldap_search_base> or B<-sb ldap_search_base> diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/lbdb-0.34/README new/lbdb-0.35.1/README --- old/lbdb-0.34/README 2005-10-29 14:41:45.000000000 +0200 +++ new/lbdb-0.35.1/README 2007-05-27 10:42:22.000000000 +0200 @@ -1,4 +1,4 @@ -$Id: README,v 1.36 2005-10-29 12:41:45 roland Exp $ +$Id: README,v 1.37 2007-05-27 08:42:22 roland Exp $ The Little Brother's Database @@ -201,12 +201,12 @@ Many thanks to the authors of the several modules and extensions: - Ross Campbell <rcampbel@us.oracle.com> (m_abook, m_yppasswd) - Marc de Courville <marc@courville.org> (m_ldap, mutt_ldap_query) -- Brendan Cully <brendan@kublai.com> (m_osx_addressbook, m_vcf) +- Brendan Cully <brendan@kublai.com> (m_osx_addressbook, m_vcf) - Gabor Fleischer <flocsy@mtesz.hu> (m_pine) -- Rick Frankel <rick@rickster.com> (m_gnomecard) +- Rick Frankel <rick@rickster.com> (m_gnomecard) - Guido Guenther <agx@sigxcpu.org> (m_evolution) -- Utz-Uwe Haus <haus@uuhaus.de> (m_bbdb, m_nispasswd) +- Utz-Uwe Haus <haus@uuhaus.de> (m_bbdb, m_nispasswd) - Torsten Jerzembeck <toje@nightingale.ms.sub.org> (m_addr_email) -- Gergely Nagy <algernon@debian.org> (m_wanderlust) +- Gergely Nagy <algernon@debian.org> (m_wanderlust) - Dave Pearson <davep@davep.org> (m_palm, lbdb.el) -- Brian Salter-Duke <b_duke@octa4.net.au> (m_muttalias) +- Brian Salter-Duke <b_duke@bigpond.net.au> (m_muttalias) diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/lbdb-0.34/vcquery.c new/lbdb-0.35.1/vcquery.c --- old/lbdb-0.34/vcquery.c 2006-11-12 13:08:21.000000000 +0100 +++ new/lbdb-0.35.1/vcquery.c 2007-05-20 14:55:05.000000000 +0200 @@ -15,7 +15,7 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,, USA. * - * $Id: vcquery.c,v 1.4 2006-11-12 12:08:21 roland Exp $ + * $Id: vcquery.c,v 1.5 2007-05-20 12:55:05 roland Exp $ */ #include <stdio.h> @@ -47,7 +47,7 @@ return 1; } - while (vf_get_next_object(&vfobj)) { + do { fullname = 0; /* First extract name */ if (vf_get_property(&prop, vfobj, VFGP_FIND, NULL, "FN", NULL)) @@ -85,7 +85,7 @@ if (fullname) free(fullname); - } + } while (vf_get_next_object(&vfobj)); return 0; } ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de