unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 62138@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#62138] [PATCH] gnu: a2ps: Update to 4.15
Date: Sat, 11 Mar 2023 22:48:15 -0800	[thread overview]
Message-ID: <20230312064815.24022-1-atai@atai.org> (raw)

* gnu/packages/pretty-print.scm (a2ps): update to 4.15
---
 gnu/packages/pretty-print.scm | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/pretty-print.scm b/gnu/packages/pretty-print.scm
index 7bc54c4a0b..bc104447d5 100644
--- a/gnu/packages/pretty-print.scm
+++ b/gnu/packages/pretty-print.scm
@@ -37,7 +37,9 @@ (define-module (gnu packages pretty-print)
   #:use-module (gnu packages)
   #:use-module (gnu packages bison)
   #:use-module (gnu packages boost)
+  #:use-module (gnu packages bdw-gc)
   #:use-module (gnu packages compression)
+  #:use-module (gnu packages file)
   #:use-module (gnu packages flex)
   #:use-module (gnu packages ghostscript)
   #:use-module (gnu packages gperf)
@@ -52,14 +54,14 @@ (define-module (gnu packages pretty-print)
 (define-public a2ps
   (package
     (name "a2ps")
-    (version "4.14")
+    (version "4.15")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/a2ps/a2ps-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "195k78m1h03m961qn7jr120z815iyb93gwi159p1p9348lyqvbpk"))
+                "0lk6qycjw26z6jhnf353z7m469xp91lypdf6ay54961g4alwbbd5"))
               (modules '((guix build utils)))
               (snippet
                ;; Remove timestamp from the installed 'README' file.
@@ -67,16 +69,12 @@ (define-public a2ps
                   (substitute* "etc/README.in"
                     (("@date@")
                      "1st of some month, sometime after 1970"))
-                  #t))
-              (patches (search-patches
-                        "a2ps-CVE-2001-1593.patch"
-                        "a2ps-CVE-2014-0466.patch"
-                        "a2ps-CVE-2015-8107.patch"))))
+                  #t))))
     (build-system gnu-build-system)
     (inputs
-     (list psutils gv))
+     (list psutils file gv libgc libpaper))
     (native-inputs
-     (list gperf groff perl))
+     (list gperf groff perl pkg-config))
     (arguments
      '(#:phases
        (modify-phases %standard-phases

base-commit: f289fe316aaa06e60f4b10e75e113cf1aeb03629
prerequisite-patch-id: 8c2c8788f860cf601f04bf10e2f932f63c0c449a
-- 
2.39.1





             reply	other threads:[~2023-03-12  6:49 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-12  6:48 Andy Tai [this message]
2023-03-12  8:04 ` [bug#62138] [PATCH v2] gnu: a2ps: Update to 4.15 Andy Tai
2023-03-12 11:14 ` [bug#62138] Test failures Andreas Enge
2023-03-12 20:58 ` [bug#62138] [PATCH v3] gnu: a2ps: Update to 4.15.1 Andy Tai
2023-03-13 17:41 ` [bug#62138] [PATCH v4] " Andy Tai
2023-03-20  6:42 ` [bug#62138] [PATCH v5] gnu: a2ps: Update to 4.15.2 Andy Tai
2023-03-20  7:51 ` [bug#62138] [PATCH v6] " Andy Tai
2023-03-27  3:54 ` [bug#62138] [PATCH v7] gnu: a2ps: Update to 4.15.3 Andy Tai
2023-04-03 11:12   ` bug#62138: " Nicolas Goaziou

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=20230312064815.24022-1-atai@atai.org \
    --to=atai@atai.org \
    --cc=62138@debbugs.gnu.org \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).