about summary refs log tree commit diff
path: root/pkgs/tools/package-management
Commit message (Collapse)AuthorAge
* pacman: fix changelog link0xAdk2024-03-23
|
* harmonia: 0.7.4 -> 0.7.5Jörg Thalheim2024-03-21
|
* Merge pull request #297625 from jshcmpbll/jc/nix-update-source-homepageMario Rodas2024-03-21
|\ | | | | nix-update-script: add homepage
| * nix-update-script: add homepageJoshua Campbell2024-03-20
| |
* | Merge master into staging-nextgithub-actions[bot]2024-03-20
|\|
| * Merge pull request #296922 from GaetanLepage/nix-updateMaciej Krüger2024-03-19
| |\ | | | | | | nix-update: 1.2.0 -> 1.3.0
| | * nix-update: 1.2.0 -> 1.3.0Gaetan Lepage2024-03-18
| | | | | | | | | | | | | | | | | | Diff: https://github.com/Mic92/nix-update/compare/1.2.0...1.3.0 Changelog: https://github.com/Mic92/nix-update/releases/tag/1.3.0
* | | Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt2024-03-19
|\| | | | | | | | | | | | | | Conflicts: - pkgs/development/python-modules/sphinx-autobuild/default.nix
| * | treewide: add meta.mainProgram to packages with a single binarystuebinm2024-03-19
| | | | | | | | | | | | | | | | | | The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
* | | Merge master into staging-nextgithub-actions[bot]2024-03-19
|\| |
| * | Merge pull request #296523 from lf-/jade/nix-doc-no-pluginLily Foster2024-03-18
| |\ \ | | |/ | |/| nix-doc: allow building without plugin
| | * nix-doc: allow building without pluginJade Lovelace2024-03-16
| | | | | | | | | | | | | | | | | | | | | | | | In certain situations, such as running development builds of Nix that might break API, it can be undesirable to have a Nix dependency for nix-doc, and there is still substantial useful functionality (ctags, search) exposed in its binaries. Thus let's make it possible to turn off the plugin build.
* | | Merge master into staging-nextgithub-actions[bot]2024-03-18
|\| |
| * | Merge pull request #295903 from r-ryantm/auto-update/dpkgWeijia Wang2024-03-17
| |\ \ | | | | | | | | dpkg: 1.22.4 -> 1.22.5
| | * | dpkg: 1.22.4 -> 1.22.5R. Ryantm2024-03-14
| | | |
| * | | Merge pull request #296670 from PerchunPak/nix-2-16-3Yt2024-03-17
| |\ \ \ | | |_|/ | |/| | nixVersions.nix_2_16: 2.16.2 -> 2.16.3
| | * | nixVersions.nix_2_16: 2.16.2 -> 2.16.3PerchunPak2024-03-17
| | |/
* | | Merge master into staging-nextgithub-actions[bot]2024-03-17
|\| |
| * | Merge pull request #296462 from ↵Nick Cao2024-03-16
| |\ \ | | | | | | | | | | | | | | | | r-ryantm/auto-update/poetryPlugins.poetry-plugin-export poetryPlugins.poetry-plugin-export: 1.6.0 -> 1.7.0
| | * | poetryPlugins.poetry-plugin-export: 1.6.0 -> 1.7.0R. Ryantm2024-03-16
| | | |
| * | | Merge pull request #296137 from r-ryantm/auto-update/dnf5Nick Cao2024-03-16
| |\ \ \ | | | | | | | | | | dnf5: 5.1.14 -> 5.1.15
| | * | | dnf5: 5.1.14 -> 5.1.15R. Ryantm2024-03-15
| | | |/ | | |/|
* | | | Merge master into staging-nextgithub-actions[bot]2024-03-16
|\| | |
| * | | Merge pull request #296289 from r-ryantm/auto-update/commaMario Rodas2024-03-16
| |\ \ \ | | |_|/ | |/| | comma: 1.7.1 -> 1.8.0
| | * | comma: 1.7.1 -> 1.8.0R. Ryantm2024-03-16
| | |/
* | | Merge master into staging-nextgithub-actions[bot]2024-03-16
|\| |
| * | Merge pull request #295616 from kjeremy/nix-2.18.2Pol Dellaiera2024-03-15
| |\ \ | | |/ | |/| nixVersions.nix_2_18: 2.18.1 -> 2.18.2
| | * nixVersions.nix_2_18: 2.18.1 -> 2.18.2Jeremy Kolb2024-03-13
| | |
* | | Merge remote-tracking branch 'upstream/master' into staging-nextannalee2024-03-13
|\| |
| * | libcomps: 0.1.20 -> 0.1.21R. Ryantm2024-03-12
| |/
* | Merge staging-next into staginggithub-actions[bot]2024-03-12
|\|
| * nixVersions.unstable: 2.20 -> 2.21Jörg Thalheim2024-03-11
| |
* | Merge staging-next into staginggithub-actions[bot]2024-03-12
|\|
| * apk-tools: 2.14.0 -> 2.14.1R. Ryantm2024-03-11
| |
* | llvmPackages_{12,13,14,15,16,17,git}.{libcxx,libcxxabi}: merge libcxxabi ↵a-n-n-a-l-e-e2024-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into libcxx (#292043) - merge libcxxabi into libcxx for LLVM 12, 13, 14, 15, 16, 17, and git. - remove the link time workaround `-lc++ -lc++abi` from 58 packages as it is no longer required. - fixes https://github.com/NixOS/nixpkgs/issues/166205 - provides alternative fixes for. https://github.com/NixOS/nixpkgs/issues/269548 https://github.com/NixOS/nix/issues/9640 - pkgsCross.x86_64-freebsd builds work again This change can be represented in 3 stages 1. merge libcxxabi into libcxx -- files: pkgs/development/compilers/llvm/[12, git]/{libcxx, libcxxabi} 2. update stdenv to account for merge -- files: stdenv.{adapters, cc.wrapper, darwin} 3. remove all references to libcxxabi outside of llvm (about 58 packages modified) ### merging libcxxabi into libcxx - take the union of the libcxxabi and libcxx cmake flags - eliminate the libcxx-headers-only package - it was only needed to break libcxx <-> libcxxabi circular dependency - libcxx.cxxabi is removed. external cxxabi (freebsd) will symlink headers / libs into libcxx. - darwin will re-export the libcxxabi symbols into libcxx so linking `-lc++` is sufficient. - linux/freebsd `libc++.so` is a linker script `LINK(libc++.so.1, -lc++abi)` making `-lc++` sufficient. - libcxx/default.nix [12, 17] are identical except for patches and `LIBCXX_ADDITIONAL_LIBRARIES` (only used in 16+) - git/libcxx/defaul.nix does not link with -nostdlib when useLLVM is true so flag is removed. this is not much different than before as libcxxabi used -nostdlib where libcxx did not, so libc was linked in anyway. ### stdenv changes - darwin bootstrap, remove references to libcxxabi and cxxabi - cc-wrapper: remove c++ link workaround when libcxx.cxxabi doesn't exist (still exists for LLVM pre 12) - adapter: update overrideLibcxx to account for a pkgs.stdenv that only has libcxx ### 58 package updates - remove `NIX_LDFLAGS = "-l${stdenv.cc.libcxx.cxxabi.libName}` as no longer needed - swift, nodejs_v8 remove libcxxabi references in the clang override https://github.com/NixOS/nixpkgs/pull/292043
* | Merge pull request #294932 from a-n-n-a-l-e-e/nix_2_3_serialFlorian Klink2024-03-11
|\ \ | |/ |/| nixVersions.nix_2_3: disable parallel checking
| * nixVersions.nix_2_3: disable parallel checkingannalee2024-03-11
| |
* | poetryPlugins.poetry-audit-plugin: 0.3.0 -> 0.4.0Robert Schütz2024-03-09
| | | | | | | | Diff: https://github.com/opeco17/poetry-audit-plugin/compare/refs/tags/0.3.0...0.4.0
* | nixVersions.unstable: 2.19 -> 2.20Sandro Jäckel2024-03-07
| |
* | nixVersions.nix_2_20: init at 2.20.5Sandro Jäckel2024-03-07
| | | | | | | | Changelog: https://github.com/NixOS/nix/blob/2.20.5/doc/manual/src/release-notes/rl-2.20.md
* | nix/boehmgc-nix: add patch for nix 2.20Robert Hensing2024-03-07
|/
* Merge pull request #294031 from RaitoBezarius/cve-2024-27297Ryan Lahfa2024-03-07
|\ | | | | nixVersions.nix_2_{3,18,19}: address CVE-2024-27297
| * nixVersions.nix*: mark affected versions as vulnerable to CVE-2024-27297Raito Bezarius2024-03-07
| | | | | | | | | | | | https://www.cve.org/CVERecord?id=CVE-2024-27297 https://github.com/NixOS/nix/security/advisories/GHSA-2ffj-w4mj-pg37 Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
| * nixVersions.nix_2_19: address CVE-2024-27297Raito Bezarius2024-03-07
| | | | | | | | | | | | https://github.com/NixOS/nix/security/advisories/GHSA-2ffj-w4mj-pg37 https://www.cve.org/CVERecord?id=CVE-2024-27297 Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
| * nixVersions.nix_2_18: address CVE-2024-27297Raito Bezarius2024-03-07
| | | | | | | | | | | | https://github.com/NixOS/nix/security/advisories/GHSA-2ffj-w4mj-pg37 https://www.cve.org/CVERecord?id=CVE-2024-27297 Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
| * nixVersions.nix_2_3: address CVE-2024-27297Raito Bezarius2024-03-05
| | | | | | | | | | | | https://github.com/NixOS/nix/security/advisories/GHSA-2ffj-w4mj-pg37 https://www.cve.org/CVERecord?id=CVE-2024-27297 Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
* | Merge pull request #287315 from r-ryantm/auto-update/dpkgWeijia Wang2024-03-07
|\ \ | | | | | | dpkg: 1.22.1 -> 1.22.4
| * | dpkg: 1.22.1 -> 1.22.4R. Ryantm2024-03-01
| | |
* | | Merge pull request #291524 from r-ryantm/auto-update/pdmWeijia Wang2024-03-07
|\ \ \ | | | | | | | | pdm: 2.12.3 -> 2.12.4
| * | | pdm: 2.12.3 -> 2.12.4R. Ryantm2024-02-26
| | | |