George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / apptainer
Commits: b0ba7133 by George Rawlinson at 2025-08-15T08:23:36+00:00 upgpkg: 1.4.2-1 * New upstream release. * Add BSD-3-Clause license for FTBFS patch. - - - - - 4 changed files: - .SRCINFO - + LICENSES/BSD-3-Clause.txt - PKGBUILD - REUSE.toml Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = apptainer pkgdesc = Application containers for secure high performance computing - pkgver = 1.4.1 + pkgver = 1.4.2 pkgrel = 1 url = https://apptainer.org/ arch = x86_64 @@ -37,13 +37,13 @@ pkgbase = apptainer backup = etc/apptainer/remote.yaml backup = etc/apptainer/rocmliblist.conf backup = etc/apptainer/seccomp-profiles/default.json - source = apptainer::git+https://github.com/apptainer/apptainer.git#tag=v1.4.1 + source = apptainer::git+https://github.com/apptainer/apptainer.git#tag=v1.4.2 source = tmpfiles.conf source = ftbfs-redefined-fortify_source.patch - sha512sums = 2b3c06740e3a0fa5de45204600cfa0d003a0d7a8108bc24ab8734924418db3fcaed0927f882cc7a8040431d2a886c9e0e99d0c72e52bc1dcc20b5ce34383c699 + sha512sums = f04245d94f4113a41b9a5c37728e68da87a57cfa4027fa8a6abe233ee2ee92b7f114d9222a6ee53c73921166ed09b0deaf0c438e02281da3ee004eab7d3442b8 sha512sums = 5f10f162e7e48d2ca821529906a4ef692fc32cec8f61d8f03ea60361e1a204eacbeca8b6214bea0accd019c765d9c4c15300ca01c83ab3cbbdc44e82c7e4908d sha512sums = 320bb41a26ce350886543f161ec47317390c49e6aae726a0e8bb0e2d38c8620f32d1be22d79f9ee1d34b4ccc1ed5629ddf10411e08f16e440ca0f34d76726e99 - b2sums = 01db92141e1a7d4808ebcfc2a2ccf2611243e9803a1a9ec45c77bee12a007e19abdd3f7a01383cdaf899ad557ec72ddc0a9726b506b4127a7376e0902e18e15a + b2sums = 3d78f067e4d4b7d6a7d84e0c73755c8808ea85e46e48472517412fe409fe556aebc28501dc6d59402f7c32b5acc6d72e7405241edb82573c6125f67711502469 b2sums = dc9bfeb268d297b8785348c83f89a68ff760de278c8f101831a930ca0b42d2052d0498d7dd8c66f48b9fef2eb3c901de082939e85b22d0a99f7db4e22744bced b2sums = d8a93e88823a386327ba9269de8280abb534bd86b32ebeb2aab67c9c2831dff90241ae06035152223c8b50af9579befcfaddddbd2bd21dcc7fc05ea383e61d47 ===================================== LICENSES/BSD-3-Clause.txt ===================================== @@ -0,0 +1,11 @@ +Copyright (c) <year> <owner>. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Maciej Sieczka <msieczka at sieczka dot org> pkgname=apptainer -pkgver=1.4.1 +pkgver=1.4.2 pkgrel=1 pkgdesc='Application containers for secure high performance computing' arch=('x86_64') @@ -49,10 +49,10 @@ source=( 'tmpfiles.conf' 'ftbfs-redefined-fortify_source.patch' ) -sha512sums=('2b3c06740e3a0fa5de45204600cfa0d003a0d7a8108bc24ab8734924418db3fcaed0927f882cc7a8040431d2a886c9e0e99d0c72e52bc1dcc20b5ce34383c699' +sha512sums=('f04245d94f4113a41b9a5c37728e68da87a57cfa4027fa8a6abe233ee2ee92b7f114d9222a6ee53c73921166ed09b0deaf0c438e02281da3ee004eab7d3442b8' '5f10f162e7e48d2ca821529906a4ef692fc32cec8f61d8f03ea60361e1a204eacbeca8b6214bea0accd019c765d9c4c15300ca01c83ab3cbbdc44e82c7e4908d' '320bb41a26ce350886543f161ec47317390c49e6aae726a0e8bb0e2d38c8620f32d1be22d79f9ee1d34b4ccc1ed5629ddf10411e08f16e440ca0f34d76726e99') -b2sums=('01db92141e1a7d4808ebcfc2a2ccf2611243e9803a1a9ec45c77bee12a007e19abdd3f7a01383cdaf899ad557ec72ddc0a9726b506b4127a7376e0902e18e15a' +b2sums=('3d78f067e4d4b7d6a7d84e0c73755c8808ea85e46e48472517412fe409fe556aebc28501dc6d59402f7c32b5acc6d72e7405241edb82573c6125f67711502469' 'dc9bfeb268d297b8785348c83f89a68ff760de278c8f101831a930ca0b42d2052d0498d7dd8c66f48b9fef2eb3c901de082939e85b22d0a99f7db4e22744bced' 'd8a93e88823a386327ba9269de8280abb534bd86b32ebeb2aab67c9c2831dff90241ae06035152223c8b50af9579befcfaddddbd2bd21dcc7fc05ea383e61d47') ===================================== REUSE.toml ===================================== @@ -7,16 +7,7 @@ path = [ "keys/**", ".SRCINFO", ".nvchecker.toml", - "*.install", - "*.sysusers", - "*.tmpfiles", - "*.logrotate", - "*.pam", - "*.service", - "*.socket", - "*.timer", - "*.desktop", - "*.hook", + "tmpfiles.conf", ] SPDX-FileCopyrightText = "Arch Linux contributors" SPDX-License-Identifier = "0BSD" @@ -26,4 +17,4 @@ path = [ "ftbfs-redefined-fortify_source.patch", ] SPDX-FileCopyrightText = "apptainer contributors" -SPDX-License-Identifier = "TODO-Choose-a-license" +SPDX-License-Identifier = "BSD-3-Clause" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/apptainer/-/commit/b0ba71338a9b6ce0104d050b7a9ad15cb396de77 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/apptainer/-/commit/b0ba71338a9b6ce0104d050b7a9ad15cb396de77 You're receiving this email because of your account on gitlab.archlinux.org.