Skip to content

Commit

Permalink
openafs: update to 1.8.12.1
Browse files Browse the repository at this point in the history
Also work around nvchecker not considering those patch versions for some
reason.
  • Loading branch information
michaellass committed Aug 24, 2024
1 parent 206fdd6 commit b0ac14b
Show file tree
Hide file tree
Showing 18 changed files with 30 additions and 962 deletions.
5 changes: 1 addition & 4 deletions nvchecker.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,7 @@
"url": "https://github.com/braice/MuMuDVB/releases/tag/2.1.0"
},
"openafs": {
"version": "openafs-stable-1_8_12",
"gitref": "refs/tags/openafs-stable-1_8_12",
"revision": "84c867efb7961bf285f7547d6669d7068344958c",
"url": "https://github.com/openafs/openafs/releases/tag/openafs-stable-1_8_12"
"version": "openafs-stable-1_8_12_1"
},
"pidgin-latex": {
"version": "1.5.0"
Expand Down
11 changes: 7 additions & 4 deletions nvchecker.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,13 @@ github = "braice/MuMuDVB"
use_max_tag = true

[openafs]
source = "github"
github = "openafs/openafs"
use_max_tag = true
exclude_regex = ".*pre[0-9]+"
#source = "github"
#github = "openafs/openafs"
#use_max_tag = true
#exclude_regex = ".*pre[0-9]+"
source = "jq"
url = "https://api.github.com/repos/openafs/openafs/git/refs/tags"
filter = '[.[] | select (.ref | test ("^refs/tags/openafs-stable-[0-9]+(_[0-9]+)*$"))] | .[-1].ref | split ("/") | .[-1]'

[pidgin-latex]
source = "regex"
Expand Down
18 changes: 4 additions & 14 deletions openafs-modules-dkms/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = openafs-modules-dkms
pkgdesc = Kernel module for OpenAFS (dkms)
pkgver = 1.8.12
pkgver = 1.8.12.1
pkgrel = 1
url = http://www.openafs.org
arch = i686
Expand All @@ -10,24 +10,14 @@ pkgbase = openafs-modules-dkms
depends = dkms
depends = libelf
depends = openafs
provides = openafs-modules=1.8.12
provides = openafs-modules=1.8.12.1
conflicts = openafs-features-libafs
conflicts = openafs-modules
conflicts = openafs<1.6.6-2
options = !emptydirs
source = http://openafs.org/dl/openafs/1.8.12/openafs-1.8.12-src.tar.bz2
source = 0001-Linux-6.10-Use-filemap_alloc_folio-when-avail.patch
source = 0002-Linux-6.10-define-a-wrapper-for-vmalloc.patch
source = 0003-Linux-6.10-remove-includes-for-asm-ia32_unistd.h.patch
source = 0004-afs-avoid-empty-body-warning.patch
source = 0005-Linux-6.10-Move-inline-before-func-return-type.patch
source = http://openafs.org/dl/openafs/1.8.12.1/openafs-1.8.12.1-src.tar.bz2
source = dkms.conf
sha256sums = 10fea6810c6c0b00ffb2cd3f38ed732c17cfd7955ca0954dc24a2a6172a26e75
sha256sums = 9e6605fd9f045b85d28d6b275e7f77f93d991cb266f10877d5e4b820322b2e13
sha256sums = fd4fe8f2a1cd99c239a4bf42f600fcec5399206395c72297631dcfb7b8b7302a
sha256sums = 40cc3b6588c9bfab6d1eb8f0785952791b728f0c2bb17a35ee0d3084afd36aeb
sha256sums = c5287bf9f467af7e7db37dbe193f53983b955a32117018d7984b9a75fee79af5
sha256sums = 60104dc7d8418829f2e5670783f1a7548e22f717673a1a312ed455c464d6116e
sha256sums = dfe2f39bef9fb3d6791d602e725be7c34b885e4299018266ff9743cb401e594a
sha256sums = 5ea5e184f9b44f5ed45817d2b5a10149d15c8c54f49e0b5b4b773652673cb9b0

pkgname = openafs-modules-dkms

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit b0ac14b

Please sign in to comment.