<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs, branch origin/release-21.11</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://cgit.wugi.info/nixos/nixpkgs/atom?h=origin%2Frelease-21.11</id>
<link rel='self' href='http://cgit.wugi.info/nixos/nixpkgs/atom?h=origin%2Frelease-21.11'/>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/'/>
<updated>2023-03-17T10:19:23Z</updated>
<entry>
<title>Merge pull request #221333 from whentze/patch-1</title>
<updated>2023-03-17T10:19:23Z</updated>
<author>
<name>pennae</name>
<email>82953136+pennae@users.noreply.github.com</email>
</author>
<published>2023-03-17T10:19:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=2766f77c32e171a04d59b636a91083bae862274e'/>
<id>urn:sha1:2766f77c32e171a04d59b636a91083bae862274e</id>
<content type='text'>
easyrsa: use OpenSSL 1.1.x instead of 3.x</content>
</entry>
<entry>
<title>easyrsa: use OpenSSL 1.1.x instead of 3.x</title>
<updated>2023-03-15T15:24:13Z</updated>
<author>
<name>Wanja Hentze</name>
<email>wanja.hentze@bevuta.com</email>
</author>
<published>2023-03-15T15:06:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=8ef95aab402d2df12ee3dead2791aac338833acd'/>
<id>urn:sha1:8ef95aab402d2df12ee3dead2791aac338833acd</id>
<content type='text'>
This version of easyrsa (3.0.8) is not actually compatible with OpenSSL 3.x, support was only added in easyrsa 3.0.9:
https://github.com/OpenVPN/easy-rsa/releases/tag/v3.0.9
Using OpenSSL 1.1.x instead fixes several problems with easyrsa, including
https://github.com/OpenVPN/easy-rsa/issues/454
</content>
</entry>
<entry>
<title>Merge pull request #184820 from obsidiansystems/buildRustCrate-stdlib-deps-21.11</title>
<updated>2022-08-02T13:17:11Z</updated>
<author>
<name>John Ericson</name>
<email>git@JohnEricson.me</email>
</author>
<published>2022-08-02T13:17:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=eabc38219184cc3e04a974fe31857d8e0eac098d'/>
<id>urn:sha1:eabc38219184cc3e04a974fe31857d8e0eac098d</id>
<content type='text'>
[backport release-21.11] buildRustCrate: Add support for standard library deps</content>
</entry>
<entry>
<title>buildRustCrate: Add support for standard library deps</title>
<updated>2022-08-02T13:02:40Z</updated>
<author>
<name>John Ericson</name>
<email>John.Ericson@Obsidian.Systems</email>
</author>
<published>2022-01-12T08:48:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=c19d19615c20844835b8729e21e038bc01f959c9'/>
<id>urn:sha1:c19d19615c20844835b8729e21e038bc01f959c9</id>
<content type='text'>
We are replicating one mechanism behind `-Z build-std`.

There isn't yet crate2nix support for this, but one can (and I do) add
the missing stdlib deps (for this feature to pick up) with overrides.

(cherry picked from commit cc29693a0979c3b81da6942c214841ef11de95b5)
(cherry picked from commit 5aef865cefc2a906296b9a256bf597f70e4ee243)
</content>
</entry>
<entry>
<title>Merge pull request #184608 from obsidiansystems/compiler-rt-newlib-21.11</title>
<updated>2022-08-01T17:44:13Z</updated>
<author>
<name>John Ericson</name>
<email>git@JohnEricson.me</email>
</author>
<published>2022-08-01T17:44:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=511f6a5c3248f9019a41e70c1891484de2bc906c'/>
<id>urn:sha1:511f6a5c3248f9019a41e70c1891484de2bc906c</id>
<content type='text'>
[Backport release-21.11] compiler-rt: Fix "bare metal" case boolean logic</content>
</entry>
<entry>
<title>compiler-rt: Fix "bare metal" case boolean logic</title>
<updated>2022-08-01T17:28:53Z</updated>
<author>
<name>John Ericson</name>
<email>John.Ericson@Obsidian.Systems</email>
</author>
<published>2022-08-01T16:11:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=0a284ae9b9585d7ff0606092d1df2c01301c2ed5'/>
<id>urn:sha1:0a284ae9b9585d7ff0606092d1df2c01301c2ed5</id>
<content type='text'>
It is possible to both be bare metal and have a libc (newlib).

This libc doesn't provide very much --- not enough for CMake to think
the C toolchain works. We therefore adjust our logic so we hit the "bare
metal" case with or without libc.

The "use LLVM" bootstrap is intentionally not affected.

(cherry picked from commit bf39e322721e581f972a14e18310797260f7f35f)
(cherry picked from commit c820cd8cee30f09431d8ce78dee613360052727a)
</content>
</entry>
<entry>
<title>Merge pull request #182241 from obsidiansystems/fix-llvm-arm-patch-21.11</title>
<updated>2022-07-20T19:53:56Z</updated>
<author>
<name>John Ericson</name>
<email>git@JohnEricson.me</email>
</author>
<published>2022-07-20T19:53:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=a1fe662eb26ffc2a036b37c4670392ade632c413'/>
<id>urn:sha1:a1fe662eb26ffc2a036b37c4670392ade632c413</id>
<content type='text'>
[backport 21.11] llvmPackages_13.compiler-rt: fix aarch32 patch</content>
</entry>
<entry>
<title>llvmPackages_13.compiler-rt: fix aarch32 patch</title>
<updated>2022-07-20T18:48:53Z</updated>
<author>
<name>arcnmx</name>
<email>arcnmx@users.noreply.github.com</email>
</author>
<published>2021-12-04T15:03:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=f560fba680801c7d9bfc7a73ddc04ad1597d84d2'/>
<id>urn:sha1:f560fba680801c7d9bfc7a73ddc04ad1597d84d2</id>
<content type='text'>
(cherry picked from commit 265ba73a782aab3049177ccf67e2612cb51b831f)
</content>
</entry>
<entry>
<title>Merge pull request #182178 from obsidiansystems/rust-platform-respect-fields-21.11</title>
<updated>2022-07-20T15:05:05Z</updated>
<author>
<name>John Ericson</name>
<email>git@JohnEricson.me</email>
</author>
<published>2022-07-20T15:05:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=14f185160a5c657b38a7d98363836e944204876b'/>
<id>urn:sha1:14f185160a5c657b38a7d98363836e944204876b</id>
<content type='text'>
[Backport release-21.11] build-support/rust/lib: make arch and os functions respect target JSON</content>
</entry>
<entry>
<title>build-support/rust/lib: make arch and os functions respect target JSON</title>
<updated>2022-07-20T06:43:13Z</updated>
<author>
<name>John Ericson</name>
<email>John.Ericson@Obsidian.Systems</email>
</author>
<published>2022-01-13T00:12:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=38d5ec716adf140532889312445a0c889a281b0e'/>
<id>urn:sha1:38d5ec716adf140532889312445a0c889a281b0e</id>
<content type='text'>
(cherry picked from commit 39811b1da9fb1c97c65ff09dd27dc3a68e6d4e65)
(cherry picked from commit b49c1ce29f34a503a9e11038a156729ad7bf1fde)
</content>
</entry>
</feed>
