libselinux (3.7-3)
[PTS] [DDPO]
COMMITS: VCS has seen 15 commits since the debian/3.5-2 tag
- Git: https://salsa.debian.org/selinux-team/libselinux.git
-
- Branch: debian
- Path: debian/changelog
- Repo size: 978944
- Browser: https://salsa.debian.org/selinux-team/libselinux
- Last scan: 2024-12-12 08:54:29+00
- Next scan: 2024-12-18 18:47:00+00
- Merge requests: 2
- CI pipeline status: failed
- Debian changelog in Git:
libselinux (3.7-3) unstable; urgency=medium
* Reverted the rename of libselinux1-dev to libselinux-dev.
Will do this again when the t64 change goes in.
-- Russell Coker <russell@coker.com.au> Fri, 30 Aug 2024 12:55:29 +1000
- This branch is 15 commits ahead of tag debian/3.5-2
- Git log:
commit a7d79f33bebb9e2217ecf521c95b148d2296b194
Author: Russell Coker <russell@coker.com.au>
Date: Fri Aug 30 12:56:24 2024 +1000
Revert change of libselinux1-dev to libselinux-dev (which hadn't been accepted into unstable)
commit ed9d1cbf596ec3559bfa633bbd8f751175f69e92
Author: Russell Coker <russell@coker.com.au>
Date: Sun Aug 25 21:14:39 2024 +1000
change to unstable for upload
commit 2795c8d17337142ffc3a98e6ef1582760689c2a4
Author: Russell Coker <russell@coker.com.au>
Date: Sun Aug 25 14:44:19 2024 +1000
Reversed an accidental change to files that should only be in quilt
commit 7f9b074b2826a09c0e8cd5a7b51a50bc7c4304b2
Author: Russell Coker <russell@coker.com.au>
Date: Sun Aug 25 14:44:05 2024 +1000
Fixed the changelog for 3.7-1
commit c66e8c1d7669fcea573b1c1d28b96cdca595e79a
Author: Russell Coker <russell@coker.com.au>
Date: Sun Aug 25 14:16:31 2024 +1000
change homepage to https://github.com/SELinuxProject
commit 3f35c7528b5608e575fffdfe99367de22783672d
Author: Russell Coker <russell@coker.com.au>
Date: Sun Aug 25 14:13:36 2024 +1000
Added rm of utils/getpolicyload in clean target
commit c2ff752e1f8fe54705a95e7a362adb99f574a71a
Author: Russell Coker <russell@coker.com.au>
Date: Sun Aug 25 14:06:07 2024 +1000
Added extra signing key
commit 7a9e8a08266b946c1019a4fb1e6af517805077a9
Author: Russell Coker <russell@coker.com.au>
Date: Tue Aug 6 23:21:26 2024 +1000
Make python3-selinux build reproducible
commit 75b7ec6375433630c69fba0e502fdb0d997cfaf8
Author: Russell Coker <russell@coker.com.au>
Date: Tue Aug 6 23:13:58 2024 +1000
Made it default to "default" not "targeted"
commit 70cd6a8dd5cee1bdc3add222ca03ed1b3c423310
Author: Russell Coker <russell@coker.com.au>
Date: Tue Aug 6 23:06:01 2024 +1000
Added install file for rename to libselinux-dev
commit db5e3771c132a66c2ae9a82748d3a0705f40e7d5
Author: Russell Coker <russell@coker.com.au>
Date: Tue Aug 6 23:05:22 2024 +1000
Bug fix for #966687
commit 39d06e2e87e9b7499c50d4074f46e8c194709397
Author: Russell Coker <russell@coker.com.au>
Date: Tue Aug 6 23:02:27 2024 +1000
New 3.7 release
commit 8381d93df8d1ad0dd05afd5c987ed9293bd8cc07
Author: Russell Coker <russell@coker.com.au>
Date: Tue Aug 6 23:02:09 2024 +1000
new files for 3.7 release
commit f91a851be155ba3ac5520f97ab7485f7a4637a78
Merge: fe13f18 3f3e707
Author: Laurent Bigonville <bigon@debian.org>
Date: Wed Feb 28 08:05:46 2024 +0000
Merge branch 'merge-request-468-unblock/unreproducible-direct-url-json-file' into 'debian'
python3-selinux: remove direct_url.json and its RECORD entry
See merge request selinux-team/libselinux!10
commit 3f3e70762d207aff2dd977a9f4cefb6b53e246a9
Author: James Addison <jay@jp-hosting.net>
Date: Thu Feb 15 12:58:41 2024 +0000
Remove direct_url.json and its RECORD entry
The direct_url.json file contains a reference to the requested origin URL of
the installed package, as specified in PEP610[1]. During Debian package
builds, the install origin is a temporary directory on the build host's
local filesystem (a file:// URI) - ephemeral, different between each build
of the package, and a cause of non-reproducibility for package builds.
This fix is modeled on a one-off fix for a different package in #982529. There
is also a precedent[2] for dh-python to remove this file automatically,
although at the time-of-writing that only applies to Python packages that use
the 'flit' framework as their Python buildsystem.
[1] - https://peps.python.org/pep-0610/
[2] - https://salsa.debian.org/python-team/tools/dh-python/-/commit/2ef6ff13748984258d5da000c17d9cdad707b9ae