pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/databases/lbdb



Hello Antoine,

"Antoine Reilles" writes:
> [...]
> Log Message:
> databases/lbdb: update to 0.48.1
>
> Fix PR pkg/53953
> [...]

Thank you for updating ldbd!

When updating packages please always add a changelog so users of
packages can be aware of possible changes/ajdustments needed when
updating to a newer version.

It seems that in ldbd a changelog is available in
${WRKSRC}/debian/changelog:

> lbdb (0.48.1)
> 
>   * Fix wrong quoting in lbdb-fetchaddr (Closes: #918594).
> 
> lbdb (0.48)
> 
>   * m_muttalias: Fix some shellcheck warnings.
>   * Change project homepage URL to https.
>   * Use literal tab characters in order to make m_abook and m_goobook
>     modules work without requiring GNU sed(1).  Thanks to Raf Czlonka.
>   * Add tests for m_abook.
>   * Add update-version target to update version in all autotool files.
>   * m_abook: Fix a shellcheck warning.
>   * lbdbq, lbdb-fetchaddr: Fix some shellcheck warnings.
>   * Upgrade Standards-Version to 4.3.0
>     - Declare Rules-Requires-Root: no.
>   * Upgrade debhelper to v12.
>   * m_inmail/lbdb-munge: Use INMAIL_DB if set in config (Closes: #916282).
>   * Add salsa CI pipeline in debian/gitlab-ci.yml.
> 
> lbdb (0.47)
> 
>   * Add .gitignore based on code by Lucas Hoffmann.
>   * Upgrade debhelper to v11.
>   * Replace legacy `...` by $(...) in sh scripts.
>   * Update copyright notice.
>   * Add test_perl to check perl syntax.
>   * Add some perl libs <!nocheck> to Build-Depends, to be able do
>     perl syntax check.
>   * Replace undefined $rv by $?.
>   * Make the database file for m_inmail/lbdb-fetchaddr configurable.
>   * Add LBDB_OVERRIDE_METHODS, OVERIDE_MUTTALIAS_FILES variables for
>     testing.
>   * Add a test suite.
>     - Add a test for m_muttalias.
>   * m_muttalias: rewrite sed regex as ERE, which should be more POSIX
>     compatible and should work on non GNU sed, too.
>   * lbdbq: Remove whitespace from number of matches to become more
>     portable.
>   * Add debian testsuite, calling lbdb testsuite.
> 
> lbdb (0.46)
> 
>   * Add new module m_mu (maildir-utils), provided by Timothy Bourke.
>   * Upgrade to Standards-Version 4.1.3 (no changes).
> 
> lbdb (0.45.3)
> 
>   * Add Vcs-* headers pointing to github repository.
>   * Fix file move from lbdb to elpa-lbdb on binary-arch build target.
> 
> lbdb (0.45.2)
> 
>   * Remove ldbd-pkg.el in clean target.
>   * debian/lbdb.maintscript: rm_conffile 50lbdb.el.
>   * Rename configure.in to configure.ac to make autoconf happy.
>   * lbdb.el: Replace obsolete (as of 23.2) function interactive-p.
>   * Move Emacs lisp code (lbdb.el and m_bbdb) into new separate package
>     elpa-lbdb (Closes: #880976).
>   * lbdb_bbdb_query.el: Fix emacs warning.
> 
> lbdb (0.45.1)
> 
>   * Add bbdb dependency (required for m_bbdb) (Closes: #880961).
> 
> lbdb (0.45)
> 
>   * Upgrade to Standards-Version 4.1.1 (no changes).
>   * Remove autotools-dev, since this is included in debhelper v10.
>   * Convert elisp code to dh-elpa.
>   * lbdb Enhances: mutt.
> 
> lbdb (0.44)
> 
>   * Fix count in m_inmail munge.
>   * Stop adding trailing spaces to date in m_inmail.utf-8.
>   * Remove unwanted trailing spaces from date field in m_imail.utf-8.
>     Thanks to Peter P. for reporting this issue.
>   * Upgrade to Standards-Version 4.1.0 (no changes).
> 
> lbdb (0.43)
> 
>   * Rebuild aclocal with version 1.15.
>   * Update config.guess and config.sub from autotools-dev 20161112.1
>   * m_khard: New CardDAV module using khard.  Thanks to Colin Watson for
>     providing the patch (Closes: #866178).
>   * Upgrade to Standards-Version 4.0.0 (https in copyright format).
>   * Upgrade to debhelper 10.
>   * Update TODO list.
> 
> lbdb (0.42.1)
> 
>   * lbdb-munge: fix autoconf libdir path (Closes: #847735).
> 
> lbdb (0.42)
> 
>   * m_gpg, m_pgp[25]: extend allowed real name length from 27 to 47 chars
>     (Closes: #825333).
>   * Change lbdb-fetchaddr/m_inmail default charset to UTF-8
>     (Closes: #600462).
>     To avoid problems on upgrading, the database file name was changed
>     from $HOME/.lbdb/m_inmail.list to $HOME/.lbdb/m_inmail.utf-8.  If you
>     want to keep your old (ISO-8859-15 encoded) database, you can just
>     append it to the new file by
>      cd $HOME/.lbdb
>      iconv -f iso-8859-15 -t utf-8 < m_inmail.list >> m_inmail.utf-8
>   * Update autotools.
>   * Allow one to remove outdated or infrequently used entries from m_inmail.
>     Thanks to Yaroslav Halchenko for providing a patch (Closes: #406232).
>   * Upgrade to Standards-Version 3.9.8 (no changes).
>   * Add new module m_goobook, which reads addresses from Google contacts
>     using goobook package.  Thanks for providing this to François Charlier.
>   * Merge changes from mutt 1.7.1 dotlock.c.
>   * Get rid of warn_unused_resuld from dotlock.c.
> 
> lbdb (0.41)
> 
>   * Remove CVS $Id$ tags and the like, which don't work with git.
>   * Apply several patches by Lucas Hoffmann:
>     - m_wanderlust: Fix variable name.
>     - m_gnomecard, m_pine: Remove needless backslashes from embedded AWK.
>     - lbdbq: Optimize counting lines.
>     - lbdbq: Remove unreached break after exit.
>   * Upgrade to Standards-Version 3.9.7 (no changes).
>   * Update debian/copyright.
>   * fetchaddr: avoid segfault on empty lines (Closes: #715901).
>   * fetchaddr: change real name length limit from 30 to 70.  Thanks to
>     Andrey Skvortsov for providing a patch (Closes: #780532).
>   * vcquery: order N: field: Prefixes GivenName AddName FamilyName Suffix
>     (Closes: #578155).
>   * Remove lbdb.spec on clean target.
>   * Move LIBICONV linking to the end of the cc call to make cygwin happy.
>   * Substitute ${prefix} in @sysconfdir@ in mutt_ldap_query.pl.
>   * Fix more bashisms (Thanks to Thorsten Glaser).
>   * Update config.guess and config.sub.
>   * Optimize autoconf to get version from Debian changelog.
> 
> lbdb (0.40)
> 
>   * Upgrade to Standards-Version 3.9.6 (no changes).
>   * Avoid gpg trustdb check in m_gpg, since this may take a long time
>     while lbdb is not responsible.  Thanks to Gregor Zattler for providing
>     a patch (Closes: #805235).
>   * mutt_ldap_query: escape parentheses, since perl 5.22 complains about
>     this otherwise.  Thanks to Olivier Mehani and Francois Charlier.
>     (Closes: #812785).  This also solves launchpad bug 1539774 and RedHat
>     bug 1259881.
>   * Update emacs support (Add dependency on emacsen-common >=2.0.8, add
>     emacsen-compat).
>   * Run wrap-and-sort.
>   * Fix several man page typos.
> 
> lbdb (0.39)
> 
>   * Use dh_autotools-dev (Closes: #727289).
>   * Update packaged autotools files.
>   * Rebuild aclocal/autoconf.
>   * Change debian/source-format to 3.0 (native).
>   * Remove mutt-ja from Suggests, since this no longer exists.
>   * Upgrade build depenency to debhelper (>= 9).
>   * Change debian/compat to "9".
>   * Complete rewrite of debian/rules.
>   * Now uses hardening via debhelper.
>   * Add $CPPFLAGS to $CFLAGS to really use hardening.
>   * Upgrade to Standards-Version 3.9.5 (no changes).
>   * m_vcf: Optimize missing names handling (Thanks to Jamey Sharp)
>     (Closes: #633920).
>   * Made debian/copyright machine readable.
>   * m_abook: fix formatting (Thanks to Alfredo Finelli) (Closes: #681526).
>   * mutt-ldap-query: Add parameters for TLS and SASL_MECH (Thanks to
>     Alexandra N. Kossovsky) (Closes: #512074).
>   * Mention user mutt-ldap-query configuration files in lbdbq(1) man page
>     (Closes: #534710).
>   * Update ABQuery build mechanism (Thanks to Brendan Cully).
> 
> lbdb (0.38)
> 
>   * m_evolution: Try to evaluate the location of
>     evolution-addressbook-export at runtime, since it is no longer
>     available in /usr/bin since evolution 2.30.1.2-3
>     (Closes: #583851, #598380).
>   * m_vcf: Apply patch by Jamey Sharp <jamey%minilop.net@localhost> to support VCF
>     contacts without real name (Closes: #624590).
>   * vcquery: Apply patch by martin f krafft <madduck%debian.org@localhost> to search
>     in NICKNAME field, too. (Closes: #586300).
>   * Add debian/source/format (1.0).
>   * Upgrade to Standards-Version 3.9.2:
>     - Add line break to Suggests.
>   * Remove "the" from description synopsis to make lintian happy.
>   * Fix some typos in changelog.
> 
> lbdb (0.37+nmu1)
> 
>   * Non-maintainer upload.
>   * Build-Depend on libvformat-dev instead of libvformat1-dev
>     (Closes: #583073).
> 
> lbdb (0.37)
> 
>   * Fix bashisms in m_bbdb (Closes: #530113).
>   * Fix query shell functions to catch non-zero exit status in case they
>     get invoked in set -e context.  Thanks to martin f. krafft
>     <madduck%debian.org@localhost> for providing a patch (Closes: #515076).
>   * m_evolution: support line breaks and long lines.  Thanks to Jan Larres
>     <jan%majutsushi.net@localhost> for providing a patch (Closes: #505540).
>   * Fix documentation concerning the quotes on lbdbq call (Closes: #542012).
>   * Upgrade to Standards-Version 3.8.4 (no changes).
> 
> lbdb (0.36)
> 
>   * Remove duplicate "See also: mutt" from lbdbq.man (Closes: #441588).
>   * Update configure using autconf 2.61.
>   * Apply charset conversation patch by Peter Colberg based on code by
>     Tobias Schlemmer (Closes: #355678).
>   * Remove duplicate declaration of $ignorant (Closes: #480356, #483701).
>   * Handle mail addresses in mutt_ldap_query correct. Thanks to Colin
>     Watson <cjwatson%debian.org@localhost> for providing a patch (Closes: #469288).
>   * Mention ldapi URIs in mutt_ldap_query man page (Closes: #422730).
>   * Protect "make distclean" by checking whether makefile exists.
>   * Upgrade to Standards-Version 3.8.0:
>     - Fix Homepage header in control file.
>   * Add copyright holders to debian/copyright file.
>   * Remove outdated override.Lintian.
> 
> lbdb (0.35.1+nmu1)
> 
>   * Non-maintainer upload.
>   * Fix m_evolution to work also with recent Evolution which exports cards
>     with different FN/EMAIL fields ordering. Thanks to Brian M. Carlson for
>     the patch (Closes: #462573).


Thank you!



Home | Main Index | Thread Index | Old Index