summary refs log tree commit diff
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | | | | | Merge pull request #34259 from psychon/awesome-cleanupFranz Pletz2018-01-29
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | awesome: Remove $LD_LIBRARY_PATH handling
| | * | | | | | | | | | | | | awesome: Remove $LD_LIBRARY_PATH handlingUli Schlachter2018-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I have no idea why gobjectIntrospection even was in here. The only library in there, libgirepository-1.0.so, is not used by awesome. It is only used by lgi.so and that means it should be found via its RPATH. The Pango path is not needed in $LD_LIBRARY_PATH ever since gobjectIntrospection started patching .typelib files with absolute paths. Relevant commits are 36bef2b26731a9 from 2014 ("gobject-introspection: refer to shlibs with absolute paths in typelibs") and c420de6b05710 from 2016 ("gobject-introspection: Fix patching shared objects"). The above patches did not work for cairo, because cairo's typelib is a bit "special". However, this was fixed by e44038bccab0cae some days ago ("gobjectIntrospection: use absolute path for cairo GIR"). Thus, setting $GI_TYPELIB_PATH is enough so that all needed libraries are found. Fixes: https://github.com/NixOS/nixpkgs/issues/14164 Signed-off-by: Uli Schlachter <psychon@znc.in>
| * | | | | | | | | | | | | | curl: 7.57.0 -> 7.58.0 (security)Franz Pletz2018-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: CVE-2018-1000005, CVE-2018-1000007
| * | | | | | | | | | | | | | Merge #34373: add comment to the first-parent commitVladimír Čunát2018-01-29
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The PR was done in parallel.
| | * | | | | | | | | | | | | | glibc: Fix Darwin buildJohn Ericson2018-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the failure caused in #34198 by a suggested change of mine. @vcunat reported in [1]. [1]: https://github.com/NixOS/nixpkgs/pull/34198#issuecomment-361075911
| * | | | | | | | | | | | | | | glib: fixup build on Darwin after #34198Vladimír Čunát2018-01-29
| |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hopefully
| * | | | | | | | | | | | | | openssh: Build with Kerberos by defaultGraham Christensen2018-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 09696e32c390c232ec7ac506df6457fb93c1f536. which reverted f596aa0f4a35f613422f85a4486e32ea20ca7739 to move it to staging
| * | | | | | | | | | | | | | Revert "openssh: Build with Kerberos by default"Graham Christensen2018-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit a232dd66ee0b390dc4d82858af7e15713bd60327. Moving to staging
| * | | | | | | | | | | | | | openssh: Build with Kerberos by defaultAneesh Agrawal2018-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This can be disabled with the `withKerberos` flag if desired. Make the relevant assertions lazy, so that if an overlay is used to set kerberos to null, a later override can explicitly set `withKerberos` to false. Don't build with GSSAPI by default; the patchset is large and a bit hairy, and it is reasonable to follow upstream who has not merged it in not enabling it by default.
| * | | | | | | | | | | | | | nettools: 1.60_p20161110235919 -> 1.60_p20170221182432Will Dietz2018-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Nothing critical, here's the highlights: * ROSE fixes * arp scanf/output fix * linux header compat: https://sourceforge.net/p/net-tools/code/ci/ea3935bd7c0f36c86c40e5785326698fa3336c6a/ Commit log (short): https://sourceforge.net/p/net-tools/code/ci/479bb4a7e11a4084e2935c0a576388f92469225b/log/
| * | | | | | | | | | | | | | libtiff: 4.0.8 -> 4.0.9Franz Pletz2018-01-28
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | libogg: 1.3.2 -> 1.3.3Franz Pletz2018-01-28
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | libwebp: 0.6.0 -> 0.6.1Franz Pletz2018-01-28
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | libseccomp: 2.3.2 -> 2.3.3Franz Pletz2018-01-28
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | libxslt: 1.1.29 -> 1.1.32Franz Pletz2018-01-28
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge #34338: gnutls: fix p11-kit test (failing/skipped)Vladimír Čunát2018-01-28
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | gnutls: fix (failing) p11-kit testDylan Simon2018-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The p11-kit-trust test looks in /usr/lib for pkcs11 modules. As a result it is unnecessarily skipped on sandboxed builds, and fails on unsandboxed builds with a system p11-kit. Replace hard-coded /usr/lib paths with pkg-config.
| * | | | | | | | | | | | | | | kwin: fixup build with cmake-3.10 via upstream patchVladimír Čunát2018-01-28
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | p11_kit: 0.23.7 -> 0.23.9adisbladis2018-01-28
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2018-01-27
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | gzip: remove darwin format patchDaiderd Jordan2018-01-27
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge branch 'master' into stagingVladimír Čunát2018-01-27
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hydra: ?compare=1429281
| * | | | | | | | | | | | | | | | | cmake: bring back 3.9 for Darwin bootstrapVladimír Čunát2018-01-27
| | |_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Broken by ba6e0ae33df36; see e.g. https://hydra.nixos.org/build/68223628
| * | | | | | | | | | | | | | | | unpackPhase: Handle sources starting with a hyphenShea Levy2018-01-24
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge pull request #34081 from jtojnar/gir-abs-cairoFrederik Rietdijk2018-01-24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gobjectIntrospection: use absolute path for cairo GIR
| | * | | | | | | | | | | | | | | | gobjectIntrospection: use absolute path for cairo GIRJan Tojnar2018-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cairo does not provide its own GObject bindinds so they are provided by gobject-introspection package. Unfortunately, this means that if we want to use the absolute path, we need gi to depend on cairo, which increases the closure size from 41M to 56M. We will probably want to split the typelib into a separate output. Closes: #34080
| * | | | | | | | | | | | | | | | | Merge pull request #34198 from dtzWill/fix/cross-misc-4John Ericson2018-01-24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | misc cross fixes, batch 4
| | * | | | | | | | | | | | | | | | | glib: Allow cross compilationBen Gamari2018-01-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tweaked to handle non-glibc along with others
| | * | | | | | | | | | | | | | | | | file: fix for crossWill Dietz2018-01-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For whatever reason "selfNativeBuildInput = true" doesn't seeem to do the trick here? (reasons may include "it's not intended to solve this problem" ;))
| | * | | | | | | | | | | | | | | | | libgpg-error: fixupWill Dietz2018-01-24
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | libgpg-error: Enable cross-compilationBen Gamari2018-01-24
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | libomxil-bellagio: Enable cross-compilationBen Gamari2018-01-24
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | rhash: Enable cross-compilationBen Gamari2018-01-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit 07f1d9eae440b3533ab53f424b31e541116e5623)
| | * | | | | | | | | | | | | | | | | aspell: perl should be nativeBuildInputWill Dietz2018-01-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | build fails otherwise, presumably not also needed as a buildInput for some reason.
| | * | | | | | | | | | | | | | | | | cron: fix for cross ($CC, no 'install -s')Will Dietz2018-01-24
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | jwhois: set AR to fix cross buildWill Dietz2018-01-24
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | lsof: fix for crossWill Dietz2018-01-24
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | e2fsprogs: depsBuildBuildWill Dietz2018-01-24
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | e2fsprogs: Enable cross-compilationBen Gamari2018-01-24
| |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | python.pkgs.backports_lzma: set to null conditionallyFrederik Rietdijk2018-01-24
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | python.pkgs.matplotlib: fix optional dependencyFrederik Rietdijk2018-01-24
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | python.pkgs.tornado: fix optional dependencyFrederik Rietdijk2018-01-24
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | python.pkgs.backports_ssl_match_hostname: set to null conditionallyFrederik Rietdijk2018-01-24
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | python.pkgs.backport_functools_lru_cache: set to null conditionallyFrederik Rietdijk2018-01-24
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2018-01-24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge #34204: icu: fix paths returned by icu-configVladimír Čunát2018-01-23
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | icu: fix the output of icu-config --incfileVladimír Čunát2018-01-23
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | icu: fix include path returned by icu-configAndrey Golovizin2018-01-23
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge pull request #34193 from NixOS/revert-34178-fix/clang-python3Daniel Peebles2018-01-23
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "clang-{4,5}: prefer python3, much friendlier for cross"
| | * | | | | | | | | | | | | | | | | | | Revert "clang-{4,5}: prefer python3, much friendlier for cross"Daniel Peebles2018-01-23
| |/ / / / / / / / / / / / / / / / / / /