All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adam Duskett <aduskett@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v3 0/7] Cups revamp
Date: Fri, 24 Jul 2020 17:01:07 -0700	[thread overview]
Message-ID: <CAFSsvmoHvo-VboerGVcZhTSNT5=mw79re3qKv+F_XpZSUWVc0g@mail.gmail.com> (raw)
In-Reply-To: <20200624204347.797088-1-angelo@amarulasolutions.com>

All;

The cups bump in this series also fixes CVE-2020-3898 and
CVE-2019-8842, and as such
should be considered a security patch as well.

With that being said, I tested the changes and they all work as expected.

Tested-by: Adam Duskett <ADuskett@gmail.com>

On Wed, Jun 24, 2020 at 1:44 PM Angelo Compagnucci
<angelo@amarulasolutions.com> wrote:
>
> s series fixes various nitpicks we found using cups and do some
> bumps.
>
> Changelog:
> v1->v2:
> * Adding missing patch "Add lp user as default cups user"
> v1->v2:
> * Fixes to Signed-of
> * Decoupling service file fixing from bumps
> * Better explaining backported patches
>
> Angelo Compagnucci (7):
>   package/cups-filters: fix cups-browsed service
>   package/cups-filters: bump to version 1.27.5
>   package/cups: fix cups service
>   package/cups: bump to version 2.3.3
>   package/cups: Add lp user as default cups user
>   package/cups: Add udev rules to assign usb printers group to lp
>   package/cups: adding python support
>
>  package/cups-filters/S82cups-browsed          | 48 +++++++++++++++++++
>  package/cups-filters/cups-filters.hash        |  2 +-
>  package/cups-filters/cups-filters.mk          | 15 +++++-
>  ...move-man-from-BUILDDIRS-in-configure.patch |  8 ++--
>  package/cups/0002-Do-not-use-genstrings.patch | 14 +++---
>  ...0004-Remove-PIE-flags-from-the-build.patch |  8 ++--
>  package/cups/70-usb-printers.rules            |  3 ++
>  package/cups/S81cupsd                         | 48 +++++++++++++++++++
>  package/cups/cups.hash                        |  2 +-
>  package/cups/cups.mk                          | 37 +++++++++++++-
>  10 files changed, 167 insertions(+), 18 deletions(-)
>  create mode 100644 package/cups-filters/S82cups-browsed
>  create mode 100644 package/cups/70-usb-printers.rules
>  create mode 100644 package/cups/S81cupsd
>
> --
> 2.25.1
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

      parent reply	other threads:[~2020-07-25  0:01 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-24 20:43 [Buildroot] [PATCH v3 0/7] Cups revamp Angelo Compagnucci
2020-06-24 20:43 ` [Buildroot] [PATCH v3 1/7] package/cups-filters: fix cups-browsed service Angelo Compagnucci
2020-06-29 21:10   ` Thomas Petazzoni
2020-06-24 20:43 ` [Buildroot] [PATCH v3 2/7] package/cups-filters: bump to version 1.27.5 Angelo Compagnucci
2020-06-29 21:10   ` Thomas Petazzoni
2020-06-24 20:43 ` [Buildroot] [PATCH v3 3/7] package/cups: fix cups service Angelo Compagnucci
2020-08-04 21:38   ` Thomas Petazzoni
2020-06-24 20:43 ` [Buildroot] [PATCH v3 4/7] package/cups: bump to version 2.3.3 Angelo Compagnucci
2020-07-25  0:02   ` Adam Duskett
2020-08-04 21:38   ` Thomas Petazzoni
2020-09-05  8:14     ` Peter Korsgaard
2020-06-24 20:43 ` [Buildroot] [PATCH v3 5/7] package/cups: Add lp user as default cups user Angelo Compagnucci
2020-09-02 21:06   ` Arnout Vandecappelle
2020-09-05  8:04     ` Peter Korsgaard
2020-06-24 20:43 ` [Buildroot] [PATCH v3 6/7] package/cups: Add udev rules to assign usb printers group to lp Angelo Compagnucci
2020-09-02 21:07   ` Arnout Vandecappelle
2020-09-05  8:05     ` Peter Korsgaard
2020-06-24 20:43 ` [Buildroot] [PATCH v3 7/7] package/cups: adding python support Angelo Compagnucci
2020-09-02 21:07   ` Arnout Vandecappelle
2020-07-25  0:01 ` Adam Duskett [this message]

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='CAFSsvmoHvo-VboerGVcZhTSNT5=mw79re3qKv+F_XpZSUWVc0g@mail.gmail.com' \
    --to=aduskett@gmail.com \
    --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.