Debian reverted back to 3.22 so this isn't actually merge-able (we had
already shipped 3.24 in an LTS so couldn't revert to 3.22 as easily as
Debian did).
** Changed in: procmail (Ubuntu)
Assignee: (unassigned) => Bryce Harrington (bryce)
** Description changed:
A merge of procmail appears to be available presently.
Upstream: UNKNOWN
- Debian: 3.24+really3.22-4
+ Debian: 3.24+really3.22-4
Ubuntu: 3.24-1ubuntu3
-
If it turns out this needs a sync rather than a merge, please change the
tag 'needs-merge' to 'needs-sync', and (optionally) update the title as
desired.
If this merge pulls in a new upstream version, also consider adding an
- entry to the Jammy Release Notes:
+ entry to the Plucky Release Notes:
https://discourse.ubuntu.com/c/release/38
-
### New Debian Changes ###
procmail (3.24+really3.22-4) unstable; urgency=medium
- * Fix autoconf typo which made WMACROS_NON_POSIX to be incorrectly defined.
- The macro that should be checked is called WTERMSIG(), not WSIGTERM().
- According to github repo, this bug was introduced in commit [c4e3f584]
- on 1993-11-24, i.e. more than 30 years ago.
+ * Fix autoconf typo which made WMACROS_NON_POSIX to be incorrectly defined.
+ The macro that should be checked is called WTERMSIG(), not WSIGTERM().
+ According to github repo, this bug was introduced in commit [c4e3f584]
+ on 1993-11-24, i.e. more than 30 years ago.
- -- Santiago Vila <[email protected]> Sat, 27 Jul 2024 12:05:00 +0200
+ -- Santiago Vila <[email protected]> Sat, 27 Jul 2024 12:05:00 +0200
procmail (3.24+really3.22-3) unstable; urgency=medium
- * Fix build with gcc-14. Closes: #1075398.
+ * Fix build with gcc-14. Closes: #1075398.
- -- Santiago Vila <[email protected]> Fri, 26 Jul 2024 14:10:00 +0200
+ -- Santiago Vila <[email protected]> Fri, 26 Jul 2024 14:10:00 +0200
procmail (3.24+really3.22-2) unstable; urgency=medium
- * Cherry-pick [a39ebad] from github repo, 'Eliminate warnings'.
- * Drop -Werror=implicit-function-declaration from DEB_CFLAGS_MAINT_STRIP.
- * Add lintian override.
+ * Cherry-pick [a39ebad] from github repo, 'Eliminate warnings'.
+ * Drop -Werror=implicit-function-declaration from DEB_CFLAGS_MAINT_STRIP.
+ * Add lintian override.
- -- Santiago Vila <[email protected]> Sun, 14 Apr 2024 13:05:00 +0200
+ -- Santiago Vila <[email protected]> Sun, 14 Apr 2024 13:05:00 +0200
procmail (3.24+really3.22-1) unstable; urgency=medium
- * Revert to version 3.22. Fixes bug 'Variable set with stdin pipe action
- fails leaving empty variable'. Thanks a lot to Bob Proulx for the report.
- Closes: #1028356.
- * Most packaging changes from 3.24-1 are kept. The debian patches are taken
- from version 3.22-27 again, but renamed from NN to NN.patch.
- * Strip -Werror=implicit-function-declaration from CFLAGS.
+ * Revert to version 3.22. Fixes bug 'Variable set with stdin pipe action
+ fails leaving empty variable'. Thanks a lot to Bob Proulx for the report.
+ Closes: #1028356.
+ * Most packaging changes from 3.24-1 are kept. The debian patches are taken
+ from version 3.22-27 again, but renamed from NN to NN.patch.
+ * Strip -Werror=implicit-function-declaration from CFLAGS.
- -- Santiago Vila <[email protected]> Mon, 01 Apr 2024 19:35:00 +0200
+ -- Santiago Vila <[email protected]> Mon, 01 Apr 2024 19:35:00 +0200
procmail (3.24-1) unstable; urgency=medium
- * New upstream release, now hosted on github. Closes: #1006633.
- * Downgrade priority to optional to match the override file.
- * Update Homepage. Closes: #805864.
- * Switch to dh. Now there is a procmail-dbgsym package. Closes: #1006653.
- * Drop debian/mailstat.1, it has been adopted upstream.
- * Set upstream metadata fields Bug-Database, Bug-Submit and
Repository-Browse.
- * Rules-Requires-Root: binary-targets.
- * Use List-Id in QuickStart and README.Maildir.
- * Update standards version to 4.6.2.
- * No longer necessary patches:
- - 00: Adopted upstream (this is version 3.24, which is past 3.23pre).
- - 06: Adopted upstream.
- - 10: Adopted upstream.
- - 12: Adopted upstream.
- - 13: Adopted upstream.
- - 14: Fixed upstream in another way.
- - 15: Adopted upstream.
- - 16: Adopted upstream.
- - 17: Adopted upstream.
- - 18: Adopted upstream.
- - 19: Adopted upstream.
- - 21: Adopted upstream.
- - 22: Adopted upstream.
- - 23: Adopted upstream.
- - 24: Fixed upstream using cgetline.
- - 25: Adopted upstream.
- - 26: Adopted upstream.
- - 27: Fixed upstream in another way.
- - 28: Adopted upstream.
- - 29: Adopted upstream.
- - 30: Fixed upstream in another way.
- - 31: Adopted upstream.
- * Renamed patches:
- - 01: renamed to trim-list-of-directories-to-search.patch.
- - 02: renamed to use-fcntl-and-dot-locking.patch.
- - 03: renamed to do-not-touch-var-mail-during-build.patch.
- - 04: renamed to define-path-for-example-procmailrc.patch.
- - 05: renamed to allow-writeable-rcfiles.patch.
- - 07: renamed to make-buggy-sendmail-to-be-undefined.patch.
- - 08: renamed to define-default-path.patch.
- - 09: renamed to define-defaultdotlock-to-follow-locking-policy.patch.
- - 11: renamed to do-not-search-for-var-mail.patch.
- - 20: renamed to hardcode-things-for-biff.patch.
+ * New upstream release, now hosted on github. Closes: #1006633.
+ * Downgrade priority to optional to match the override file.
+ * Update Homepage. Closes: #805864.
+ * Switch to dh. Now there is a procmail-dbgsym package. Closes: #1006653.
+ * Drop debian/mailstat.1, it has been adopted upstream.
+ * Set upstream metadata fields Bug-Database, Bug-Submit and
Repository-Browse.
+ * Rules-Requires-Root: binary-targets.
+ * Use List-Id in QuickStart and README.Maildir.
+ * Update standards version to 4.6.2.
+ * No longer necessary patches:
+ - 00: Adopted upstream (this is version 3.24, which is past 3.23pre).
+ - 06: Adopted upstream.
+ - 10: Adopted upstream.
+ - 12: Adopted upstream.
+ - 13: Adopted upstream.
+ - 14: Fixed upstream in another way.
+ - 15: Adopted upstream.
+ - 16: Adopted upstream.
+ - 17: Adopted upstream.
+ - 18: Adopted upstream.
+ - 19: Adopted upstream.
+ - 21: Adopted upstream.
+ - 22: Adopted upstream.
+ - 23: Adopted upstream.
+ - 24: Fixed upstream using cgetline.
+ - 25: Adopted upstream.
+ - 26: Adopted upstream.
+ - 27: Fixed upstream in another way.
+ - 28: Adopted upstream.
+ - 29: Adopted upstream.
+ - 30: Fixed upstream in another way.
+ - 31: Adopted upstream.
+ * Renamed patches:
+ - 01: renamed to trim-list-of-directories-to-search.patch.
+ - 02: renamed to use-fcntl-and-dot-locking.patch.
+ - 03: renamed to do-not-touch-var-mail-during-build.patch.
+ - 04: renamed to define-path-for-example-procmailrc.patch.
+ - 05: renamed to allow-writeable-rcfiles.patch.
+ - 07: renamed to make-buggy-sendmail-to-be-undefined.patch.
+ - 08: renamed to define-default-path.patch.
+ - 09: renamed to define-defaultdotlock-to-follow-locking-policy.patch.
+ - 11: renamed to do-not-search-for-var-mail.patch.
+ - 20: renamed to hardcode-things-for-biff.patch.
- -- Santiago Vila <[email protected]> Thu, 05 Jan 2023 22:35:00 +0100
+ -- Santiago Vila <[email protected]> Thu, 05 Jan 2023 22:35:00 +0100
procmail (3.22-27) unstable; urgency=medium
- * Fix NULL pointer dereference. Closes: #769938.
- Reported by Jakub Wilk using American Fuzzy Lop.
- Patch from Stephen R. van den Berg.
+ * Fix NULL pointer dereference. Closes: #769938.
+ Reported by Jakub Wilk using American Fuzzy Lop.
+ Patch from Stephen R. van den Berg.
- -- Santiago Vila <[email protected]> Tue, 01 Mar 2022 15:00:00 +0100
+ -- Santiago Vila <[email protected]> Tue, 01 Mar 2022 15:00:00 +0100
procmail (3.22-26) unstable; urgency=medium
- * Fix buffer overflow in loadbuf(). Closes: #876511.
- Reported by Jakub Wilk using American Fuzzy Lop.
- For reference, this is CVE-2017-16844.
+ * Fix buffer overflow in loadbuf(). Closes: #876511.
+ Reported by Jakub Wilk using American Fuzzy Lop.
+ For reference, this is CVE-2017-16844.
- -- Santiago Vila <[email protected]> Thu, 16 Nov 2017 23:42:36 +0100
+ -- Santiago Vila <[email protected]> Thu, 16 Nov 2017 23:42:36 +0100
procmail (3.22-25) unstable; urgency=low
-
-
### Old Ubuntu Delta ###
procmail (3.24-1ubuntu3) oracular; urgency=medium
- * d/p/fix-gcc-14-build.patch: Fix build with gcc-14.
- Forward-port of ftbfs fix from 3.24+really3.22-3 to 3.24.
- (LP: #2078301)
+ * d/p/fix-gcc-14-build.patch: Fix build with gcc-14.
+ Forward-port of ftbfs fix from 3.24+really3.22-3 to 3.24.
+ (LP: #2078301)
- -- Bryce Harrington <[email protected]> Fri, 30 Aug 2024 12:03:04
+ -- Bryce Harrington <[email protected]> Fri, 30 Aug 2024 12:03:04
-0700
procmail (3.24-1ubuntu2) noble; urgency=high
- * No change rebuild for 64-bit time_t and frame pointers.
+ * No change rebuild for 64-bit time_t and frame pointers.
- -- Julian Andres Klode <[email protected]> Mon, 08 Apr 2024 18:16:20
+ -- Julian Andres Klode <[email protected]> Mon, 08 Apr 2024 18:16:20
+0200
procmail (3.24-1ubuntu1) noble; urgency=medium
- * d/t/basic: Add basic DEP8 packaging/integration test cases.
- (LP: #1679365)
+ * d/t/basic: Add basic DEP8 packaging/integration test cases.
+ (LP: #1679365)
- -- Bryce Harrington <[email protected]> Thu, 07 Dec 2023 09:18:34
+ -- Bryce Harrington <[email protected]> Thu, 07 Dec 2023 09:18:34
-0800
** Changed in: procmail (Ubuntu)
Status: New => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2085211
Title:
Merge procmail from Debian unstable for plucky
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/procmail/+bug/2085211/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs