summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/virtualization/singularity
AgeCommit message (Collapse)Author
2022-03-20singularity: 3.8.6 -> 3.8.7R. Ryantm
2022-02-10singularity: 3.8.5 -> 3.8.6R. Ryantm
2021-11-30singularity: 3.8.4 -> 3.8.5Justin Bedo
2021-11-10singularity: 3.8.3 -> 3.8.4Justin Bedo
2021-09-08singularity: 3.8.2 -> 3.8.3Justin Bedo
2021-09-02singularity: 3.8.1 -> 3.8.2Justin Bedo
2021-08-18singularity: 3.8.0 -> 3.8.1R. RyanTM
2021-06-16singularity: 3.7.4 -> 3.8.0Justin Bedo
2021-05-27singularity: 3.7.3 -> 3.7.4Justin Bedo
2021-04-11singularity: 3.7.2 -> 3.7.3R. RyanTM
2021-03-13singularity: 3.7.1 -> 3.7.2R. RyanTM
2021-03-01singularity: remove unused inputsSandro Jäckel
2021-02-02Merge pull request #111625 from jbedo/singularitySandro
singularity: 3.7.0 -> 3.7.1
2021-02-02singularity: 3.7.0 -> 3.7.1Justin Bedo
2021-01-25treewide: remove stdenv where not neededPavol Rusnak
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-11-26Merge pull request #105075 from r-ryantm/auto-update/singularitySandro
singularity: 3.6.4 -> 3.7.0
2020-11-26singularity: 3.6.4 -> 3.7.0R. RyanTM
2020-11-24utillinux: rename to util-linuxGraham Christensen
2020-11-18singularity: drop unneeded removeReferencesTozowoq
2020-10-19singularity: 3.6.3 -> 3.6.4Justin Bedo
Important security release addressing CVE-2020-15229.
2020-09-21singularity: 3.6.2 -> 3.6.3Justin Bedo
2020-09-08singularity: use upstream vendorzowoq
2020-08-28singularity: remove remove-references-to callJörg Thalheim
2020-08-26singularity: 3.6.1 -> 3.6.2Justin Bedo
2020-07-22singularity: 3.2.1 -> 3.6.1Justin Bedo
2020-04-28treewide: use $out instead of $bin with buildGoPackagezowoq
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2020-03-23singularity: fix build with strict depsJörg Thalheim
2019-08-27Merge master into staging-nextFrederik Rietdijk
2019-08-25singularity: prepatch path to cp in 3.2.1scalavision
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-06-18singularity: 3.0.1 -> 3.2.1Justin Bedo
2019-06-16treewide: remove unused variables (#63177)volth
* treewide: remove unused variables * making ofborg happy
2019-02-17Merge branch 'master' into singularityJustin Bedő
2019-02-05singularity: rewrite path to cp in bootstrap scriptscalavision
2019-02-05singularity: 2.6.0 -> 2.6.1scalavision
2019-01-31singularity: 2.6.0 -> 3.0.1Justin Bedo
2018-08-17Merge branch 'master' into staging-nextVladimír Čunát
Hydra: ?compare=1473892
2018-08-16singularity: 2.5.2 -> 2.6.0R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/singularity/versions.
2018-08-03treewide: Make configureFlags listsJohn Ericson
2018-07-07singularity: 2.5.1 -> 2.5.2R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/singularity/versions. <details><summary>Version release notes (from GitHub)</summary> Greetings Singularity containerizers! This release contains fixes for a _high severity_ security issue affecting Singularity 2.3.0 through 2.5.1 on kernels that support overlay file systems (CVE-2018-12021). A malicious user with network access to the host system (e.g. ssh) could exploit this vulnerability to access sensitive information on disk and bypass directory image restrictions like those preventing the root file system from being mounted into the container. Singularity 2.5.2 should be installed immediately, and all previous versions of Singularity should be removed. The vulnerability addressed in this release affects kernels that support overlayfs. If you are unable to upgrade immediately, you should set `enable overlay = no` in `singularity.conf`. In addition, this release contains a large number of bug fixes. Details follow: ## [Security related fixes](https://cve.mitre.org/cgi-bin/cvename.cgi?name=2018-12021) - Removed the option to use overlay images with `singularity mount`. This flaw could allow a malicious user accessing the host system to access sensitive information when coupled with persistent ext3 overlay. - Fixed a race condition that might allow a malicious user to bypass directory image restrictions, like mounting the host root filesystem as a container image ## Bug fixes - Fix an error in malloc allocation #1620 - Honor debug flag when pulling from docker hub #1556 - Fix a bug with passwd abort #1580 - Allow user to override singularity.conf "mount home = no" with --home option #1496 - Improve debugging output #1535 - Fix some bugs in bind mounting #1525 - Define PR_(S|G)ET_NO_NEW_PRIVS in user space so that these features will work with kernels that implement them (like Cray systems) #1506 - Create /dev/fd and standard streams symlinks in /dev when using minimal dev mount or when specifying -c/-C/--contain option #1420 - Fixed * expansion during app runscript creation #1486 As always, please report any bugs to: https://github.com/singularityware/singularity/issues/new</details> These checks were done: - built on NixOS - /nix/store/3igwiqi311c18w13y5r7zrgpcnzylg9l-singularity-2.5.2/bin/singularity passed the binary check. - Warning: no invocation of /nix/store/3igwiqi311c18w13y5r7zrgpcnzylg9l-singularity-2.5.2/bin/run-singularity had a zero exit code or showed the expected version - 1 of 2 passed binary check by having a zero exit code. - 0 of 2 passed binary check by having the new version present in output. - found 2.5.2 with grep in /nix/store/3igwiqi311c18w13y5r7zrgpcnzylg9l-singularity-2.5.2 - directory tree listing: https://gist.github.com/ed6db09ad43a19c6abf2d35d15ef489c - du listing: https://gist.github.com/9bd23f4d6ee86a9eb2ba7ec5c986741d
2018-05-09singularity: add missing file dependencyJustin Bedo
2018-05-08singularity: 2.4.6 -> 2.5.1scalavision
2018-04-20singularity: 2.4.5 -> 2.4.6R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/singularity/versions. These checks were done: - built on NixOS - ran ‘/nix/store/0rcn1kn4j7rmr0qn314g28vpa4xf230d-singularity-2.4.6/bin/singularity -h’ got 0 exit code - ran ‘/nix/store/0rcn1kn4j7rmr0qn314g28vpa4xf230d-singularity-2.4.6/bin/singularity --help’ got 0 exit code - ran ‘/nix/store/0rcn1kn4j7rmr0qn314g28vpa4xf230d-singularity-2.4.6/bin/singularity help’ got 0 exit code - found 2.4.6 with grep in /nix/store/0rcn1kn4j7rmr0qn314g28vpa4xf230d-singularity-2.4.6 - directory tree listing: https://gist.github.com/e2f21872e885760acf461b07dd5b4f86
2018-03-30singularity: 2.4.2 -> 2.4.5R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/singularity/versions. These checks were done: - built on NixOS - ran `/nix/store/893zy5r9ih8lp9p24s9l198jdjdwadj4-singularity-2.4.5/bin/singularity -h` got 0 exit code - ran `/nix/store/893zy5r9ih8lp9p24s9l198jdjdwadj4-singularity-2.4.5/bin/singularity --help` got 0 exit code - ran `/nix/store/893zy5r9ih8lp9p24s9l198jdjdwadj4-singularity-2.4.5/bin/singularity help` got 0 exit code - ran `/nix/store/893zy5r9ih8lp9p24s9l198jdjdwadj4-singularity-2.4.5/bin/singularity -v` and found version 2.4.5 - found 2.4.5 with grep in /nix/store/893zy5r9ih8lp9p24s9l198jdjdwadj4-singularity-2.4.5 - directory tree listing: https://gist.github.com/f42298f39e3c1c4832de9817cc1fc5bf
2018-03-12singularity: 2.4 -> 2.4.2Justin Bedo
2017-12-21singularity: 2.2 -> 2.4Justin Bedo
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson
Only acts on one-line dependency lists.