Tim Steinbach
24a7d14ab4
linux: 4.9.96 -> 4.9.97
2018-04-30 07:13:00 -04:00
Tim Steinbach
d5eef36abb
linux: 4.4.129 -> 4.4.130
2018-04-30 07:12:37 -04:00
Tim Steinbach
cf194a9311
linux: 4.17-rc2 -> 4.17-rc3
2018-04-29 22:29:10 -04:00
Matthew Bauer
47a7383395
darling: fix src
...
Darling has a case conflict which means that its src hash will be
different between case sensitive and case insensitive file systems.
This is not ideal and the only way around it is basically to remove
the offending files from the output. I use fetchzip here to do that
but I hope there is a better fix available eventually.
2018-04-29 19:15:45 -05:00
Matthew Justin Bauer
d7e5637791
Merge pull request #39636 from matthewbauer/netbsd
...
netbsd: cleanups
2018-04-29 14:28:04 -05:00
Matthew Bauer
0be5637139
netbsd.games: disable more games on darwin
2018-04-29 14:27:26 -05:00
Joachim Fasting
33615ccfa5
linux_hardened: enforce usercopy whitelisting
...
The default is to warn only
2018-04-29 12:17:24 +02:00
Tim Steinbach
844c08ec0a
linux-copperhead: Add 4.16.5.a
...
Separate LTS and stable kernel releases
2018-04-28 19:46:25 +00:00
Tim Steinbach
2eb42290e7
linux-copperhead: 4.14.36.a -> 4.14.37.a
2018-04-28 19:05:46 +00:00
Matthew Bauer
5f419f3df7
netbsd: improve darwin support
2018-04-27 21:05:42 -05:00
Matthew Bauer
d11f290f67
netbsd: cleanup and musl suppot
2018-04-28 01:31:12 +00:00
Matthew Bauer
004111c27e
netbsd: small fixups
2018-04-28 01:03:47 +00:00
Matthew Bauer
6bc19398be
openbsd: remove
2018-04-28 01:03:34 +00:00
Matthew Bauer
c65000af91
openbsd: fixup mg
2018-04-28 00:33:51 +00:00
Matthew Bauer
e2fb669bc5
netbsd: fix finger
2018-04-27 22:52:54 +00:00
Matthew Bauer
3ee2db1ab1
netbsd: fix games on linux
2018-04-27 22:32:20 +00:00
Matthew Bauer
73d5006abc
netbsd: more cleanup
2018-04-27 07:05:56 +00:00
Tim Steinbach
4975378b21
linux-copperhead: 4.15.18.a -> 4.14.36.a
...
The 4.15.x series is EOL'd, we should instead follow the LTS kernel
2018-04-27 02:04:08 +00:00
Matthew Bauer
ddc23593e1
netbsd: fix links installer
2018-04-27 01:59:36 +00:00
Tim Steinbach
7f3832bf93
linux: 4.16.4 -> 4.16.5
2018-04-27 01:56:53 +00:00
Tim Steinbach
8efe41dfb2
linux: 4.14.36 -> 4.14.37
2018-04-27 01:56:39 +00:00
Matthew Bauer
968e8a1099
netbsd: fix getent with musl
2018-04-26 17:57:53 +00:00
Matthew Bauer
e521bada21
netbsd: propagate compat
2018-04-26 12:31:06 -05:00
Matthew Bauer
4539f1f2f7
netbsd: install db.h to compat
2018-04-26 12:29:58 -05:00
Matthew Bauer
a026242e4a
netbsd: remove broken attributes
2018-04-26 12:24:45 -05:00
Jörg Thalheim
555c51b001
Merge pull request #39560 from r-ryantm/auto-update/batctl
...
batctl: 2018.0 -> 2018.1
2018-04-26 17:21:02 +01:00
R. RyanTM
c7a567315f
batctl: 2018.0 -> 2018.1
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/batctl/versions .
These checks were done:
- built on NixOS
- ran ‘/nix/store/8djn6psqrxjc66chnig215c5z8il9zaw-batctl-2018.1/bin/batctl -h’ got 0 exit code
- found 2018.1 with grep in /nix/store/8djn6psqrxjc66chnig215c5z8il9zaw-batctl-2018.1
- directory tree listing: https://gist.github.com/13f600b1fb0404e8b5b78d0e2e32f5c5
2018-04-26 07:51:42 -07:00
Peter Hoeg
52fff39553
dbus-broker: 11 -> 13
2018-04-26 18:56:21 +08:00
John Ericson
ba52ae5048
treewide: isArm -> isAarch32
...
Following legacy packing conventions, `isArm` was defined just for
32-bit ARM instruction set. This is confusing to non packagers though,
because Aarch64 is an ARM instruction set.
The official ARM overview for ARMv8[1] is surprisingly not confusing,
given the overall state of affairs for ARM naming conventions, and
offers us a solution. It divides the nomenclature into three levels:
```
ISA: ARMv8 {-A, -R, -M}
/ \
Mode: Aarch32 Aarch64
| / \
Encoding: A64 A32 T32
```
At the top is the overall v8 instruction set archicture. Second are the
two modes, defined by bitwidth but differing in other semantics too, and
buttom are the encodings, (hopefully?) isomorphic if they encode the
same mode.
The 32 bit encodings are mostly backwards compatible with previous
non-Thumb and Thumb encodings, and if so we can pun the mode names to
instead mean "sets of compatable or isomorphic encodings", and then
voilà we have nice names for 32-bit and 64-bit arm instruction sets
which do not use the word ARM so as to not confused either laymen or
experienced ARM packages.
[1]: https://developer.arm.com/products/architecture/a-profile
2018-04-25 15:28:55 -04:00
Will Dietz
558f7424f2
musl: make libc -> {ldso,ldd} symlinks relative
...
Minor touchup while rebuilding things anyway.
2018-04-25 08:22:16 -05:00
Will Dietz
2d54f8f915
musl: build iconv using just-built pieces
...
This is a bit unusual for a package,
but not libc's as they should stand alone.
2018-04-25 08:18:07 -05:00
Will Dietz
de00c0d7fb
musl/iconv: use copy from Alpine for minor touchups to error messages
2018-04-24 20:07:17 -05:00
Will Dietz
3e0a443203
musl: provide 'iconv' utility occasionally expected as part of libiconv
2018-04-24 20:07:17 -05:00
Matthew Justin Bauer
3f42a6eb84
netbsd: small fixups
2018-04-24 16:53:56 -05:00
Matthew Justin Bauer
ab92a474a9
Merge pull request #38822 from matthewbauer/netbsd
...
Introducing NetBSD userland
2018-04-24 14:46:01 -05:00
Matthew Bauer
31ef995e37
bsd: init netbsd & openbsd userland
...
Adds a couple of useful NetBSD and OpenBSD derivations. Some of these
will be integrated into Nixpkgs later.
Noncomprehensive list:
- netbsd.getent
- netbsd.getconf
- netbsd.fts
- openbsd.mg
- netbsd.compat (can replace libbsd)
2018-04-24 14:16:35 -05:00
Tim Steinbach
fc79bf4374
linux: Remove 4.15.x
2018-04-24 08:14:31 -04:00
Tim Steinbach
93324dbfa6
linux: 4.17-rc1 -> 4.17-rc2
2018-04-24 08:11:40 -04:00
Tim Steinbach
6a8b57799d
linux: 4.16.3 -> 4.16.4
2018-04-24 08:11:21 -04:00
Tim Steinbach
d9f9b58873
linux: 4.14.35 -> 4.14.36
2018-04-24 08:11:10 -04:00
Tim Steinbach
93f1969b04
linux: 4.9.95 -> 4.9.96
2018-04-24 08:10:49 -04:00
Tim Steinbach
047d17b2d8
linux: 4.4.128 -> 4.4.129
2018-04-24 08:10:36 -04:00
Jörg Thalheim
bc7c7b2b09
zfs: mark as broken for 4.16
2018-04-22 23:45:17 +01:00
Matthew Justin Bauer
6a4cc3562c
Revert "initial TBS driver"
2018-04-22 15:57:51 -05:00
Matthew Justin Bauer
fb7cdbc15d
Merge pull request #32049 from ck3d/tbs
...
initial TBS driver
2018-04-22 13:03:22 -05:00
Christian Kögler
9cbf81e11b
initial kernel modules for TBS devices
2018-04-22 08:50:25 +02:00
Jörg Thalheim
48c1bd4d18
Merge pull request #39122 from sorki/zfs_exportfs
...
zfs: patch exportfs path for sharenfs functionality
2018-04-21 19:32:05 +01:00
Jörg Thalheim
211e42d8ae
Merge pull request #39209 from r-ryantm/auto-update/pam_u2f
...
pam_u2f: 1.0.4 -> 1.0.5
2018-04-21 12:53:28 +01:00
Jörg Thalheim
d8e34fc8ea
Merge pull request #39218 from r-ryantm/auto-update/mcelog
...
mcelog: 156 -> 157
2018-04-21 12:41:28 +01:00
Jörg Thalheim
a31ff4b729
Merge pull request #39270 from r-ryantm/auto-update/acpid
...
acpid: 2.0.28 -> 2.0.29
2018-04-21 10:14:34 +01:00