apr (1.7.5-1)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 1.7.6-1 > 1.7.5-1
- Git: https://salsa.debian.org/apache-team/apr.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 1417216
- Browser: https://salsa.debian.org/apache-team/apr
- Last scan: 2025-10-20 07:29:04+00
- Next scan: 2025-10-26 01:45:00+00
- Merge requests: 2
- CI pipeline status: failed
- Debian changelog in Git:
apr (1.7.6-1) UNRELEASED; urgency=medium
[ Helmut Grohne ]
* Explicitly depend on libcrypt-dev. (Closes: #1102909)
* Fix FTCBFS: Supply result for cross-process mutex. (Closes: #1050770)
[ Stefan Fritsch ]
* New upstream version
* Enable sctp explicitly in configure. Closes: #1104500
-- Stefan Fritsch <sf@debian.org> Sun, 28 Sep 2025 12:56:36 +0200
- This branch is 7 commits ahead of tag debian/1.7.5-1
- Git log:
commit 3ce2323f541abffa324918294818cb3146ddb8cf
Author: Stefan Fritsch <sf@sfritsch.de>
Date: Sun Sep 28 13:34:21 2025 +0200
Fix changelog for new upstream version
commit d03a24638c5c58ddae61c4e2b255c90d2906f025
Author: Stefan Fritsch <sf@sfritsch.de>
Date: Sun Sep 28 13:25:28 2025 +0200
enable sctp explicitly in configure
Otherwise the built result will depend on the running kernel
commit b758b7c61a1e0ad5fdf6eb3564642950e0203c79
Author: Stefan Fritsch <sf@sfritsch.de>
Date: Sun Sep 28 13:23:27 2025 +0200
refresh patches
commit f47b8eda2fc261dda360aba33951240eddb59ad8
Merge: 3981694 cde0e58
Author: Stefan Fritsch <sf@sfritsch.de>
Date: Sun Sep 28 13:21:42 2025 +0200
Merge branch 'upstream'
commit cde0e58f7c8af8a4d486ff7d51a5dd2957e52fd4
Author: Stefan Fritsch <sf@sfritsch.de>
Date: Sun Sep 28 13:19:31 2025 +0200
Upstream tarball 1.7.6
commit 398169422a596ad357b8530158db2c851d746674
Author: Stefan Fritsch <sf@sfritsch.de>
Date: Sun Sep 28 13:00:34 2025 +0200
Supply result for cross-process mutex in cross build
This cannot be detected during cross build. Thanks to Helmut Grohne for
the patch.
commit ce279992cc2a5129837e34b411ac22b635258b48
Author: Stefan Fritsch <sf@sfritsch.de>
Date: Sun Sep 28 12:57:02 2025 +0200
Explicitly depend on libcrypt-dev
This will required in the future.
Thanks to Helmut Grohne for the patch.