Commit Graph

14957 Commits

Author SHA1 Message Date
John Ericson
f063a860d6 xbursttools: Cleanup slightly 2018-05-09 23:40:13 -04:00
John Ericson
b9acfb4ecf 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

(cherry picked from commit ba52ae5048)
2018-04-25 15:50:41 -04:00
John Ericson
f79f80dbf2 treewide: get rid of platforms.allBut
Negative reasoning like `allBut` is a bad idea with an open world of
platforms. Concretely, if we add a new, quite different sort of
platform, existing packages with `allBut` will claim they work on it
even though they probably won't.
2018-03-14 18:44:42 -04:00
John Ericson
59c656a421 dvdisaster: Fix sse2 logic for cross and improved meta.platforms 2018-03-12 18:55:41 -04:00
John Ericson
79d8353b5e treewide: Make shouldUsePackages copypasta use meta.available
The old way depended on old list-of-strings `meta.platforms`, and was
not good for cross.
2018-03-12 18:55:41 -04:00
Franz Pletz
830ccafedc
youtubeDL: 2018.02.22 -> 2018.03.03 2018-03-05 15:55:55 +01:00
lewo
91280690af
Merge pull request #36337 from sifmelcara/add/powerlines
powerline-go: init at 1.8.2
2018-03-05 15:06:44 +01:00
Vladimír Čunát
04c31a5de1
libGL rename: fallout after a week on master
and a few nitpicks.
2018-03-05 14:53:38 +01:00
Vladimír Čunát
565bd805e6
Merge branch 'master' 2018-03-05 14:53:27 +01:00
mingchuan
60646c10d5
powerline-go: init at 1.8.2 2018-03-05 19:51:44 +08:00
Ryan Mulligan
f03c5eb88a haproxy: 1.7.9 -> 1.8.4
Semi-automatic update. These checks were done:

- built on NixOS
- ran `/nix/store/vh158gs5y12g1rdd1dhbd1ng2mz1761s-haproxy-1.8.4/bin/haproxy -v` and found version 1.8.4
- found 1.8.4 with grep in /nix/store/vh158gs5y12g1rdd1dhbd1ng2mz1761s-haproxy-1.8.4
- found 1.8.4 in filename of file in /nix/store/vh158gs5y12g1rdd1dhbd1ng2mz1761s-haproxy-1.8.4
2018-03-05 00:00:18 +00:00
Joachim F
9b732aa7c2
Merge pull request #36154 from jonafato/keybase-1.0.44
Keybase 1.0.44
2018-03-04 23:00:52 +00:00
Joachim Fasting
9c0e9f6a30
tor: initial updateScript
Tested briefly, seems to work okay. The gpg stuff could be better,
however.
2018-03-04 23:47:01 +01:00
Tad Fisher
20476cdf93 pass-otp: 1.0.0 -> 1.1.0 2018-03-04 12:29:25 -08:00
Jörg Thalheim
73774ef8f9
Merge pull request #36168 from ryantm/majorminor
a single version attribute for expressions previously using "majorVersion"
2018-03-04 20:06:48 +00:00
Ryan Mulligan
c64a239ccf html-tidy: 5.4.0 -> 5.6.0
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/9idavy2wphjqap2sw87ivczwq8wy7vjf-html-tidy-5.6.0/bin/tidy -h` got 0 exit code
- ran `/nix/store/9idavy2wphjqap2sw87ivczwq8wy7vjf-html-tidy-5.6.0/bin/tidy --help` got 0 exit code
- ran `/nix/store/9idavy2wphjqap2sw87ivczwq8wy7vjf-html-tidy-5.6.0/bin/tidy help` got 0 exit code
- ran `/nix/store/9idavy2wphjqap2sw87ivczwq8wy7vjf-html-tidy-5.6.0/bin/tidy -V` and found version 5.6.0
- ran `/nix/store/9idavy2wphjqap2sw87ivczwq8wy7vjf-html-tidy-5.6.0/bin/tidy -v` and found version 5.6.0
- ran `/nix/store/9idavy2wphjqap2sw87ivczwq8wy7vjf-html-tidy-5.6.0/bin/tidy --version` and found version 5.6.0
- ran `/nix/store/9idavy2wphjqap2sw87ivczwq8wy7vjf-html-tidy-5.6.0/bin/tidy -h` and found version 5.6.0
- ran `/nix/store/9idavy2wphjqap2sw87ivczwq8wy7vjf-html-tidy-5.6.0/bin/tidy --help` and found version 5.6.0
- found 5.6.0 with grep in /nix/store/9idavy2wphjqap2sw87ivczwq8wy7vjf-html-tidy-5.6.0
- found 5.6.0 in filename of file in /nix/store/9idavy2wphjqap2sw87ivczwq8wy7vjf-html-tidy-5.6.0

cc "@edwtjo"
2018-03-04 18:51:06 +00:00
Ryan Mulligan
25ea6474e8 pptp: 1.9.0 -> 1.10.0
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/fg5s243j07wch18a51gi22ayyyq6l2wl-pptp-1.10.0/bin/pptp --version` and found version 1.10.0
- ran `/nix/store/fg5s243j07wch18a51gi22ayyyq6l2wl-pptp-1.10.0/bin/pptpsetup -h` got 0 exit code
- ran `/nix/store/fg5s243j07wch18a51gi22ayyyq6l2wl-pptp-1.10.0/bin/pptpsetup --help` got 0 exit code
- found 1.10.0 with grep in /nix/store/fg5s243j07wch18a51gi22ayyyq6l2wl-pptp-1.10.0
- found 1.10.0 in filename of file in /nix/store/fg5s243j07wch18a51gi22ayyyq6l2wl-pptp-1.10.0

cc ""
2018-03-04 17:35:47 +00:00
Daniel Frank
431d05cff7 burp 2.1.28 -> 2.1.30 2018-03-04 17:05:32 +00:00
Jörg Thalheim
cac09e6c5c
Merge pull request #36271 from scode/scode/flameshot-0.5.1
flameshot: 0.5.0 -> 0.5.1
2018-03-04 14:38:11 +00:00
Ryan Mulligan
1f7fdf6fef haproxy: use lib.versions.majorMinor 2018-03-04 06:28:45 -08:00
WilliButz
51ec5a3b5b
gixy: 0.1.8 -> 0.1.9 2018-03-04 14:17:26 +01:00
Joachim Fasting
e4581f05e4
tor: 0.3.2.9 -> 0.3.2.10
Contains fixes for TROVE-2018-001, TROVE-2018-002, TROVE-2018-003, and
TROVE-2018-004.
2018-03-04 13:12:49 +01:00
Franz Pletz
9415c5f417
hashcat: 4.0.1 -> 4.1.0 2018-03-04 09:20:40 +01:00
Peter Schuller
1a6d12d0f5 flameshot: 0.5.0 -> 0.5.1 2018-03-03 22:28:43 -08:00
Tuomas Tynkkynen
6326053490 diffoscope: Add script to list required tools 2018-03-03 22:36:03 +02:00
Tuomas Tynkkynen
9041eff01e diffoscope: Update tools list 2018-03-03 22:33:04 +02:00
Tuomas Tynkkynen
a4fa6c4e3f diffoscope: 90 -> 91 2018-03-03 22:06:35 +02:00
Tuomas Tynkkynen
55b5c40a8d iperf: 3.4 -> 3.5 2018-03-03 21:33:08 +02:00
Jörg Thalheim
33c5d78300
Merge pull request #36163 from romildo/new.deepin
deepin: add meta package for the Deepin Desktop Environment (DDE)
2018-03-03 19:02:12 +00:00
Luke Adams
6e316ed6a3 collectd: kafka patch for 18.03 (#36257) 2018-03-03 17:33:48 +00:00
Jörg Thalheim
691d18212b
Merge pull request #36241 from womfoo/bump/facter-3.10.0-and-deps
facter: 3.9.3 -> 3.10.0 and deps
2018-03-03 17:33:14 +00:00
Vladimír Čunát
d586f5d97e
Merge branch 'nix-2.0' 2018-03-03 18:10:45 +01:00
Erik Arvstedt
c94ad64ae5 rsbep: init at 0.1.0
fixes #36182
2018-03-03 17:10:05 +00:00
Vladimír Čunát
b70c93f211
Merge branch 'master' into nix-2.0 2018-03-03 18:02:35 +01:00
Jörg Thalheim
a4a7bf6cd6
Merge pull request #36256 from PierreR/master
salt-pepper: 0.5.0 -> 0.5.5
2018-03-03 16:40:45 +00:00
Jörg Thalheim
da3b11c1cd
Merge pull request #29307 from mickours/pass-tomb-plugin
(pass): Add tomb plugin
2018-03-03 16:36:41 +00:00
Pierre Radermecker
9b29c0647d Update salt-pepper from 0.5.0 to 0.5.5 2018-03-03 17:33:45 +01:00
Jörg Thalheim
9936ed4920
Merge pull request #31019 from teto/strongswan_rebased
[RFC/RDY] make l2tp work with Strongswan
2018-03-03 15:56:05 +00:00
Nikolay Amiantov
d5e82d694b ibus-engines.uniemoji: add pygobject3 as a dependency
This fixes emoji selection window.
2018-03-03 18:39:36 +03:00
Mitsuhiro Nakamura
1fa28ae95d [RDY] skim: init at 0.3.2 (#33561) 2018-03-03 15:39:16 +00:00
Ryan Mulligan
9ccb0f3955 par2cmdline: 0.7.3 -> 0.8.0
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/j0cc1ys2lb4hxa5zqcq2a43pkaii585d-par2cmdline-0.8.0/bin/par2 -h` got 0 exit code
- ran `/nix/store/j0cc1ys2lb4hxa5zqcq2a43pkaii585d-par2cmdline-0.8.0/bin/par2 --help` got 0 exit code
- ran `/nix/store/j0cc1ys2lb4hxa5zqcq2a43pkaii585d-par2cmdline-0.8.0/bin/par2 -V` and found version 0.8.0
- found 0.8.0 with grep in /nix/store/j0cc1ys2lb4hxa5zqcq2a43pkaii585d-par2cmdline-0.8.0
- found 0.8.0 in filename of file in /nix/store/j0cc1ys2lb4hxa5zqcq2a43pkaii585d-par2cmdline-0.8.0

cc "@muflax"
2018-03-03 11:05:23 +00:00
Jörg Thalheim
1e53544215
Merge pull request #36234 from Ma27/disable-uutils-coreutils-on-darwin
uutils-coreutils: disable general unix build for now
2018-03-03 08:12:00 +00:00
Kranium Gikos Mendoza
abc93b0a2b facter: 3.9.3 -> 3.10.0 2018-03-03 17:40:46 +11:00
Maximilian Bosch
a820dba469
uutils-coreutils: disable general unix build for now
Currently the installation on Darwin fails due to a bug in the
installation script: https://github.com/NixOS/nixpkgs/pull/34840#issuecomment-369227222

As I lack knowledge and resources to properly test this package against
Darwin I'll disallow Darwin builds for now.
2018-03-03 01:47:57 +01:00
Jörg Thalheim
bf40da750f
Merge pull request #36225 from leenaars/stubby
stubby: init at 0.2.2
2018-03-02 23:24:02 +00:00
Michiel Leenaars
61dc6030bf stubby: init at 0.2.2 2018-03-02 23:29:40 +01:00
Robert Helgesson
e232ebe244
abcmidi: 2018.02.07 -> 2018.02.22 2018-03-02 23:06:48 +01:00
Robert Helgesson
d78739ca96
svtplay-dl: 1.9.7 -> 1.9.9 2018-03-02 20:03:25 +01:00
Sander van der Burg
51857be0d5 s3fs: 1.82 -> 1.83 2018-03-02 18:16:07 +01:00
Jörg Thalheim
609f0e05b0
Merge pull request #36152 from aij/infiniband-diags
infiniband-diags: init at 2.0.0
2018-03-02 16:07:11 +00:00