Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xsecurelock: update to 1.9.0
@ 2024-02-16 11:06 ssnailed
  2024-02-16 11:09 ` [PR PATCH] [Updated] " ssnailed
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ssnailed @ 2024-02-16 11:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 482 bytes --]

There is a new pull request by ssnailed against master on the void-packages repository

https://github.com/ssnailed/void-packages master
https://github.com/void-linux/void-packages/pull/48759

xsecurelock: update to 1.9.0
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


A patch file from https://github.com/void-linux/void-packages/pull/48759.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-48759.patch --]
[-- Type: text/x-diff, Size: 1132 bytes --]

From f5118ac0148b8420e7741fef7802da1ad490ae25 Mon Sep 17 00:00:00 2001
From: Luca Bilke <bilke@tralios.de>
Date: Fri, 16 Feb 2024 11:52:00 +0100
Subject: [PATCH] xsecurelock: update to 1.9.0

---
 srcpkgs/xsecurelock/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/xsecurelock/template b/srcpkgs/xsecurelock/template
index e32f1d71cdd33..99c232ee65b19 100644
--- a/srcpkgs/xsecurelock/template
+++ b/srcpkgs/xsecurelock/template
@@ -1,7 +1,7 @@
 # Template file for 'xsecurelock'
 pkgname=xsecurelock
-version=1.8.0
-revision=2
+version=1.9.0
+revision=1
 build_style=gnu-configure
 configure_args="--with-pam-service-name=system-local-login
  --with-xscreensaver=/usr/libexec/xscreensaver
@@ -16,7 +16,7 @@ maintainer="Sean R. Lang <srlang@ncsu.edu>"
 license="Apache-2.0"
 homepage="https://github.com/google/xsecurelock"
 distfiles="https://github.com/google/xsecurelock/archive/v${version}.tar.gz"
-checksum=c11a5cc1a9c835749a6fe472a40d12cac10ae4c89a67f153a5492debe7b80633
+checksum=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
 
 pre_configure() {
 	sh autogen.sh

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

* Re: [PR PATCH] [Updated] xsecurelock: update to 1.9.0
  2024-02-16 11:06 [PR PATCH] xsecurelock: update to 1.9.0 ssnailed
@ 2024-02-16 11:09 ` ssnailed
  2024-02-16 12:56 ` ssnailed
  2024-02-19 16:53 ` [PR PATCH] [Merged]: " leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: ssnailed @ 2024-02-16 11:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 487 bytes --]

There is an updated pull request by ssnailed against master on the void-packages repository

https://github.com/ssnailed/void-packages master
https://github.com/void-linux/void-packages/pull/48759

xsecurelock: update to 1.9.0
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


A patch file from https://github.com/void-linux/void-packages/pull/48759.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-48759.patch --]
[-- Type: text/x-diff, Size: 1994 bytes --]

From f5118ac0148b8420e7741fef7802da1ad490ae25 Mon Sep 17 00:00:00 2001
From: Luca Bilke <bilke@tralios.de>
Date: Fri, 16 Feb 2024 11:52:00 +0100
Subject: [PATCH 1/2] xsecurelock: update to 1.9.0

---
 srcpkgs/xsecurelock/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/xsecurelock/template b/srcpkgs/xsecurelock/template
index e32f1d71cdd339..99c232ee65b193 100644
--- a/srcpkgs/xsecurelock/template
+++ b/srcpkgs/xsecurelock/template
@@ -1,7 +1,7 @@
 # Template file for 'xsecurelock'
 pkgname=xsecurelock
-version=1.8.0
-revision=2
+version=1.9.0
+revision=1
 build_style=gnu-configure
 configure_args="--with-pam-service-name=system-local-login
  --with-xscreensaver=/usr/libexec/xscreensaver
@@ -16,7 +16,7 @@ maintainer="Sean R. Lang <srlang@ncsu.edu>"
 license="Apache-2.0"
 homepage="https://github.com/google/xsecurelock"
 distfiles="https://github.com/google/xsecurelock/archive/v${version}.tar.gz"
-checksum=c11a5cc1a9c835749a6fe472a40d12cac10ae4c89a67f153a5492debe7b80633
+checksum=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
 
 pre_configure() {
 	sh autogen.sh

From 6e11e2cea5de0409391b25ede2d4c750ef1cbb71 Mon Sep 17 00:00:00 2001
From: Luca Bilke <bilke@tralios.de>
Date: Fri, 16 Feb 2024 12:09:33 +0100
Subject: [PATCH 2/2] fix checksum

---
 srcpkgs/xsecurelock/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xsecurelock/template b/srcpkgs/xsecurelock/template
index 99c232ee65b193..4a964576a93a0a 100644
--- a/srcpkgs/xsecurelock/template
+++ b/srcpkgs/xsecurelock/template
@@ -16,7 +16,7 @@ maintainer="Sean R. Lang <srlang@ncsu.edu>"
 license="Apache-2.0"
 homepage="https://github.com/google/xsecurelock"
 distfiles="https://github.com/google/xsecurelock/archive/v${version}.tar.gz"
-checksum=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
+checksum=22aca05799326681bf296a288182d7b28066ff2d4db26d09bd7b2dfe8405269e
 
 pre_configure() {
 	sh autogen.sh

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

* Re: [PR PATCH] [Updated] xsecurelock: update to 1.9.0
  2024-02-16 11:06 [PR PATCH] xsecurelock: update to 1.9.0 ssnailed
  2024-02-16 11:09 ` [PR PATCH] [Updated] " ssnailed
@ 2024-02-16 12:56 ` ssnailed
  2024-02-19 16:53 ` [PR PATCH] [Merged]: " leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: ssnailed @ 2024-02-16 12:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 487 bytes --]

There is an updated pull request by ssnailed against master on the void-packages repository

https://github.com/ssnailed/void-packages master
https://github.com/void-linux/void-packages/pull/48759

xsecurelock: update to 1.9.0
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


A patch file from https://github.com/void-linux/void-packages/pull/48759.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-48759.patch --]
[-- Type: text/x-diff, Size: 1147 bytes --]

From 4d2cd50dbbe4ec62ca546e5c8c40484559d14b10 Mon Sep 17 00:00:00 2001
From: Luca Bilke <bilke@tralios.de>
Date: Fri, 16 Feb 2024 11:52:00 +0100
Subject: [PATCH] xsecurelock: update to 1.9.0

fix checksum
---
 srcpkgs/xsecurelock/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/xsecurelock/template b/srcpkgs/xsecurelock/template
index e32f1d71cdd339..4a964576a93a0a 100644
--- a/srcpkgs/xsecurelock/template
+++ b/srcpkgs/xsecurelock/template
@@ -1,7 +1,7 @@
 # Template file for 'xsecurelock'
 pkgname=xsecurelock
-version=1.8.0
-revision=2
+version=1.9.0
+revision=1
 build_style=gnu-configure
 configure_args="--with-pam-service-name=system-local-login
  --with-xscreensaver=/usr/libexec/xscreensaver
@@ -16,7 +16,7 @@ maintainer="Sean R. Lang <srlang@ncsu.edu>"
 license="Apache-2.0"
 homepage="https://github.com/google/xsecurelock"
 distfiles="https://github.com/google/xsecurelock/archive/v${version}.tar.gz"
-checksum=c11a5cc1a9c835749a6fe472a40d12cac10ae4c89a67f153a5492debe7b80633
+checksum=22aca05799326681bf296a288182d7b28066ff2d4db26d09bd7b2dfe8405269e
 
 pre_configure() {
 	sh autogen.sh

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

* Re: [PR PATCH] [Merged]: xsecurelock: update to 1.9.0
  2024-02-16 11:06 [PR PATCH] xsecurelock: update to 1.9.0 ssnailed
  2024-02-16 11:09 ` [PR PATCH] [Updated] " ssnailed
  2024-02-16 12:56 ` ssnailed
@ 2024-02-19 16:53 ` leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: leahneukirchen @ 2024-02-19 16:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 330 bytes --]

There's a merged pull request on the void-packages repository

xsecurelock: update to 1.9.0
https://github.com/void-linux/void-packages/pull/48759

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

end of thread, other threads:[~2024-02-19 16:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-16 11:06 [PR PATCH] xsecurelock: update to 1.9.0 ssnailed
2024-02-16 11:09 ` [PR PATCH] [Updated] " ssnailed
2024-02-16 12:56 ` ssnailed
2024-02-19 16:53 ` [PR PATCH] [Merged]: " leahneukirchen

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 NNTP newsgroup(s).