unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#68771] [PATCH] gnu: phantomsocks: Updato to 0.0.0-20240125140126-2576269ca69a.
@ 2024-01-28  7:04 Hilton Chain via Guix-patches via
  2024-01-28  7:39 ` [bug#68773] [PATCH] gnu: picard: Updato to 2.11 Hilton Chain via Guix-patches via
  2024-02-05  7:37 ` [bug#68771] [PATCH] gnu: phantomsocks: Updato to 0.0.0-20240125140126-2576269ca69a Hilton Chain via Guix-patches via
  0 siblings, 2 replies; 8+ messages in thread
From: Hilton Chain via Guix-patches via @ 2024-01-28  7:04 UTC (permalink / raw)
  To: 68771; +Cc: Hilton Chain

gnu/packages/networking.scm (phantomsocks): Updato to
0.0.0-20240125140126-2576269ca69a.
[arguments]<#:go>: Use go-1.21.

Change-Id: Ib3ee928e6f5e43603d7d41cd8203e6c524167670
---
 gnu/packages/networking.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index fb0de2da22..21cc929285 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4700,7 +4700,7 @@ (define-public netdiscover
 (define-public phantomsocks
   (package
     (name "phantomsocks")
-    (version "0.0.0-20231031033204-8b0ac27fc450")
+    (version "0.0.0-20240125140126-2576269ca69a")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -4709,10 +4709,10 @@ (define-public phantomsocks
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1q4i8pgj6hzry9wzlczx729dmmgqdqfb26rfaim2ngmp1dyy9drl"))))
+                "1kbcr6580a9pi0a3wssnfr3mnxqq2k9w1fg4khikn82lqaljab2f"))))
     (build-system go-build-system)
     (arguments
-     (list #:go go-1.20
+     (list #:go go-1.21
            #:install-source? #f
            #:import-path "github.com/macronut/phantomsocks"
            #:build-flags #~'("-tags" #$(if (target-linux?)

base-commit: 73d8e5a9352304a5192b22e04ef022234488e0da
-- 
2.41.0





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

* [bug#68773] [PATCH] gnu: picard: Updato to 2.11.
@ 2024-01-28  7:39 ` Hilton Chain via Guix-patches via
  2024-01-28  8:03   ` [bug#68774] [PATCH 1/2] gnu: kconfig-hardened-check: Updato to 0.6.6 Hilton Chain via Guix-patches via
  2024-02-05  7:37   ` [bug#68773] [#bug68773] [PATCH] gnu: picard: Updato to 2.11 Hilton Chain via Guix-patches via
  0 siblings, 2 replies; 8+ messages in thread
From: Hilton Chain via Guix-patches via @ 2024-01-28  7:39 UTC (permalink / raw)
  To: 68773; +Cc: Hilton Chain

* gnu/packages/music.scm (picard): Updato to 2.11.

Change-Id: I61c4563a09f195415f6a67f657e4f9061e2f4389
---
 gnu/packages/music.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index cd06aeddda..4031bf9414 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -3821,7 +3821,7 @@ (define-public pianobar
 (define-public picard
   (package
     (name "picard")
-    (version "2.10")
+    (version "2.11")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3829,7 +3829,7 @@ (define-public picard
                     "picard/picard-" version ".tar.gz"))
               (sha256
                (base32
-                "0f9rvif9m83jhal9n9x8kks17c0cgcipi1hjqmki7a296lz175ss"))))
+                "0ppq2n9jf8c8r8p9dkpcyipd2psr9hg0zbd5hcdsicili25336j4"))))
     (build-system python-build-system)
     (arguments
      (list

base-commit: 73d8e5a9352304a5192b22e04ef022234488e0da
-- 
2.41.0





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

* [bug#68774] [PATCH 1/2] gnu: kconfig-hardened-check: Updato to 0.6.6.
@ 2024-01-28  8:03   ` Hilton Chain via Guix-patches via
  2024-01-28  8:06     ` [bug#68774] [PATCH 2/2] gnu: kconfig-hardened-check: Rename to kernel-hardening-checker Hilton Chain via Guix-patches via
                       ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Hilton Chain via Guix-patches via @ 2024-01-28  8:03 UTC (permalink / raw)
  To: 68774; +Cc: Hilton Chain, Leo Famulari, Tobias Geerinckx-Rice, Wilko Meyer

* gnu/packages/linux.scm (kconfig-hardened-check): Update to 0.6.6.

Change-Id: I8f60e6b7545b04059ae3dae881dcc004c70a5027
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index e748b2cb8e..e962accba7 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -10311,7 +10311,7 @@ (define-public modprobed-db
 (define-public kconfig-hardened-check
   (package
     (name "kconfig-hardened-check")
-    (version "0.6.1")
+    (version "0.6.6")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -10320,7 +10320,7 @@ (define-public kconfig-hardened-check
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0bpdy2a7l75y5cqzzc92nh4gapzgza8ml5i8ximr6brf6pr3681z"))))
+                "1w9xx3xvx4wrfdkdwkfzjlfichgkvacil9b8s1fcgla63z65m5f6"))))
     (build-system python-build-system)
     (home-page "https://github.com/a13xp0p0v/kconfig-hardened-check")
     (synopsis

base-commit: 73d8e5a9352304a5192b22e04ef022234488e0da
-- 
2.41.0





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

* [bug#68774] [PATCH 2/2] gnu: kconfig-hardened-check: Rename to kernel-hardening-checker.
  2024-01-28  8:03   ` [bug#68774] [PATCH 1/2] gnu: kconfig-hardened-check: Updato to 0.6.6 Hilton Chain via Guix-patches via
@ 2024-01-28  8:06     ` Hilton Chain via Guix-patches via
  2024-01-28  8:47     ` [bug#68771] Typo in #68771, #68773, #68774 Hilton Chain via Guix-patches via
  2024-02-05  7:39     ` bug#68774: [PATCH 1/2] gnu: kconfig-hardened-check: Updato to 0.6.6 Hilton Chain via Guix-patches via
  2 siblings, 0 replies; 8+ messages in thread
From: Hilton Chain via Guix-patches via @ 2024-01-28  8:06 UTC (permalink / raw)
  To: 68774; +Cc: Hilton Chain, Leo Famulari, Tobias Geerinckx-Rice, Wilko Meyer

* gnu/packages/linux.scm (kconfig-hardened-check): Rename to…
(kernel-hardening-checker): …this.
(kconfig-hardened-check): Define as deprecated.

Change-Id: I01688d36ea6cf763f8ccc2a87a9162ebb4cbb16b
---
 gnu/packages/linux.scm | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index e962accba7..138bd46c2e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -10308,25 +10308,25 @@ (define-public modprobed-db
 directly by @code{make localmodconfig} as described above.")
     (license license:expat)))
 
-(define-public kconfig-hardened-check
+(define-public kernel-hardening-checker
   (package
-    (name "kconfig-hardened-check")
+    (name "kernel-hardening-checker")
     (version "0.6.6")
     (source (origin
               (method git-fetch)
               (uri (git-reference
-                    (url "https://github.com/a13xp0p0v/kconfig-hardened-check")
+                    (url "https://github.com/a13xp0p0v/kernel-hardening-checker")
                     (commit (string-append "v" version))))
               (file-name (git-file-name name version))
               (sha256
                (base32
                 "1w9xx3xvx4wrfdkdwkfzjlfichgkvacil9b8s1fcgla63z65m5f6"))))
     (build-system python-build-system)
-    (home-page "https://github.com/a13xp0p0v/kconfig-hardened-check")
+    (home-page "https://github.com/a13xp0p0v/kernel-hardening-checker")
     (synopsis
      "Tool for checking the security hardening options of the Linux kernel")
     (description
-     "@code{kconfig-hardened-check} is a tool for checking the security
+     "@code{kernel-hardening-checker} is a tool for checking the security
 hardening options of the Linux kernel.  Provided preferences are based on
 suggestions from various sources, including:
 
@@ -10340,6 +10340,9 @@ (define-public kconfig-hardened-check
 This tool supports checking Kconfig options and kernel cmdline parameters.")
     (license license:gpl3)))
 
+(define-public kconfig-hardened-check
+  (deprecated-package "kconfig-hardened-check" kernel-hardening-checker))
+
 (define-public firejail
   (package
     (name "firejail")
-- 
2.41.0





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

* [bug#68771] Typo in #68771, #68773, #68774
  2024-01-28  8:03   ` [bug#68774] [PATCH 1/2] gnu: kconfig-hardened-check: Updato to 0.6.6 Hilton Chain via Guix-patches via
  2024-01-28  8:06     ` [bug#68774] [PATCH 2/2] gnu: kconfig-hardened-check: Rename to kernel-hardening-checker Hilton Chain via Guix-patches via
@ 2024-01-28  8:47     ` Hilton Chain via Guix-patches via
  2024-02-05  7:39     ` bug#68774: [PATCH 1/2] gnu: kconfig-hardened-check: Updato to 0.6.6 Hilton Chain via Guix-patches via
  2 siblings, 0 replies; 8+ messages in thread
From: Hilton Chain via Guix-patches via @ 2024-01-28  8:47 UTC (permalink / raw)
  To: 68774; +Cc: 68773, 68771

On Sun, 28 Jan 2024 15:04:52 +0800,
Hilton Chain wrote:
> 
> gnu/packages/networking.scm (phantomsocks): Updato to

^ Missing ‘*’

On Sun, 28 Jan 2024 15:39:18 +0800,
Hilton Chain wrote:
> 
> * gnu/packages/music.scm (picard): Updato to 2.11.

‘Updato’ -> ‘Update’ in subject and commit messages.

Be careful when applying.




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

* [bug#68771] [PATCH] gnu: phantomsocks: Updato to 0.0.0-20240125140126-2576269ca69a.
  2024-01-28  7:04 [bug#68771] [PATCH] gnu: phantomsocks: Updato to 0.0.0-20240125140126-2576269ca69a Hilton Chain via Guix-patches via
  2024-01-28  7:39 ` [bug#68773] [PATCH] gnu: picard: Updato to 2.11 Hilton Chain via Guix-patches via
@ 2024-02-05  7:37 ` Hilton Chain via Guix-patches via
  1 sibling, 0 replies; 8+ messages in thread
From: Hilton Chain via Guix-patches via @ 2024-02-05  7:37 UTC (permalink / raw)
  To: 68771

On Sun, 28 Jan 2024 15:04:52 +0800,
Hilton Chain wrote:
> 
> gnu/packages/networking.scm (phantomsocks): Updato to
> 0.0.0-20240125140126-2576269ca69a.
> [arguments]<#:go>: Use go-1.21.
> 
> Change-Id: Ib3ee928e6f5e43603d7d41cd8203e6c524167670
> ---
>  gnu/packages/networking.scm | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Applied as a792fc37101392ad540ac5c8fc830f228e59479a, closing.




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

* [bug#68773] [#bug68773] [PATCH] gnu: picard: Updato to 2.11.
  2024-01-28  7:39 ` [bug#68773] [PATCH] gnu: picard: Updato to 2.11 Hilton Chain via Guix-patches via
  2024-01-28  8:03   ` [bug#68774] [PATCH 1/2] gnu: kconfig-hardened-check: Updato to 0.6.6 Hilton Chain via Guix-patches via
@ 2024-02-05  7:37   ` Hilton Chain via Guix-patches via
  1 sibling, 0 replies; 8+ messages in thread
From: Hilton Chain via Guix-patches via @ 2024-02-05  7:37 UTC (permalink / raw)
  To: 68773

On Sun, 28 Jan 2024 15:39:18 +0800,
Hilton Chain wrote:
> 
> * gnu/packages/music.scm (picard): Updato to 2.11.
> 
> Change-Id: I61c4563a09f195415f6a67f657e4f9061e2f4389
> ---
>  gnu/packages/music.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied as 0e98b8bc3609cdf7129e652b6989b5910c358a8d, closing.




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

* bug#68774: [PATCH 1/2] gnu: kconfig-hardened-check: Updato to 0.6.6.
  2024-01-28  8:03   ` [bug#68774] [PATCH 1/2] gnu: kconfig-hardened-check: Updato to 0.6.6 Hilton Chain via Guix-patches via
  2024-01-28  8:06     ` [bug#68774] [PATCH 2/2] gnu: kconfig-hardened-check: Rename to kernel-hardening-checker Hilton Chain via Guix-patches via
  2024-01-28  8:47     ` [bug#68771] Typo in #68771, #68773, #68774 Hilton Chain via Guix-patches via
@ 2024-02-05  7:39     ` Hilton Chain via Guix-patches via
  2 siblings, 0 replies; 8+ messages in thread
From: Hilton Chain via Guix-patches via @ 2024-02-05  7:39 UTC (permalink / raw)
  To: 68774-done

On Sun, 28 Jan 2024 16:03:47 +0800,
Hilton Chain wrote:
> 
> * gnu/packages/linux.scm (kconfig-hardened-check): Update to 0.6.6.
> 
> Change-Id: I8f60e6b7545b04059ae3dae881dcc004c70a5027
> ---
>  gnu/packages/linux.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied as c4518b65ecad...0b76f6f640be, closing.




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

end of thread, other threads:[~2024-02-05  7:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-28  7:04 [bug#68771] [PATCH] gnu: phantomsocks: Updato to 0.0.0-20240125140126-2576269ca69a Hilton Chain via Guix-patches via
2024-01-28  7:39 ` [bug#68773] [PATCH] gnu: picard: Updato to 2.11 Hilton Chain via Guix-patches via
2024-01-28  8:03   ` [bug#68774] [PATCH 1/2] gnu: kconfig-hardened-check: Updato to 0.6.6 Hilton Chain via Guix-patches via
2024-01-28  8:06     ` [bug#68774] [PATCH 2/2] gnu: kconfig-hardened-check: Rename to kernel-hardening-checker Hilton Chain via Guix-patches via
2024-01-28  8:47     ` [bug#68771] Typo in #68771, #68773, #68774 Hilton Chain via Guix-patches via
2024-02-05  7:39     ` bug#68774: [PATCH 1/2] gnu: kconfig-hardened-check: Updato to 0.6.6 Hilton Chain via Guix-patches via
2024-02-05  7:37   ` [bug#68773] [#bug68773] [PATCH] gnu: picard: Updato to 2.11 Hilton Chain via Guix-patches via
2024-02-05  7:37 ` [bug#68771] [PATCH] gnu: phantomsocks: Updato to 0.0.0-20240125140126-2576269ca69a Hilton Chain via Guix-patches via

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).