Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Add/Fix a few custom update checks
@ 2021-03-13 20:48 unspecd
  2021-03-15 17:35 ` unspecd
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: unspecd @ 2021-03-13 20:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/unspecd/void-packages update-checks
https://github.com/void-linux/void-packages/pull/29446

Add/Fix a few custom update checks
[ci skip]

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

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

From c276a25cf72c96ca2c42b61e9c1c836c53932059 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Sun, 14 Mar 2021 07:36:26 +1100
Subject: [PATCH 1/4] amtk: add update file

---
 srcpkgs/amtk/update | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 srcpkgs/amtk/update

diff --git a/srcpkgs/amtk/update b/srcpkgs/amtk/update
new file mode 100644
index 000000000000..ae53dd1687e1
--- /dev/null
+++ b/srcpkgs/amtk/update
@@ -0,0 +1,2 @@
+site="https://gitlab.gnome.org/GNOME/amtk/raw/master/NEWS"
+pattern="News in \K[\d\.]+"

From 0d8091b627912c8744d2f21e5ee65e06095ff594 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Sun, 14 Mar 2021 07:40:48 +1100
Subject: [PATCH 2/4] bctoolbox: add update file

---
 srcpkgs/bctoolbox/update | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 srcpkgs/bctoolbox/update

diff --git a/srcpkgs/bctoolbox/update b/srcpkgs/bctoolbox/update
new file mode 100644
index 000000000000..0a9f67ec79b8
--- /dev/null
+++ b/srcpkgs/bctoolbox/update
@@ -0,0 +1 @@
+site="https://gitlab.linphone.org/BC/public/bctoolbox/tags"

From 337d67a011f4475e7123b525a32faa38e7baec1b Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Sun, 14 Mar 2021 07:41:04 +1100
Subject: [PATCH 3/4] beignet: fix update check

---
 srcpkgs/beignet/update | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/beignet/update b/srcpkgs/beignet/update
index ca41e0afe60c..3e44064000da 100644
--- a/srcpkgs/beignet/update
+++ b/srcpkgs/beignet/update
@@ -1 +1,2 @@
-site="https://01.org/beignet/downloads"
+site="https://www.freedesktop.org/wiki/Software/Beignet/NEWS"
+pattern="beignet-\K[\d\.]+"

From 185ac5349fe12c5c445d7eb2aa9923d7f3764dc4 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Sun, 14 Mar 2021 07:41:24 +1100
Subject: [PATCH 4/4] zig: add update file

---
 srcpkgs/zig/update | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 srcpkgs/zig/update

diff --git a/srcpkgs/zig/update b/srcpkgs/zig/update
new file mode 100644
index 000000000000..c518c10aa88a
--- /dev/null
+++ b/srcpkgs/zig/update
@@ -0,0 +1,2 @@
+site="https://ziglang.org"
+pattern="Latest Release:.*<b>\K[\d\.]+(?=</b>)"

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

* Re: Add/Fix a few custom update checks
  2021-03-13 20:48 [PR PATCH] Add/Fix a few custom update checks unspecd
@ 2021-03-15 17:35 ` unspecd
  2021-03-15 17:35 ` [PR PATCH] [Closed]: " unspecd
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: unspecd @ 2021-03-15 17:35 UTC (permalink / raw)
  To: ml

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

New comment by unspecd on void-packages repository

https://github.com/void-linux/void-packages/pull/29446#issuecomment-799609846

Comment:
### Summary

`!` means affacted
`^` means update available

| Package              | Source file                       | Procedure                                  | Patched |
|:---------------------|:----------------------------------|:-------------------------------------------|:-------:|
| bctoolbox`^`         | src/crypto.c                      | `bctbx_x509_certificate_generate_selfsign` | no      |
| dislocker            | -                                 | -                                          |         |
| dolphin-emu`!`       | Externals/curl/lib/vtls/mbedtls.c | `mbed_connect_step1`                       | no      |
| godot                | -                                 | -                                          |         |
| hiawatha`!`          | hiawatha-10.11/src/tls.c          | `init_tls_module`                          | no      |
| julia`^`             |                                   |                                            |         |
| obs                  |                                   |                                            |         |
| retroarch            |                                   |                                            |         |
| rvault`^`            |                                   |                                            |         |
| shadowsocks-libev`^` |                                   |                                            |         |
| tpm2-tss`^`          |                                   |                                            |         |


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

* Re: [PR PATCH] [Closed]: Add/Fix a few custom update checks
  2021-03-13 20:48 [PR PATCH] Add/Fix a few custom update checks unspecd
  2021-03-15 17:35 ` unspecd
@ 2021-03-15 17:35 ` unspecd
  2021-03-15 17:35 ` unspecd
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: unspecd @ 2021-03-15 17:35 UTC (permalink / raw)
  To: ml

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

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

Add/Fix a few custom update checks
https://github.com/void-linux/void-packages/pull/29446

Description:
[ci skip]

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

* Re: Add/Fix a few custom update checks
  2021-03-13 20:48 [PR PATCH] Add/Fix a few custom update checks unspecd
  2021-03-15 17:35 ` unspecd
  2021-03-15 17:35 ` [PR PATCH] [Closed]: " unspecd
@ 2021-03-15 17:35 ` unspecd
  2021-03-15 17:36 ` unspecd
  2021-03-15 18:17 ` Johnnynator
  4 siblings, 0 replies; 6+ messages in thread
From: unspecd @ 2021-03-15 17:35 UTC (permalink / raw)
  To: ml

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

New comment by unspecd on void-packages repository

https://github.com/void-linux/void-packages/pull/29446#issuecomment-799609846

Comment:
### Summary

`!` means affacted
`^` means update available

| Package              | Source file                       | Procedure                                  | Patched |
|:---------------------|:----------------------------------|:-------------------------------------------|:-------:|
| bctoolbox`^`         | src/crypto.c                      | `bctbx_x509_certificate_generate_selfsign` | no      |
| dislocker            | -                                 | -                                          |         |
| dolphin-emu`!`       | Externals/curl/lib/vtls/mbedtls.c | `mbed_connect_step1`                       | no      |
| godot                | -                                 | -                                          |         |
| hiawatha`!`          | hiawatha-10.11/src/tls.c          | `init_tls_module`                          | no      |
| julia`^`             |                                   |                                            |         |
| obs                  |                                   |                                            |         |
| retroarch            |                                   |                                            |         |
| rvault`^`            |                                   |                                            |         |
| shadowsocks-libev`^` |                                   |                                            |         |
| tpm2-tss`^`          |                                   |                                            |         |


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

* Re: Add/Fix a few custom update checks
  2021-03-13 20:48 [PR PATCH] Add/Fix a few custom update checks unspecd
                   ` (2 preceding siblings ...)
  2021-03-15 17:35 ` unspecd
@ 2021-03-15 17:36 ` unspecd
  2021-03-15 18:17 ` Johnnynator
  4 siblings, 0 replies; 6+ messages in thread
From: unspecd @ 2021-03-15 17:36 UTC (permalink / raw)
  To: ml

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

New comment by unspecd on void-packages repository

https://github.com/void-linux/void-packages/pull/29446#issuecomment-799610912

Comment:
Oops, closed by mistake. Will re-open a little later.

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

* Re: Add/Fix a few custom update checks
  2021-03-13 20:48 [PR PATCH] Add/Fix a few custom update checks unspecd
                   ` (3 preceding siblings ...)
  2021-03-15 17:36 ` unspecd
@ 2021-03-15 18:17 ` Johnnynator
  4 siblings, 0 replies; 6+ messages in thread
From: Johnnynator @ 2021-03-15 18:17 UTC (permalink / raw)
  To: ml

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/29446#issuecomment-799641238

Comment:
Regarding bctoolbox (and other gitlab hosted packages) I opened #29492, it is better to handle subpgroups in a more general approach, since this isn't the only one using it.

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

end of thread, other threads:[~2021-03-15 18:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-13 20:48 [PR PATCH] Add/Fix a few custom update checks unspecd
2021-03-15 17:35 ` unspecd
2021-03-15 17:35 ` [PR PATCH] [Closed]: " unspecd
2021-03-15 17:35 ` unspecd
2021-03-15 17:36 ` unspecd
2021-03-15 18:17 ` Johnnynator

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