Github messages for voidlinux
 help / color / mirror / Atom feed
From: TinfoilSubmarine <TinfoilSubmarine@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] srcpkgs/: set update to ignore development series and other incorrect versions
Date: Sun, 08 May 2022 02:23:51 +0200	[thread overview]
Message-ID: <20220508002351.FEYU8vr9-XFm6lq4z32_eV92qABYYNAS8ZzeAnZrZjg@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-33488@inbox.vuxu.org>

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

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

https://github.com/TinfoilSubmarine/void-packages update-fixes
https://github.com/void-linux/void-packages/pull/33488

srcpkgs/: set update to ignore development series and other incorrect versions
Cleans up some more update checks. I only reviewed the orphaned package list.

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

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

From 8a51bd9ae4d827f0c0d9f9dcbb6ac4cb9f14ae91 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Sat, 7 May 2022 20:21:07 -0400
Subject: [PATCH 1/5] botan: drop unneeded update file

---
 srcpkgs/botan/update | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 delete mode 100644 srcpkgs/botan/update

diff --git a/srcpkgs/botan/update b/srcpkgs/botan/update
deleted file mode 100644
index e69de29bb2d1..000000000000

From 5bd41e75a2f3bff6fd8c936c474a7a56826b6146 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Sat, 7 May 2022 20:21:38 -0400
Subject: [PATCH 2/5] boinc: set update to ignore android-specic release series

---
 srcpkgs/boinc/update | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/boinc/update b/srcpkgs/boinc/update
index a9205555e786..432eb766178b 100644
--- a/srcpkgs/boinc/update
+++ b/srcpkgs/boinc/update
@@ -1,2 +1,3 @@
 site=http://boinc.berkeley.edu/download.php
 pattern="\K[\d]+\.[\d]+\.[\d]+"
+ignore="7.18.*" # android-specific release series

From 0b0d911f5f371ccb15ab275cce7bb2b646cecca6 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Sat, 7 May 2022 20:22:22 -0400
Subject: [PATCH 3/5] VirtualGL: set update to ignore development series

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

diff --git a/srcpkgs/VirtualGL/update b/srcpkgs/VirtualGL/update
new file mode 100644
index 000000000000..4251f46cbd68
--- /dev/null
+++ b/srcpkgs/VirtualGL/update
@@ -0,0 +1 @@
+ignore="2.6.[9][0-9]"

From fd3242db523d8f0db6b6e92f75e90f15cd137e60 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Sat, 7 May 2022 20:22:47 -0400
Subject: [PATCH 4/5] asio: set update to ignore development series

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

diff --git a/srcpkgs/asio/update b/srcpkgs/asio/update
new file mode 100644
index 000000000000..b09e17332b0a
--- /dev/null
+++ b/srcpkgs/asio/update
@@ -0,0 +1 @@
+ignore="*1.*[13579].*" # development release series

From 8e5c1136e9a7402c7c16827296d075bd8a9fb30e Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Sat, 7 May 2022 20:23:20 -0400
Subject: [PATCH 5/5] gnupg: set update to ignore development series (odd
 numbered versions)

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

diff --git a/srcpkgs/gnupg/update b/srcpkgs/gnupg/update
new file mode 100644
index 000000000000..0164c3462a52
--- /dev/null
+++ b/srcpkgs/gnupg/update
@@ -0,0 +1 @@
+ignore="*.[13579].*" # development release series

  parent reply	other threads:[~2022-05-08  0:23 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-11 19:42 [PR PATCH] " TinfoilSubmarine
2021-10-11 21:18 ` [PR REVIEW] " paper42
2021-10-12 14:17 ` [PR PATCH] [Updated] " TinfoilSubmarine
2021-10-30 18:58 ` ericonr
2021-10-30 18:58 ` [PR REVIEW] " ericonr
2021-11-02 18:00 ` [PR PATCH] [Updated] " TinfoilSubmarine
2021-11-02 18:01 ` [PR REVIEW] " TinfoilSubmarine
2022-02-18 18:40 ` [PR PATCH] [Updated] srcpkgs/: " TinfoilSubmarine
2022-02-18 18:41 ` TinfoilSubmarine
2022-05-07 21:41 ` paper42
2022-05-08  0:23 ` TinfoilSubmarine [this message]
2022-05-08 20:49 ` [PR PATCH] [Merged]: " paper42

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=20220508002351.FEYU8vr9-XFm6lq4z32_eV92qABYYNAS8ZzeAnZrZjg@z \
    --to=tinfoilsubmarine@users.noreply.github.com \
    --cc=ml@inbox.vuxu.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.
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).