New Upstream Snapshot - lbdb

Ready changes

Summary

Merged new upstream version: 0.51.1+git20221223.1.ecc7d74 (was: 0.51.1).

Diff

diff --git a/.github/workflows/buildtest.yml b/.github/workflows/buildtest.yml
deleted file mode 100644
index 269e5cf..0000000
--- a/.github/workflows/buildtest.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-name: buildtest
-on: [push]
-jobs:
-  buildandtest:
-    runs-on: ubuntu-latest
-    steps:
-      - uses: actions/checkout@v2
-      - run: sudo apt install libauthen-sasl-perl libnet-ldap-perl libpalm-perl libvformat-dev abook
-      - run: ./configure
-      - run: make
-      - run: make test
-      - uses: actions/upload-artifact@v2
-        if: failure()
-        with:
-          name: testsuite
-          path: |
-            tests/testsuite.dir
-            tests/testsuite.log
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index deb56e9..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,61 +0,0 @@
-# script and other files generated by ./configure
-config.log
-config.status
-lbdb-pkg.el
-lbdb.rc
-lbdb.spec
-Makefile
-*.awk
-*.pl
-*.sh
-# files generated by make
-*.o
-lbdb-fetchaddr.man
-nodelist2lbdb.man
-mutt_ldap_query.man
-fetchaddr
-lbdb-fetchaddr
-lbdb-munge
-lbdb_dotlock
-lbdb_lib
-lbdbq
-lbdbq.man
-m_abook
-m_addr_email
-m_bbdb
-m_evolution
-m_fido
-m_finger
-m_getent
-m_gnomecard
-m_goobook
-m_gpg
-m_inmail
-m_khard
-m_ldap
-m_mu
-m_muttalias
-m_nispasswd
-m_osx_addressbook
-m_palm
-m_passwd
-m_pgp2
-m_pgp5
-m_pine
-m_vcf
-m_wanderlust
-m_yppasswd
-munge
-mutt_ldap_query
-nodelist2lbdb
-palm_lsaddr
-qpto8bit
-vcquery
-ABQuery
-# files generated by testsuite:
-tests/atconfig
-tests/atlocal
-tests/testsuite.dir
-tests/testsuite.log
-
-
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bab491a..d804681 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
 # Changelog
 
+## [Unreleased]
+
+### Fixed
+
+- lbdb-fetchaddr: discard stdin at the end to avoid problems with
+  tee(1) and command substitution
+  (https://github.com/RolandRosenfeld/lbdb/issues/7)
+
 ## [0.51.1] - 2022-09-18
 
 ### Fixed
diff --git a/debian/changelog b/debian/changelog
index 12bc53d..d08cca9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-lbdb (0.51.1-2) UNRELEASED; urgency=medium
+lbdb (0.51.1+git20221223.1.ecc7d74-1) UNRELEASED; urgency=medium
 
   [ Debian Janitor ]
   * Remove constraints unnecessary since buster (oldstable):
@@ -10,7 +10,10 @@ lbdb (0.51.1-2) UNRELEASED; urgency=medium
   [ Roland Rosenfeld ]
   * Update to Standards-Version 4.6.2 (no changes).
 
- -- Debian Janitor <janitor@jelmer.uk>  Sun, 18 Sep 2022 08:47:51 -0000
+  [ Debian Janitor ]
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sun, 26 Feb 2023 22:59:55 -0000
 
 lbdb (0.51.1-1) unstable; urgency=medium
 
diff --git a/lbdb-fetchaddr.sh.in b/lbdb-fetchaddr.sh.in
index 8f954dc..8c567eb 100644
--- a/lbdb-fetchaddr.sh.in
+++ b/lbdb-fetchaddr.sh.in
@@ -132,5 +132,7 @@ if $fetchaddr $additional_param -d "$datefmt" $hdrlist $charset >> "$db"
 then
   touch "$db.dirty"
 fi
+# drop unused stdin
+cat > /dev/null
 
 $dotlock -u "$db"

More details

Full run details

Historical runs