97 Commits

Author SHA256 Message Date
752cb19a8f Accepting request 1283596 from network:cluster
- Update to 1.4.1
  * Fix the use of libsubid which had been broken by the revision
    applied in 1.4.0-rc.2.
  * Fix a bug introduced in 1.4.0 that caused arm64 to be
    mis-converted to arm64v8 and resulted in a failure when pulling
    OCI containers.
  * Fix user database lookup in master process preventing instance
    from starting correctly on systems using winbind.
  * Check for existence of `/run/systemd/system` when verifying
    cgroups can be used via systemd manager.
  * Add a clear error message if someone tries to use privileged
    network options while not using setuid mode.
  * Allow multi-arch oci-archive files that have a nested index
    with the manifest. This is the default format (both for Docker
    and OCI) when using `nerdctl save`.
  * Test if docker-archive is actually an oci-archive (since Docker
    version 25), and if it is oci then use the OCI parser to avoid
    bugs in the Docker parser. Save the daemon-daemon references
    to a temporary docker-archive, to benefit from the same
    improvements also for those references. Parse as oci-archive.
- New Features & Functionality in from ineherited 1.4.0
  * Add new build option `--mksquashfs-args` to pass additional
    arguments to the `mksquashfs` command when building SIF files.
    If a compression method other than gzip is selected, the SIF
    file might not work with older installations of Apptainer
    or Singularity, so an INFO message about that is printed. On
    the other hand, an INFO message that was printed (twice) when
    running an image with non-gzip compression has been removed.
  * If the `mksquashfs` version is new enough (version 4.6 in
    Leaep 16.0), then show a percentage progress bar (with ETA)

OBS-URL: https://build.opensuse.org/request/show/1283596
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apptainer?expand=0&rev=35
2025-06-06 20:44:23 +00:00
558dbaf54c Reformatted changelog:
* Fix the use of libsubid which had been broken by the revision
    applied in 1.4.0-rc.2.
  * Fix a bug introduced in 1.4.0 that caused arm64 to be
    mis-converted to arm64v8 and resulted in a failure when pulling
    OCI containers.
  * Fix user database lookup in master process preventing instance
    from starting correctly on systems using winbind.
  * Check for existence of `/run/systemd/system` when verifying
    cgroups can be used via systemd manager.
  * Add a clear error message if someone tries to use privileged
    network options while not using setuid mode.
  * Allow multi-arch oci-archive files that have a nested index
    with the manifest. This is the default format (both for Docker
    and OCI) when using `nerdctl save`.
  * Test if docker-archive is actually an oci-archive (since Docker
    version 25), and if it is oci then use the OCI parser to avoid
    bugs in the Docker parser. Save the daemon-daemon references
    to a temporary docker-archive, to benefit from the same
    improvements also for those references. Parse as oci-archive.
  * Add new build option `--mksquashfs-args` to pass additional
    arguments to the `mksquashfs` command when building SIF files.
    If a compression method other than gzip is selected, the SIF
    file might not work with older installations of Apptainer
    or Singularity, so an INFO message about that is printed. On
    the other hand, an INFO message that was printed (twice) when
    running an image with non-gzip compression has been removed.
  * If the `mksquashfs` version is new enough (version 4.6 in
    Leaep 16.0), then show a percentage progress bar (with ETA)
    during SIF creation in the default log level. If the `mksquashfs`
    version is older, then in verbose or debug log level show the

OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=97
2025-06-06 10:02:55 +00:00
b87bc8f9c0 - Update to 1.4.1
* Fix the use of libsubid which had been broken by the revision applied in 1.4.0-rc.2.
  * Fix a bug introduced in 1.4.0 that caused arm64 to be mis-converted to
    arm64v8 and resulted in a failure when pulling OCI containers.
  * Fix user database lookup in master process preventing instance from
    starting correctly on systems using winbind.
    Update minimum go version to 1.23.6 now that it is current in el8 & el9.
  * Check for existence of /run/systemd/system when verifying cgroups can be
    used via systemd manager.
  * Add a clear error message if someone tries to use privileged network
    options while not using setuid mode.
  * Allow multi-arch oci-archive files that have a nested index with the
    manifest. This is the default format (both for Docker and OCI) when using
    nerdctl save.
  * Test if docker-archive is actually an oci-archive (since Docker version
    25), and if it is oci then use the OCI parser to avoid bugs in the Docker
    parser. Save the daemon-daemon references to a temporary docker-archive, to
    benefit from the same improvements also for those references. Parse as
    oci-archive.
- New Features & Functionality in from ineherited 1.4.0
  * Add support for libsubid, when available at compile time. This library
    enables central management of subuid and subgid mappings and typically
    comes as part of the shadow-utils package, possibly as a shadow-utils-subid
    subpackage.
  * Add new build option --mksquashfs-args to pass additional arguments to the
    mksquashfs command when building SIF files. If a compression method other
    than gzip is selected, the SIF file might not work with older installations
    of Apptainer or Singularity, so an INFO message about that is printed. On
    the other hand, an INFO message that was printed (twice) when running an
    image with non-gzip compression has been removed.

OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=96
2025-06-06 09:25:17 +00:00
e41e6b3a58 Accepting request 1254799 from network:cluster
* GO-2024-3321 CVE-2024-45337 (bsc#1234595) (forwarded request 1254798 from eeich)

OBS-URL: https://build.opensuse.org/request/show/1254799
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apptainer?expand=0&rev=34
2025-03-21 19:22:02 +00:00
45a6532439 * GO-2024-3321 CVE-2024-45337 (bsc#1234595)
OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=94
2025-03-20 17:01:09 +00:00
2633d487a8 * GO-2024-3333 CVE-2024-45338 (bsc#1234794)
GO-2025-3503 CVE-2025-22870 (bsc#1238611):
  * GO-2024-3321 CVE-2024-45337 (bsc#1234482)
  * GO-2024-3005 CVE-2024-41110 (bsc#1228324):

OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=93
2025-03-20 16:33:41 +00:00
6a982f9555 Accepting request 1254221 from network:cluster
- Fix CVE-2024-45338, CVE-2025-22870, CVE-2024-45337, CVE-2025-22869, CVE-2025-27144 CVE-2024-41110
  * GO-2024-3333 CVE-2024-45338
    GO-2025-3503 CVE-2025-22870:
    Update to: golang.org/x/net@v0.36.0
  * GO-2024-3321 CVE-2024-45337
    GO-2025-3487 CVE-2025-22869 (bsc#1239341):
    Update to: golang.org/x/crypto@v0.35.0
  * GO-2025-3485 CVE-2025-27144 (bsc#1237679):
    Update to: github.com/go-jose/go-jose/v3@v3.0.4
  * GO-2024-3005 CVE-2024-41110:
    Update to: github.com/docker/docker@v25.0.6+incompatible (forwarded request 1254220 from eeich)

OBS-URL: https://build.opensuse.org/request/show/1254221
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apptainer?expand=0&rev=33
2025-03-19 21:33:08 +00:00
bb60c67196 - Fix CVE-2024-45338, CVE-2025-22870, CVE-2024-45337, CVE-2025-22869, CVE-2025-27144 CVE-2024-41110
* GO-2024-3333 CVE-2024-45338
    GO-2025-3503 CVE-2025-22870:
    Update to: golang.org/x/net@v0.36.0
  * GO-2024-3321 CVE-2024-45337
    GO-2025-3487 CVE-2025-22869 (bsc#1239341):
    Update to: golang.org/x/crypto@v0.35.0
  * GO-2025-3485 CVE-2025-27144 (bsc#1237679):
    Update to: github.com/go-jose/go-jose/v3@v3.0.4
  * GO-2024-3005 CVE-2024-41110:
    Update to: github.com/docker/docker@v25.0.6+incompatible

OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=91
2025-03-18 18:33:01 +00:00
8cf353f9d9 Accepting request 1241325 from network:cluster
- Update golang.org/x/net to v0.23 to fix CVE-2023-45288
  (bnc#1236528). (forwarded request 1241243 from eeich)

OBS-URL: https://build.opensuse.org/request/show/1241325
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apptainer?expand=0&rev=32
2025-01-30 13:53:08 +00:00
e44b64e640 - Update golang.org/x/net to v0.23 to fix CVE-2023-45288
(bnc#1236528).

OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=89
2025-01-30 11:12:14 +00:00
9bceb45f5d Accepting request 1237414 from network:cluster
[CVE-2024-3727](https://bugzilla.suse.com/show_bug.cgi?id=1224114)

OBS-URL: https://build.opensuse.org/request/show/1237414
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apptainer?expand=0&rev=31
2025-01-13 16:53:13 +00:00
c0a9cf033b [CVE-2024-3727](https://bugzilla.suse.com/show_bug.cgi?id=1224114)
OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=87
2025-01-13 13:43:01 +00:00
bad22f246c Accepting request 1235678 from network:cluster
- Remove changelog entries which are irrelevant to us. (forwarded request 1235135 from eeich)
- Make sure, build is reproducible by setting the GNU build ID to one
  derived from the Go one. See https://pkg.go.dev/cmd/link.
- Use go-jose version with fix for CVE-2024-28180 (bsc#1235211).

OBS-URL: https://build.opensuse.org/request/show/1235678
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apptainer?expand=0&rev=30
2025-01-07 19:51:52 +00:00
a5463e2f4e - Use go-jose version with fix for CVE-2024-28180 (bsc#1235211).
OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=85
2025-01-07 16:44:30 +00:00
00af6ebbd0 - Remove changelog entries which are irrelevant to us.
OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=84
2025-01-06 09:45:06 +00:00
841ad32fb4 - Make sure, build is reproducible by setting the GNU build ID to one
derived from the Go one. See https://pkg.go.dev/cmd/link.

OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=83
2025-01-06 09:17:35 +00:00
168c8db9ad Accepting request 1234922 from network:cluster
- Add Apptainer definition template for SLE15-SP7. (forwarded request 1234921 from eeich)

OBS-URL: https://build.opensuse.org/request/show/1234922
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apptainer?expand=0&rev=29
2025-01-05 14:30:50 +00:00
8ff29c678c - Add Apptainer definition template for SLE15-SP7.
OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=81
2025-01-04 15:05:55 +00:00
f0e75f8943 - Remove Remove-signatures-from-Docker-images.patch
OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=80
2025-01-03 19:56:19 +00:00
00542b6ead - Remove Bump-github.com-containers-image-v5-from-5.30.0-to-5.30.1.patch
OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=79
2025-01-03 18:52:51 +00:00
cb11c021ed - Update to version 1.3.6
* Avoid using kernel overlayfs when the lower layer is a sandbox
    on an incompatible filesystem type such as GPFS or Lustre.
    For those cases use fuse-overlayfs instead. This fixes a
    regression introduced in 1.3.0. The regression didn't much
    impact Lustre because kernel overlayfs refused to try to use
    it and Apptainer proceeded to use fuse-overlayfs anyway, but
    with GPFS the kernel overlayfs allowed mounting but returned
    stale file handle errors.
- Version 1.3.5
  * Fix a regression introduced in 1.3.4 that overwrote existing
    standard `/.singularity.d` files such as `runscript` in
    container images even if they had been modified.
  * Skip attempting to bind inaccessible mount points when
    handling the `mount hostfs = yes` configuration option.
  * Support parsing nested variables defined inside `%arguments`
    section of definition files.
  * Ignore invalid environment variables when pulling oci/docker
    containers.
- Version 1.3.4
  * Fixed sif-embedded overlay partitions for containers that are
    larger than 2 gigabytes.
  * Fixed the apparmor profile that was added in v1.3.3 but didn't
    work. An apparmor profile is applied in all Debian-based
    apptainer packaging, but is only needed to enable user namespaces
    for apptainer on a default-configured Ubuntu 23.10 or newer.
  * Fixed the failure when starting apptainer with
    `instance --fakeroot`.
  * `apptainer build -B ...` can now be used to mount custom
    resolv.conf and hosts files from non-standard outside locations.

OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=78
2025-01-03 18:45:40 +00:00
a87e8a4fc4 Accepting request 1173668 from network:cluster
- Make sure, digest values handled by the Go library
  github.com/opencontainers/go-digest and used throughout the
  Go-implemented containers ecosystem are always validated. This
  prevents attackers from triggering unexpected authenticated
  registry accesses.
  * Bump-github.com-containers-image-v5-from-5.30.0-to-5.30.1.patch
    (CVE-2024-3727, bsc#1224114).

OBS-URL: https://build.opensuse.org/request/show/1173668
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apptainer?expand=0&rev=28
2024-05-13 15:58:43 +00:00
c9056444da * Bump-github.com-containers-image-v5-from-5.30.0-to-5.30.1.patch
(CVE-2024-3727, bsc#1224114).

OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=76
2024-05-13 12:55:29 +00:00
ea2e12059d Accepting request 1173630 from home:eeich:branches:network:cluster
- Make sure, digest values handled by the Go library
  github.com/opencontainers/go-digest and used throughout the
  Go-implemented containers ecosystem are always validated. This
  prevents attackers from triggering unexpected authenticated
  registry accesses. (CVE-2024-3727, bsc#1224114).

OBS-URL: https://build.opensuse.org/request/show/1173630
OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=75
2024-05-13 12:21:52 +00:00
a8651ef236 Accepting request 1160483 from network:cluster
- Make apptainer definition templates version dependent. (forwarded request 1160482 from eeich)

OBS-URL: https://build.opensuse.org/request/show/1160483
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apptainer?expand=0&rev=27
2024-03-22 14:20:22 +00:00
16c1bbbbc9 Accepting request 1160482 from home:eeich:branches:network:cluster
- Make apptainer definition templates version dependent.

OBS-URL: https://build.opensuse.org/request/show/1160482
OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=73
2024-03-21 22:33:13 +00:00
6e7ca168c8 - Make 'gocryptfs' an optional dependency.
OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=72
2024-03-21 18:12:10 +00:00
764f839d6f are primarily used for the --overlay feature), restoring
of the security risk.
    image driver will be used instead.
    would enable a user to theoretically bypass the limits via `ptrace()`
    because the FUSE process runs as that user.
    one of the layers is a FUSE filesystem).  In addition, if `allow
    setuid-mount encrypted = no` then the unprivileged gocryptfs format
    can still be used with the `--underlay` option, but it is deprecated
    their own, dedicated `keyserver` command. Run `apptainer help keyserver`
    for more information.
    been moved to their own, dedicated `registry` command. Run
  * The `remote status` command will now print the username, realname, and
    email of the logged-in user, if available.

OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=71
2024-03-21 16:29:10 +00:00
fbe0c3103a Accepting request 1159335 from home:mslacken:pr
- Updated apptainer to version 1.3.0
  * FUSE mounts are now supported in setuid mode, enabling full
    functionality even when kernel filesystem mounts are insecure due to
    unprivileged users having write access to raw filesystems in
    containers. When allow `setuid-mount extfs = no` (the default) in
    apptainer.conf, then the fuse2fs image driver will be used to mount
    ext3 images in setuid mode instead of the kernel driver (ext3 images
    are primarily used for the --overlay feature), restoring
    functionality that was removed by default in Apptainer 1.1.8 because
    of the security risk. 
    The allow `setuid-mount squashfs` configuration option in
    `apptainer.conf` now has a new default called `iflimited` which allows
    kernel squashfs mounts only if there is at least one `limit container`
    option set or if Execution Control Lists are activated in ecl.toml.
    If kernel squashfs mounts are are not allowed, then the squashfuse
    image driver will be used instead.  
    `iflimited` is the default because if one of those limits are used
    the system administrator ensures that unprivileged users do not have
    write access to the containers, but on the other hand using FUSE
    would enable a user to theoretically bypass the limits via ptrace()
    because the FUSE process runs as that user.  
    The `fuse-overlayfs` image driver will also now be tried in setuid
    mode if the kernel overlayfs driver does not work (for example if
    one of the layers is a FUSE filesystem).  In addition, if allow
    setuid-mount encrypted = no then the unprivileged gocryptfs format
    will be used for encrypting SIF files instead of the kernel
    device-mapper. If a SIF file was encrypted using the gocryptfs
    format, it can now be mounted in setuid mode in addition to
    non-setuid mode.
  * Change the default in user namespace mode to use either kernel

OBS-URL: https://build.opensuse.org/request/show/1159335
OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=70
2024-03-21 16:19:42 +00:00
7ed58aadab Accepting request 1157874 from network:cluster
OBS-URL: https://build.opensuse.org/request/show/1157874
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apptainer?expand=0&rev=26
2024-03-14 16:45:04 +00:00
62b21fe220 Accepting request 1157757 from home:eeich:branches:network:cluster
- Fix 'apptainer build' using signed packages from the SUSE
  Registry (bsc#1221364).
  * Remove-signatures-from-Docker-images.patch

OBS-URL: https://build.opensuse.org/request/show/1157757
OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=68
2024-03-14 08:00:10 +00:00
9a524b97e7 Accepting request 1143604 from network:cluster
- Package .def templates separately for different SPs. (forwarded request 1143317 from eeich)

OBS-URL: https://build.opensuse.org/request/show/1143604
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apptainer?expand=0&rev=25
2024-02-02 14:48:00 +00:00
33caaa9a61 Accepting request 1143317 from home:eeich:branches:network:cluster
- Package .def templates separately for different SPs.

OBS-URL: https://build.opensuse.org/request/show/1143317
OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=66
2024-02-02 10:42:39 +00:00
8cb96cf334 Accepting request 1143195 from network:cluster
OBS-URL: https://build.opensuse.org/request/show/1143195
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apptainer?expand=0&rev=24
2024-02-01 17:05:13 +00:00
58d17c44a2 Accepting request 1143083 from home:eeich:branches:network:cluster
- Updated apptainer to version 1.2.5
  * Added `libnvidia-nvvm` to `nvliblist.conf`. Newer NVIDIA
    Drivers (known with >= 525.85.05) require this lib to compile
    OpenCL programs against NVIDIA GPUs, i.e. `libnvidia-opencl`
    depends on `libnvidia-nvvm`.
  * Disable the usage of cgroup in instance creation when
    `--fakeroot` is passed.
  * Disable the usage of cgroup in instance creation when `hidepid`
    mount option on `/proc` is set.
  * Fixed a regression introduced in 1.2.0 where the user's
    password file information was not copied in to the container
    when there was a parent root-mapped user namespace (as is the
    case for example in `cvmfsexec`).
  * Added the upcoming NVIDIA driver library `libnvidia-gpucomp.so`
    to the list of libraries to add to NVIDIA GPU-enabled
    containers. Fixed missing error handling during the creation
    of an encrypted image that lead to the generation of corrupted
    images.
  * Use `APPTAINER_TMPDIR` for temporary files during privileged
    image encryption.
  * If rootless unified cgroups v2 is available when starting an
    image but `XDG_RUNTIME_DIR` or `DBUS_SESSION_BUS_ADDRESS` is
    not set, print an info message that stats will not be available
    instead of exiting with a fatal error.
  * Allow templated build arguments to definition files to have
    empty values.

OBS-URL: https://build.opensuse.org/request/show/1143083
OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=64
2024-02-01 07:37:58 +00:00
77ae9ed67b Accepting request 1120777 from network:cluster
- Do not build squashfuse, require it as a dependency.
  Removed: squashfuse-0.1.105.tar.gz, 70.patch
- Replace awkward 'Obsoletes: singularity-*' as well as the
  'Provides: Singularity' by 'Conflicts:' and drop the provides -
  the versioning scheme does not match and we do not automatically
  migrate from one to the other.
- Exclude platforms which do not provide all build dependencies.

- removed CRYPTOGAMS license as not known in OBS and OpenSSL is

OBS-URL: https://build.opensuse.org/request/show/1120777
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apptainer?expand=0&rev=23
2023-10-27 20:27:52 +00:00
ff83ae4140 - Fix typo
OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=62
2023-10-27 09:42:25 +00:00
5d5b8ca092 Removed: squashfuse-0.1.105.tar.gz, 70.patch
OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=61
2023-10-25 13:13:13 +00:00
8e24eac3c6 Removed: squashfuse-0.1.105.tar.gz
OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=60
2023-10-25 12:53:36 +00:00
64943da115 Accepting request 1119873 from home:eeich:branches:network:cluster
- Do not build squashfuse, require it as a dependency.
- Replace awkward 'Obsoletes: singularity-*' as well as the
  'Provides: Singularity' by 'Conflicts:' and drop the provides -
  the versioning scheme does not match and we do not automatically
  migrate from one to the other.
- Exclude platforms which do not provide all build dependencies.

- removed CRYPTOGAMS license as not known in OBS and OpenSSL is

OBS-URL: https://build.opensuse.org/request/show/1119873
OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=59
2023-10-24 07:52:39 +00:00
dbcfb1c4ad Accepting request 1113853 from network:cluster
- removed CRYPTOGAMS license as not known in OBS and OpenSSL is 
  also valid

- updated to 1.2.3 with following changes:
  * The apptainer push/pull commands now show a progress bar for the oras
    protocol like there was for docker and library protocols.
  * The --nv and --rocm flags can now be used simultaneously.
  * Fix the use of APPTAINER_CONFIGDIR with apptainer instance start and action
    commands that refer to instance://.
  * Fix the issue that apptainer would not read credentials from the Docker
    fallback path ~/.docker/config.json if missing in the apptainer
    credentials.
   

- Update license for the package to cover also OpenSSL and CRYPTOGAMS 
  part of chacha_ppc64le.s

OBS-URL: https://build.opensuse.org/request/show/1113853
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apptainer?expand=0&rev=22
2023-09-27 22:25:00 +00:00
f32afbb2f9 - removed CRYPTOGAMS license as not known in OBS and OpenSSL is
also valid

OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=57
2023-09-27 10:18:00 +00:00
888734101e Accepting request 1113390 from home:mslacken:pr
- updated to 1.2.3 with following changes:
  * The apptainer push/pull commands now show a progress bar for the oras
    protocol like there was for docker and library protocols.
  * The --nv and --rocm flags can now be used simultaneously.
  * Fix the use of APPTAINER_CONFIGDIR with apptainer instance start and action
    commands that refer to instance://.
  * Fix the issue that apptainer would not read credentials from the Docker
    fallback path ~/.docker/config.json if missing in the apptainer
    credentials.

OBS-URL: https://build.opensuse.org/request/show/1113390
OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=56
2023-09-25 09:27:15 +00:00
937cdd6837 Accepting request 1107973 from home:lkocman:branches:network:cluster
- Update license for the package to cover also OpenSSL and CRYPTOGAMS 
  part of chacha_ppc64le.s

OBS-URL: https://build.opensuse.org/request/show/1107973
OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=55
2023-08-29 19:42:40 +00:00
9cb3222cdc Accepting request 1101201 from network:cluster
- updated to 1.2.2 with following changes:
  * Fix $APPTAINER_MESSAGELEVEL to correctly set the logging level.
  * Fix build failures when in setuid mode and unprivileged user namespaces are
    unavailable and the --fakeroot option is not selected. (forwarded request 1101200 from mslacken)

OBS-URL: https://build.opensuse.org/request/show/1101201
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apptainer?expand=0&rev=21
2023-07-28 20:20:38 +00:00
addf6dd759 Accepting request 1101200 from home:mslacken:pr
- updated to 1.2.2 with following changes:
  * Fix $APPTAINER_MESSAGELEVEL to correctly set the logging level.
  * Fix build failures when in setuid mode and unprivileged user namespaces are
    unavailable and the --fakeroot option is not selected.

OBS-URL: https://build.opensuse.org/request/show/1101200
OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=53
2023-07-28 13:42:17 +00:00
f43756629f Accepting request 1100792 from network:cluster
updated vendor.tar.gz (forwarded request 1100790 from mslacken)

OBS-URL: https://build.opensuse.org/request/show/1100792
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apptainer?expand=0&rev=20
2023-07-26 11:24:51 +00:00
09f2ab60f5 Accepting request 1100790 from home:mslacken:pr
updated vendor.tar.gz

OBS-URL: https://build.opensuse.org/request/show/1100790
OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=51
2023-07-26 08:44:06 +00:00
e1b4c22427 Accepting request 1100767 from home:mslacken:pr
- updated to 1.2.1 to fix CVE-2023-38496 although not relevant as package is 
  compiled with setuid

OBS-URL: https://build.opensuse.org/request/show/1100767
OBS-URL: https://build.opensuse.org/package/show/network:cluster/apptainer?expand=0&rev=50
2023-07-26 07:37:09 +00:00
4c2e19240e Accepting request 1100359 from network:cluster
without old source (forwarded request 1100358 from mslacken)

OBS-URL: https://build.opensuse.org/request/show/1100359
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apptainer?expand=0&rev=19
2023-07-25 09:51:03 +00:00