All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH/NEXT: 00/11] selinux packages: bump versions
@ 2021-05-20 17:46 Adam Duskett
  2021-05-20 17:46 ` [Buildroot] [PATCH/NEXT: 01/11] package/libsepol: bump to version 3.2 Adam Duskett
                   ` (11 more replies)
  0 siblings, 12 replies; 17+ messages in thread
From: Adam Duskett @ 2021-05-20 17:46 UTC (permalink / raw)
  To: buildroot

The selinux project also now uses the respective package versions for the
release URL's, so we change that as well.

Adam Duskett (11):
  package/libsepol: bump to version 3.2
  package/libsepol/Config.in: Add policy version 33
  package/libsemanage: bump to version 3.2
  package/libselinux: bump to version 3.2
  package/policycoreutils: bump to version 3.2
  package/checkpolicy: bump to version 3.2
  package/restorecond: bump to version 3.2
  package/semodule-utils: bump to version 3.2
  package/selinux-python: bump to version 3.2
  package/setools: bump to version 4.4.0
  package/audit: bump to version 3.0.1

 ...0001-Fix-audispd-path-in-auditd.conf.patch |  32 -----
 ...tue-functions-for-strndupa-rawmemchr.patch | 133 ------------------
 ...ns-need-to-be-external-when-building.patch |  28 ----
 package/audit/audit.hash                      |   6 +-
 package/audit/audit.mk                        |   2 +-
 package/checkpolicy/checkpolicy.hash          |   2 +-
 package/checkpolicy/checkpolicy.mk            |   4 +-
 ...T-and-rely-on-the-installed-file-nam.patch |   2 +-
 ...d-to-something-which-never-conflicts.patch |  71 ----------
 package/libselinux/libselinux.hash            |   2 +-
 package/libselinux/libselinux.mk              |   4 +-
 package/libsemanage/libsemanage.hash          |   2 +-
 package/libsemanage/libsemanage.mk            |   4 +-
 package/libsepol/Config.in                    |   4 +-
 package/libsepol/libsepol.hash                |   4 +-
 package/libsepol/libsepol.mk                  |   4 +-
 ...-all-paths-that-use-an-absolute-path.patch |  11 +-
 .../0002-Add-PREFIX-to-host-paths.patch       |  36 +++--
 package/policycoreutils/policycoreutils.hash  |   2 +-
 package/policycoreutils/policycoreutils.mk    |   6 +-
 package/restorecond/restorecond.hash          |   2 +-
 package/restorecond/restorecond.mk            |   4 +-
 package/selinux-python/selinux-python.hash    |   2 +-
 package/selinux-python/selinux-python.mk      |   4 +-
 package/semodule-utils/semodule-utils.hash    |   2 +-
 package/semodule-utils/semodule-utils.mk      |   4 +-
 ...-setools.InfoFlowAnalysis-and-setoo.patch} |  19 +--
 .../0001-remove-werror-flag-from-setup.patch  |  31 ----
 package/setools/setools.hash                  |   2 +-
 package/setools/setools.mk                    |   2 +-
 30 files changed, 69 insertions(+), 362 deletions(-)
 delete mode 100644 package/audit/0001-Fix-audispd-path-in-auditd.conf.patch
 delete mode 100644 package/audit/0002-Add-substitue-functions-for-strndupa-rawmemchr.patch
 delete mode 100644 package/audit/0003-Header-definitions-need-to-be-external-when-building.patch
 delete mode 100644 package/libselinux/0003-libselinux-rename-gettid-to-something-which-never-conflicts.patch
 rename package/setools/{0002-Do-not-export-use-setools.InfoFlowAnalysis-and-setoo.patch => 0001-Do-not-export-use-setools.InfoFlowAnalysis-and-setoo.patch} (88%)
 delete mode 100644 package/setools/0001-remove-werror-flag-from-setup.patch

-- 
2.31.1

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2021-05-23  3:30 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-20 17:46 [Buildroot] [PATCH/NEXT: 00/11] selinux packages: bump versions Adam Duskett
2021-05-20 17:46 ` [Buildroot] [PATCH/NEXT: 01/11] package/libsepol: bump to version 3.2 Adam Duskett
2021-05-20 20:02   ` [Buildroot] [External] " Weber, Matthew L Collins
2021-05-20 21:04     ` Weber, Matthew L Collins
2021-05-20 17:46 ` [Buildroot] [PATCH/NEXT: 02/11] package/libsepol/Config.in: Add policy version 33 Adam Duskett
2021-05-20 17:46 ` [Buildroot] [PATCH/NEXT: 03/11] package/libsemanage: bump to version 3.2 Adam Duskett
2021-05-20 17:46 ` [Buildroot] [PATCH/NEXT: 04/11] package/libselinux: " Adam Duskett
2021-05-20 17:46 ` [Buildroot] [PATCH/NEXT: 05/11] package/policycoreutils: " Adam Duskett
2021-05-20 17:46 ` [Buildroot] [PATCH/NEXT: 06/11] package/checkpolicy: " Adam Duskett
2021-05-20 17:46 ` [Buildroot] [PATCH/NEXT: 07/11] package/restorecond: " Adam Duskett
2021-05-20 17:46 ` [Buildroot] [PATCH/NEXT: 08/11] package/semodule-utils: " Adam Duskett
2021-05-20 17:46 ` [Buildroot] [PATCH/NEXT: 09/11] package/selinux-python: " Adam Duskett
2021-05-20 17:46 ` [Buildroot] [PATCH/NEXT: 10/11] package/setools: bump to version 4.4.0 Adam Duskett
2021-05-20 17:46 ` [Buildroot] [PATCH/NEXT: 11/11] package/audit: bump to version 3.0.1 Adam Duskett
2021-05-23  3:30   ` Baruch Siach
2021-05-21 10:06 ` [Buildroot] [PATCH/NEXT: 00/11] selinux packages: bump versions Yann E. MORIN
2021-05-21 10:59   ` [Buildroot] [External] " Weber, Matthew L Collins

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.