selinux-python (3.7-4)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 3.8-1 > 3.7-4
- Git: https://salsa.debian.org/selinux-team/selinux-python.git
-
- Branch: debian
- Path: debian/changelog
- Repo size: 3420160
- Browser: https://salsa.debian.org/selinux-team/selinux-python
- Last scan: 2025-02-12 12:44:02+00
- Next scan: 2025-02-18 16:52:00+00
- CI pipeline status: failed
- Debian changelog in Git:
selinux-python (3.8-1) unstable; urgency=medium
* New upstream release
-- Russell Coker <russell@coker.com.au> Thu, 06 Feb 2025 23:38:32 +1100
- This branch is 15 commits ahead of tag debian/3.5-1
- Git log:
commit 69dc8b853439400ec9f7038bfc82a93263dacfc5
Author: Russell Coker <russell@coker.com.au>
Date: Thu Feb 6 23:41:07 2025 +1100
Removed patch that was incorporated upstream
commit 1dc115bd57d190541ed330f19cc085376a9a43e7
Author: Russell Coker <russell@coker.com.au>
Date: Thu Feb 6 23:38:49 2025 +1100
3.8-1 packaging
commit f027e3f631298a73667350b5c8cc4193e811506c
Author: Russell Coker <russell@coker.com.au>
Date: Thu Feb 6 23:37:14 2025 +1100
3.8 upstream release
commit ced485d3b446052e03a682bc8f3ac8476a74238e
Author: Russell Coker <russell@coker.com.au>
Date: Mon Feb 3 21:06:32 2025 +1100
3.7-4 release
commit e075efb9f0468ffa410a8d951b7734dfab8ee497
Author: Russell Coker <russell@coker.com.au>
Date: Mon Feb 3 21:01:42 2025 +1100
* Added port_range to semanage-port(8). Closes: #1049403
commit 7fee26d0ed91fdc970789f3842742d6333b0a43c
Author: Russell Coker <russell@coker.com.au>
Date: Mon Feb 3 20:41:47 2025 +1100
* Make python3-sepolicy Breaks and Replaces policycoreutils-gui (<< 3.7-2)
Closes: #1080420
commit 18c50cc2efe87460f0463d2e7dcbb1b0e90c5514
Author: Russell Coker <russell@coker.com.au>
Date: Sat Dec 28 19:08:12 2024 +1100
For 3.7-3
* Remove ${shlibs:Depends} for python3-sepolicy and
policycoreutils-python-utils as it's not used for them
* Changed a < to << in control to fix a warning
commit d6354df8e2b48048bc57cd34cb461304509f3d99
Author: Russell Coker <russell@coker.com.au>
Date: Sat Dec 28 19:01:12 2024 +1100
3.7-3
Fix abort on audit2allow -Rv
commit 2ae3a80f6b7a8dcd1e0e5b5dde910fecf43c5267
Author: Russell Coker <russell@coker.com.au>
Date: Sat Sep 14 19:20:18 2024 +1000
3.7-2 release
commit 6950565a4a1462f0385a9d6308d1e82c2b5984c4
Author: Russell Coker <russell@coker.com.au>
Date: Mon Sep 2 21:00:35 2024 +1000
Intall all the new python sepolicy files
commit 78800b3fac627b102b4ffa7154e18cee0ff1bbfc
Author: Russell Coker <russell@coker.com.au>
Date: Sun Sep 1 00:27:09 2024 +1000
debian changes for removing russian man pages and splitting sandbox and gui into separate packages
commit 88bf2362eeab8d54fae2ae4ee018100ee4d0caa5
Author: Russell Coker <russell@coker.com.au>
Date: Sat Aug 31 23:53:07 2024 +1000
Debian changes for 3.7
commit c52a6be3112a247c8e611d659ec645450b8863ef
Author: Russell Coker <russell@coker.com.au>
Date: Sat Aug 31 23:46:48 2024 +1000
3.7 upstream release
commit 04d23f9487c35c781d99b09314ba57d2a3eb13a0
Merge: 0200a27 3ea298a
Author: Laurent Bigonville <bigon@debian.org>
Date: Wed Feb 28 17:21:04 2024 +0000
Merge branch 'unreproducible-direct-url-json-file' into 'debian'
python3-sepolicy: remove direct_url.json and its RECORD entry
See merge request selinux-team/selinux-python!3
commit 3ea298a084d0330df341ec7d0a2b0987c2bb308f
Author: James Addison <jay@jp-hosting.net>
Date: Fri Feb 16 10:14:30 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