Commit Graph
202144 Commits
Author SHA1 Message Date
Will Dietz d9c19f4aa6 ldns: add myself as maintainer! :) 2019-11-19 21:53:11 -06:00
Will Dietz dc9e2c38e5 ldns: 1.7.0 -> 1.7.1
https://www.nlnetlabs.nl/news/2019/Jul/26/ldns-1.7.1-released/

* examples no longer can be configured separately,
  so build everything we want in a single go
  and sort into the appropriate outputs after.
* libtool file doesn't seem to reference openssl at all
  so nothing to patch up there as we did previously.
2019-11-19 21:51:05 -06:00
pasqui23andDmitry Kalinkin c20f765bb4 zsh-fast-syntax-highlighting: init at 1.54 (#65429) 2019-11-19 21:20:17 -05:00
Jan TojnarandGitHub 91b02cd86b fwupd: 1.2.10 → 1.3.3 (#73700)
fwupd: 1.2.10 → 1.3.3
2019-11-20 02:02:24 +01:00
worldofpeaceandGitHub a80f1c4151 Merge pull request #72800 from worldofpeace/xfce-4.12-drop
Drop Xfce 4.12 and promote Xfce module and packageset to 4.14
2019-11-20 00:19:03 +00:00
worldofpeace 0c56d05643 rl-2003: add release note about one Xfce package-set 2019-11-19 18:47:03 -05:00
worldofpeace 0f2e99bf3b xfce.xfburn: 0.5.5 -> 0.6.1 2019-11-19 18:47:03 -05:00
worldofpeace 0a335d00c3 xfce.xfce4-datetime-plugin: 0.6.2 -> 0.8.0 2019-11-19 18:47:03 -05:00
worldofpeace 4615fb8311 xfce.thunar-archive-plugin: 0.3.1 -> 0.4.0 2019-11-19 18:47:03 -05:00
worldofpeace af97f57fdb xfce.thunar-dropbox-plugin: 0.2.1 -> 0.3.1 2019-11-19 18:47:03 -05:00
worldofpeace 793d1997c5 nixos/tumbler: remove package option
Uneeded with one xfce packageset.
2019-11-19 18:47:02 -05:00
worldofpeace b64a77de32 nixosTests: remove xfce4-14 test 2019-11-19 18:47:02 -05:00
worldofpeace 04e56aa016 nixos/xfce4-14: remove and move to xfce
We want only one xfce module and packageset.
2019-11-19 18:47:02 -05:00
worldofpeace c5176abf81 nixos/xfce4-14: support thunarPlugins 2019-11-19 18:47:02 -05:00
worldofpeace ac70cd728c xfce4-14: move to xfce and have only one version of xfce
All code that was at xfce4-14 has been moved to xfce/*.
Old expressions that aren't rewritten might be abandoned or broken.

Additonally I've ported the xfce4-14 thunar expression to support
thunarPlugins. We can now support this interface in the Xfce module
again, although I'm not sure if we have any plugins packaged that support
latest thunar.
2019-11-19 18:47:02 -05:00
worldofpeaceandGitHub 687debc45b Merge pull request #72774 from sylv-io/libinput
nixos/libinput: apply options to all device types
2019-11-19 22:41:39 +00:00
worldofpeace 041d35a08a Revert "jack2: 1.9.13 -> 1.9.14, fix build arm"
This reverts commit 61d1338f25.

Silly me, this is a mass rebuild somehow.
2019-11-19 17:23:50 -05:00
Aaron AndersenandGitHub 07bba3fcd3 Merge pull request #73295 from aanderse/mailcatcher
nixos/mailcatcher: add http.path option
2019-11-19 17:15:52 -05:00
Christian KauhausandGitHub c99ea99700 Merge pull request #73739 from ivan/chromium-78.0.3904.108
chromium: 78.0.3904.97 -> 78.0.3904.108
2019-11-19 22:54:25 +01:00
Aaron AndersenandGitHub f25e2ea8b8 Merge pull request #73563 from aanderse/kdevelop
kdevelop, kdev-php, kdev-python: 5.4.3 -> 5.4.4
2019-11-19 16:40:56 -05:00
José Romildo MalaquiasandJon b026faf0d7 thonny: 3.2.0b7 -> 3.2.3 2019-11-19 13:37:45 -08:00
Kirill ElaginandLassulus 2e79c2d969 android: Install platform-tools binaries on all OSes 2019-11-19 22:29:21 +01:00
William G HatchandLassulus 9abc97dc65 bind: Expand description of services.bind.cacheNetworks
The new description should give more clear understanding of when to
edit the option.

I used NixOS to set up a DNS server that is authoritative for certain
zones.  The description of the `cacheNetworks` option made me think I
needed to set it to `"any"` to allow people to query the zone I set
up.  Reading the source of the module would have clarified my
understanding, but at the time I just read the description and thought
little of it.  Later I discovered I was getting tons of DNS requests
and presumably being used for a DNS amplification attack or similar.
I have fixed the problem now, but I would like the option to have a
clearer description so others don't make the same mistake I did.
2019-11-19 22:24:30 +01:00
Dustin FrischandLassulus 943508a7fa nixos/networkd: add Name as valid option to Link
This has been there since v209 [1]

```
The interface name to use. This option has lower precedence than NamePolicy=, so for this setting to take effect, NamePolicy= must either be unset, empty, disabled, or all policies configured there must fail. Also see the example below with "Name=dmz0".

Note that specifying a name that the kernel might use for another interface (for example "eth0") is dangerous because the name assignment done by udev will race with the assignment done by the kernel, and only one interface may use the name. Depending on the order of operations, either udev or the kernel will win, making the naming unpredictable. It is best to use some different prefix, for example "internal0"/"external0" or "lan0"/"lan1"/"lan3".
```

[1] https://github.com/systemd/systemd/commit/43b3a5ef61859f06cdbaf26765cab8e1adac4296
2019-11-19 22:13:17 +01:00
Daniel SchaeferandLassulus 3de2aeb519 vim_configurable: Add vi symlink to vim 2019-11-19 22:05:06 +01:00
R. RyanTMandLassulus 1b53f78ef5 libsearpc: 3.1.0 -> 3.2.0 2019-11-19 20:50:11 +01:00
DimaandDmitry Kalinkin 2d55135408 bitlbee: fixing test-suite for newer libcheck (#73752)
Fixes: #73747
2019-11-19 14:44:02 -05:00
Ingolf WagnerandLassulus dcdf4cec3a nixos/syncthing: add versioning 2019-11-19 20:31:30 +01:00
Oleksii FilonenkoandLassulus ae9846c339 topgrade: init at 3.4.0 (#72976)
* topgrade: init at 3.4.0
2019-11-19 20:18:42 +01:00
worldofpeaceandGitHub 504094dfbb Merge pull request #73779 from worldofpeace/jack2-arm-fix-build
jack2: 1.9.13 -> 1.9.14, fix build arm
2019-11-19 19:01:54 +00:00
worldofpeace 61d1338f25 jack2: 1.9.13 -> 1.9.14, fix build arm
See: https://github.com/jackaudio/jack2/releases/tag/v1.9.14

Thanks for fedora working on python3 there and the arm patch 💖.
2019-11-19 13:52:16 -05:00
Janne HeßandLassulus f7f1724ee9 displaylink: Disable free space check
The check fails if you have too much free disk space
2019-11-19 19:51:30 +01:00
Jörg ThalheimandJon 1003613c08 glowing-bear: 0.7.1 -> 0.7.2 2019-11-19 09:39:26 -08:00
Hugo ReevesandJon e8f1c6c8d7 croc: 6.2.3 -> 6.4.1 2019-11-19 09:38:19 -08:00
Dmitry KalinkinandJon 3ff236097b fastjet-contrib: init at 1.042 2019-11-19 09:38:06 -08:00
Christian KauhausandJon 52fb21e78f vulnix: 1.9.1 -> 1.9.2
Bugfix release
2019-11-19 09:35:48 -08:00
Graham ChristensenandGitHub cccabc7847 Merge pull request #73771 from d-goldin/skype_archiveorg_mirror
skypeforlinux: Adding archive.org mirror
2019-11-19 12:28:38 -05:00
Mario RodasandJon 78e17ea5c1 nfpm: 1.1.0 -> 1.1.5 2019-11-19 09:24:30 -08:00
Mario RodasandJon a5fca20959 watchexec: 1.11.1 -> 1.12.0 2019-11-19 09:23:32 -08:00
Mario RodasandJon 67d17bc447 public-sans: 1.006 -> 1.007
Changelog: https://github.com/uswds/public-sans/releases/tag/v1.007
2019-11-19 09:07:25 -08:00
Mario RodasandJon daa1b6df95 stix-two: 2.0.0 -> 2.0.2 2019-11-19 09:06:38 -08:00
Jonathan RingerandJon 542af6df87 conan: 1.12.0 -> 1.12.3
Remove PyYAML_3
2019-11-19 09:05:12 -08:00
Mario RodasandJon 68e1a78368 nodejs-12_x: 12.13.0 -> 12.13.1
Changelog: https://github.com/nodejs/node/releases/tag/v12.13.1
2019-11-19 09:00:29 -08:00
Dima ad8c1703ec skypeforlinux: Adding archive.org mirror
Adding an additional web-archive url to avoid breakage when
old versions disappear from upstream. Still keeping original location
to not needlessly hit archive.org (it's also slower).
2019-11-19 17:47:42 +01:00
Janne HeßandJon f06ca051e2 geoipupdate: Init at 4.1.5 2019-11-19 08:01:19 -08:00
Matthieu CoudronandJon 56b5f663cc python3Packages.cmd2: 0.19.0 -> 0.20.0 2019-11-19 07:43:49 -08:00
Jonathan RingerandJon 6a983b61d4 elasticsearch-curator: move out of python-packages
Upstream froze click to <7, which means it will only
work with overrides, which means it can't compose
with other python modules.
2019-11-19 07:38:27 -08:00
Bernardo MeurerandJon 19b5055f6a vimPlugins.coc-nvim: 0.0.74 -> 2019-11-18 2019-11-19 07:33:57 -08:00
Bernardo MeurerandJon d3088693e5 vimPlugins: update 2019-11-19 07:33:57 -08:00
Graham ChristensenandGitHub 93e8c34e2e Merge pull request #73754 from d-goldin/samba_update_security_fixes
samba: 4.10.8 -> 4.10.10 - security
2019-11-19 09:10:27 -05:00