summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* libreoffice: add zh-CN language supportBobby Rong2018-08-31
|
* youtubeDL: 2018.08.04 -> 2018.08.28Franz Pletz2018-08-31
|
* nginxMainline: 1.15.2 -> 1.15.3Franz Pletz2018-08-31
|
* Merge pull request #45748 from xeji/p/nfs-232xeji2018-08-31
|\ | | | | nfs-utils: 2.1.1 -> 2.3.2, integrate libnfsidmap
| * nfs-utils: simplify code using placeholdersUli Baum2018-08-30
| |
| * nixos/tests/nfs: fix nfs4 client mount pathUli Baum2018-08-30
| | | | | | | | | | nfs4 exports from a virtual filesystem root, so the client mount path differs from nfs3
| * nfs-utils: 2.1.1 -> 2.3.2, integrate libnfsidmapUli Baum2018-08-30
| | | | | | | | | | | | | | | | - switch source to kernel.org - libnfsidmap 2.3.2 is built from the nfs-utils source, put it in nfs-utils.lib - split outputs - adapt sssd, the only other package using libnfsidmap
* | Revert "mdds: 1.3.1 -> 1.4.1 (#45814)"Uli Baum2018-08-31
| | | | | | | | | | | | This update appears to break libreoffice. This reverts commit 897206755e5c466c1f23f8d363c734bb6654638f.
* | matrix-synapse: 0.33.0 -> 0.33.3Michael Raskin2018-08-31
| |
* | nixos/zeronet: init (#44842)チルノ2018-08-31
| |
* | perl: Text-Unaccent: fixup build (#45768)Matt McHenry2018-08-31
| | | | | | | | workaround as mentioned at https://rt.cpan.org/Public/Bug/Display.html?id=124815
* | Merge pull request #45682 from Thra11/opencolorio-system-lcmsJan Tojnar2018-08-31
|\ \ | | | | | | opencolorio: use system lcms2 on aarch64
| * | opencolorio: refactor to use system lcms2 and tinyxmlTom Hall2018-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The version of LCMS bundled with opencolorio is too old to build on aarch64, simply because its config files date from before aarch64 was announced. However, it can use the system lcms2 if it is found. Also de-vendor tinyxml. In addition, the version had been bumped to 1.1.0, but 1.0.9 was still hard-coded in the fetch uri. Some changes were necessary for 1.1.0 to build. As the sources are fetched from github, use fetchFromGitHub instead of fetchurl.
* | | Merge pull request #45811 from Nadrieril/fix-usbguard-auditfileSarah Brofeldt2018-08-31
|\ \ \ | | | | | | | | | | | | nixos/usbguard: ensure the audit log file can be created nixos/usbguard: disable debug output
| * | | nixos/usbguard: ensure the audit log file can be createdNadrieril2018-08-30
| | | | | | | | | | | | | | | | Since version 0.7.3, usbguard-daemon won't start if the file cannot be opened.
| * | | nixos/usbguard: disable debug outputNadrieril2018-08-30
| | | |
* | | | Merge pull request #45851 from mpickering/folium-0.6.0Sarah Brofeldt2018-08-31
|\ \ \ \ | | | | | | | | | | folium: 0.5.0 -> 0.6.0
| * | | | folium: 0.5.0 -> 0.6.0Matthew Pickering2018-08-31
| | | | |
* | | | | julia: add 0.7 and 1.0Rob Vermaas2018-08-31
| | | | |
* | | | | julia: add 0.7 and 1.0Rob Vermaas2018-08-31
| | | | |
* | | | | at: 3.1.20 -> 3.1.23 (#45847)R. RyanTM2018-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from at
* | | | | minizinc: 2.1.7 -> 2.2.0 (#45816)R. RyanTM2018-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from minizinc
* | | | | mdds: 1.3.1 -> 1.4.1 (#45814)R. RyanTM2018-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from mdds
* | | | | notify-osd-customizable: init at 0.9.35+16.04.20160415 (#43226)Ivan Malison2018-08-31
| | | | |
* | | | | Merge pull request #45810 from vincentbernat/fix/nginx-staplingFranz Pletz2018-08-31
|\ \ \ \ \ | | | | | | | | | | | | nixos/nginx: ensure TLS OCSP stapling works out of the box with LE
| * | | | | nixos/nginx: ensure TLS OCSP stapling works out of the box with LEVincent Bernat2018-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The recommended TLS configuration comes with `ssl_stapling on` and `ssl_stapling_verify on`. However, this last directive also requires the use of `ssl_trusted_certificate` to verify the received answer. When using `enableACME` or similar, we can help the user by providing the correct value for the directive. The result can be tested with: openssl s_client -connect web.example.com:443 -status 2> /dev/null Without OCSP stapling, we get: OCSP response: no response sent After this change, we get: OCSP Response Data: OCSP Response Status: successful (0x0) Response Type: Basic OCSP Response Version: 1 (0x0) Responder Id: C = US, O = Let's Encrypt, CN = Let's Encrypt Authority X3 Produced At: Aug 30 20:46:00 2018 GMT
* | | | | | Merge pull request #45839 from oxij/pkgs/tor-browser-docstringsJörg Thalheim2018-08-31
|\ \ \ \ \ \ | | | | | | | | | | | | | | treewide: write better docstrings for tor-browser things
| * | | | | | treewide: write better docstrings for tor-browser thingsJan Malakhovski2018-08-31
| | | | | | |
* | | | | | | docs/python: fix attribute naming exampleJörg Thalheim2018-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/NixOS/nixpkgs/pull/45822#issuecomment-417566642
* | | | | | | Merge pull request #45844 from r-ryantm/auto-update/broJörg Thalheim2018-08-31
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | bro: 2.5.4 -> 2.5.5
| * | | | | | | bro: 2.5.4 -> 2.5.5R. RyanTM2018-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from bro
* | | | | | | | Merge pull request #45638 from aanderse/incronJan Tojnar2018-08-31
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | incron: init at 0.5.12
| * | | | | | | | changed from forking to simple as recommended by @aszligAaron Andersen2018-08-31
| | | | | | | | |
| * | | | | | | | changes as per requested by @aszligAaron Andersen2018-08-31
| | | | | | | | |
| * | | | | | | | removed quotes when not needed as suggested by @aszligAaron Andersen2018-08-31
| | | | | | | | |
| * | | | | | | | added option to specify which packages are available to the system incrontabAaron Andersen2018-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | recommendation by @jtojnar and @maurer
| * | | | | | | | added a check to make sure a situation where a defined configuration ↵Aaron Andersen2018-08-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wouldn't be unused as per recommended by @maurer
| * | | | | | | | remove duplicate stringAaron Andersen2018-08-27
| | | | | | | | |
| * | | | | | | | removed redundant lineAaron Andersen2018-08-27
| | | | | | | | |
| * | | | | | | | added a comment about the PATH variable under which incrontab commands will runAaron Andersen2018-08-27
| | | | | | | | |
| * | | | | | | | some cleanup of the package .nix file as recommended by @jtojnarAaron Andersen2018-08-27
| | | | | | | | |
| * | | | | | | | clarified the descriptions of the allow and deny optionsAaron Andersen2018-08-27
| | | | | | | | |
| * | | | | | | | use fetchFromGitHub instead of fetchurl as recommended by @jtojnarAaron Andersen2018-08-27
| | | | | | | | |
| * | | | | | | | fixed mistake about location of HOMEAaron Andersen2018-08-27
| | | | | | | | |
| * | | | | | | | tweak the PATH variable to better match what NixOS providesAaron Andersen2018-08-27
| | | | | | | | |
| * | | | | | | | fixed issue with system jobsAaron Andersen2018-08-27
| | | | | | | | |
| * | | | | | | | conforming to CONTRIBUTING.mdAaron Andersen2018-08-25
| | | | | | | | |
| * | | | | | | | replace hardcoded guess path with what i hope is the proper nixos pathAaron Andersen2018-08-26
| | | | | | | | |
| * | | | | | | | fixed licenseAaron Andersen2018-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added incron to pkgs
| * | | | | | | | initial work on incron serviceAaron Andersen2018-08-25
| | | | | | | | |