about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* tcl: enable threads and 64-bit supportJörg Thalheim2018-12-12
| | | | 64-bit support is only enabled on 64-bit systems
* tcl: fix cross-buildJörg Thalheim2018-12-12
|
* memcached: fix cross-compilingJörg Thalheim2018-12-12
|
* Merge pull request #51154 from Mic92/cross-fixesJörg Thalheim2018-12-12
|\ | | | | Various cross-compilation fixes
| * wayland: fix cross-buildJörg Thalheim2018-11-28
| |
| * freetype: fix cross-buildJörg Thalheim2018-11-28
| |
| * libpfm: fix cross compilationJörg Thalheim2018-11-25
| |
* | Merge pull request #51784 from LnL7/darwin-gluDaiderd Jordan2018-12-11
|\ \ | | | | | | glu: don't use valgrind on darwin
| * | glu: don't use valgrind on darwinDaiderd Jordan2018-12-11
|/ /
* | Merge pull request #31832 from kwohlfahrt/kerberosJörg Thalheim2018-12-11
|\ \ | | | | | | kerberos_server: allow choosing MIT or Heimdal
| * | kerberos: Add tests/kerberos to release.nixKai Wohlfahrt2018-12-11
| | |
| * | kerberos: move user binaries to default outputKai Wohlfahrt2018-12-11
| | | | | | | | | | | | | | | | | | The intention of the previous change was to move krb5-config to .dev (it gives the locations of headers), but it grabbed all of the user-facing binaries too. This puts them back.
| * | kerberos: explicitly install krb5Full.dev for testsKai Wohlfahrt2018-12-11
| | | | | | | | | | | | This contains all of the user binaries as of 13e6a5c.
| * | kerberos_server: ensure only one realm configuredKai Wohlfahrt2018-12-11
| | | | | | | | | | | | | | | | | | Leave options for multiple realms for similarity to krb5, and future expansion. Currently not tested because I can't make it work and don't need it.
| * | kerberos_server: Keep ACL file in storeKai Wohlfahrt2018-12-11
| | | | | | | | | | | | | | | | | | Could also move kdc.conf, but this makes it inconvenient to use command line utilities with heimdal, as it would require specifying --config-file with every command.
| * | kerberos-server: add kerberos optionKai Wohlfahrt2018-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow switching out kerberos server implementation. Sharing config is probably sensible, but implementation is different enough to be worth splitting into two files. Not sure this is the correct way to split an implementation, but it works for now. Uses the switch from config.krb5 to select implementation.
| * | kerberos-server: switch to ExecStartKai Wohlfahrt2018-12-11
| | | | | | | | | | | | script causes problems for forking services like MIT Kerberos.
| * | kerberos-server: cleanup of kerberos.nixKai Wohlfahrt2018-12-11
| | | | | | | | | | | | General cleanup before adding more options.
| * | kerberos-server: move kadmind to systemdKai Wohlfahrt2018-12-11
| | | | | | | | | | | | Don't use socket activation, as inetd is discouraged by heimdal documentation.
| * | kerberos-server: Fix sbin pathsKai Wohlfahrt2018-12-11
| | | | | | | | | | | | | | | tcpd doesn't have sbin anymore (so it was broken), and heimdal just symlinks to bin.
* | | bird: fix cross-buildJörg Thalheim2018-12-11
| | |
* | | nginx: fix cross-buildJörg Thalheim2018-12-11
| | |
* | | xmlto: fix cross-buildJörg Thalheim2018-12-11
| | |
* | | w3m: fix cross-buildJörg Thalheim2018-12-11
| | |
* | | geoip: fix cross-buildJörg Thalheim2018-12-11
| | |
* | | dovecot: fix cross-buildJörg Thalheim2018-12-11
| | |
* | | clucene: fix cross-buildJörg Thalheim2018-12-11
| | |
* | | postfix: fix cross-buildJörg Thalheim2018-12-11
| | |
* | | openldap: fix cross-buildJörg Thalheim2018-12-11
|/ /
* | ruby: fix cross-build (#51842)Jörg Thalheim2018-12-11
| | | | | | | | | | | | Enable autoreconfHook by default: The build tried to execute autoconf, which was in the wrong build input. Regenerating autotools configure files is always a good idea since it delivers fixes. Also move groff to the native since it is only used at build-time
* | Merge pull request #51831 from Mic92/cross-radare2Jörg Thalheim2018-12-10
|\ \ | | | | | | radare2: cross-build
| * | radare2: fix cross-buildJörg Thalheim2018-12-10
| | | | | | | | | | | | | | | Only the make-based build support cross-compilation. Also use less vendored libraries
* | | Merge pull request #51787 from c0bw3b/pkg/iptablesRenaud2018-12-10
|\ \ \ | | | | | | | | iptables: prune libtool files after build
| * | | iptables: prune libtool files after buildc0bw3b2018-12-09
| | | | | | | | | | | | | | | | | | | | | | | | Otherwise -lpcap gets propagated to reverse deps This can break strongswan build for example https://github.com/NixOS/nixpkgs/pull/51252#issuecomment-445512680
* | | | Merge pull request #51706 from dtzWill/update/sysvinit-2.93Renaud2018-12-10
|\ \ \ \ | | | | | | | | | | sysvinit: 2.89 -> 2.93
| * | | | sysvinit: 2.89 -> 2.93Will Dietz2018-12-07
| | | | |
* | | | | Merge pull request #51824 from Mic92/cross-glibJörg Thalheim2018-12-10
|\ \ \ \ \ | | |_|/ / | |/| | | glib: fix cross -> inherit devdoc from native build
| * | | | glib: fix cross -> inherit devdoc from native buildJörg Thalheim2018-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Glib uses gobject introspection to generate documentation. If we would want to cross-compile those, we would need native binaries from the previous build stage. Instead we can simply just copy over the generated documentation.
* | | | | Merge pull request #51802 from Mic92/cross-perlJörg Thalheim2018-12-09
|\| | | | | |_|/ / |/| | | perl: update perl-cross archive
| * | | perl: update perl-cross archiveJörg Thalheim2018-12-09
|/ / /
* | | Merge pull request #51779 from Mic92/ncursesJörg Thalheim2018-12-09
|\ \ \ | | | | | | | | ncurses: fix cross-build by disable stripping
| * | | ncurses: fix cross-build by disable strippingJörg Thalheim2018-12-09
| | | | | | | | | | | | | | | | | | | | Ncurses uses `install -s` to also strip the binaries while installing. This broke the cross build because the wrong strip command was chosen.
* | | | libselinux: fix cross compilation (#51201)eburimu2018-12-09
| | | | | | | | | | | | | | | | | | | | | | | | libselinux needs native python to compute the installation prefix. Swig generates the c code for the extension and needs python.h at compile, so we put python into buildInputs
* | | | Merge #51450: perl security updatesVladimír Čunát2018-12-09
|\ \ \ \
| * | | | perl526: 5.26.2 -> 5.26.3volth2018-12-03
| | | | |
| * | | | perl:5.28.0 -> 5.28.1volth2018-12-03
| | | | |
* | | | | Merge #51688: nettle: 3.4 -> 3.4.1 (security)Vladimír Čunát2018-12-08
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | nettle: 3.4 -> 3.4.1 (security)Will Dietz2018-12-07
| | |/ / | |/| | | | | | | | | | https://lists.gnu.org/archive/html/info-gnu/2018-12/msg00001.html
* | | | Merge pull request #51226 from Mic92/llvm-cross-targetsJörg Thalheim2018-12-08
|\ \ \ \ | | | | | | | | | | llvm: fix cross-compilation
| * | | | llvm_7: fix cross-compilingJörg Thalheim2018-12-08
| | |_|/ | |/| |