All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH/NEXT: 00/11] selinux packages: bump versions
Date: Fri, 21 May 2021 12:06:32 +0200	[thread overview]
Message-ID: <20210521100632.GJ3208066@scaer> (raw)
In-Reply-To: <20210520174649.1188340-1-aduskett@gmail.com>

Adam, All,

On 2021-05-20 10:46 -0700, Adam Duskett spake thusly:
> 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

Entire series applied to next, thanks.

As discussed on IRC, could you look into either;

  - increasing the timeout of the selinux tests,

  - or, better, ensure that we start the qe;u instance with a proper
    virtual HWRNGmm as suggested by Matt and Khem;
    * start qemu with:
        -object rng-random,filename=/dev/urandom,id=rng0 -device virtio-rng-pci,rng=rng0
    * ensure virtio-rng is built-in to the kernel we use

Thanks! :-)

Regards,
Yann E. MORIN.

>  ...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
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

  parent reply	other threads:[~2021-05-21 10:06 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Yann E. MORIN [this message]
2021-05-21 10:59   ` [Buildroot] [External] Re: [PATCH/NEXT: 00/11] selinux packages: bump versions Weber, Matthew L Collins

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210521100632.GJ3208066@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.