Commit Graph

19158 Commits

Author SHA1 Message Date
Joachim F
3637119cd4 Merge pull request #27315 from taku0/flashplayer-26.0.0.137
flashplayer: 26.0.0.131 -> 26.0.0.137 [Critical security fixes]
2017-07-13 13:04:02 +01:00
Jörg Thalheim
9d28cd9ca4 Merge pull request #27206 from nthorne/InitGitBigPicture
git-big-picture: init at 0.9.0
2017-07-13 09:54:26 +01:00
Joachim Fasting
9e12be50b4
tor-browser-bundle-bin: support injecting additional prefs
The `extraPrefs` parameter is injected verbatim into the mozilla.cfg
file.

Note that the syntax is a superset of the usual prefs.js syntax.  The
following procedures are of particular interest:
pref() to set a preference as if it had been toggled in about:config
defaultPref() to set the *default* value of a preference
lockPref() to set a preference & prevent further modification
clearPref() to reset a preference to its default state

Example:
```nix
tor-browser-bundle-bin.override {
  extraPrefs = ''
    // Increase default security level
    pref("extensions.torbutton.security_slider", 2);
  '';
}
```
2017-07-13 10:12:33 +02:00
Joachim Fasting
07e492c6e6
tor-browser-bundle-bin: do not call home to check tbb version 2017-07-13 10:12:27 +02:00
Jörg Thalheim
eb28340bac Merge pull request #27285 from emmanuelrosa/pgadmin-desktop-file
pgadmin: make desktop item
2017-07-12 23:19:33 +01:00
Jörg Thalheim
3d380b9082 Merge pull request #27289 from vyp/patch/xst-init
xst: init at 0.7.1
2017-07-12 21:46:42 +01:00
Jörg Thalheim
b38e33775b xst: use fetchFromGitHub 2017-07-12 21:30:14 +01:00
Jörg Thalheim
9e72b32579 Merge pull request #27291 from celldee/sway_0_13_0
sway: 0.12.2 -> 0.13.0
2017-07-12 21:23:18 +01:00
Vincent Laporte
ff965a59f5 scite: 3.7.3 -> 3.7.5 2017-07-12 22:11:36 +02:00
Gabriel Ebner
71e44b1453 vscode: 1.13.0 -> 1.14.0 2017-07-12 17:23:39 +01:00
Peter Hoeg
16cc87ca29 terraform: disable checks for 0.9 as they are failing again 2017-07-13 00:12:22 +08:00
Peter Hoeg
ef78ff8420 terragrunt: 0.12.16 -> 0.12.24 2017-07-13 00:09:07 +08:00
Peter Hoeg
299c57e6f3 terragrunt: make v0.11.1 use its own deps file 2017-07-13 00:06:05 +08:00
Peter Hoeg
fc47846e39 syncthing: 0.14.31 -> 0.14.32 2017-07-12 23:56:42 +08:00
Peter Hoeg
f482ea2ed2 quaternion: 2017-04-15 -> 2017-06-29 2017-07-12 23:50:23 +08:00
Andrew Cann
9747eca164 houdini: init at 16.0.633 (#27326) 2017-07-12 15:36:28 +01:00
taku0
04be8b9ef5 flashplayer-standalone: 26.0.0.131 -> 26.0.0.137 2017-07-12 07:40:12 +09:00
taku0
eca15bd0c2 flashplayer: 26.0.0.131 -> 26.0.0.137 2017-07-12 07:39:47 +09:00
Jörg Thalheim
7ed7583e68 Merge pull request #27301 from sternenseemann/jackline
jackline: 2017-05-21 -> 2017-05-24
2017-07-11 18:29:08 +01:00
xd1le
88874e7650 xst: init at 0.7.1 2017-07-12 02:53:43 +10:00
xd1le
4934a512d1 st: refactor out `stdenv.lib' already in scope 2017-07-12 02:25:18 +10:00
xd1le
bd2cef064c st: refactor deprecated `isNull' function 2017-07-12 02:23:42 +10:00
Alexander Schmolck
2c1097a83b git: add missing deps for filter-branch etc (#27221)
Several git commands are implemented as shell scripts that run awk, sed, grep
and perl. There is some existing patching in the postinstall for perl to rewrite
it to an absolute reference to pkgs.perl, but several other packages are both
missing as a dependency and have no rewrite logic.

In particular git filter-branch depends on sed and grep.

Additionally, the perl logic also seds git-am, which is now a binary not a shell
script anymore (see <github.com/git/git/blob/master/builtin/am.c>), so this part
was obsolete.

I tested this by grepping all shell scripts for the relevant commands and then
comparing the diffs of the new version to what is produced in master. All
changes in the scripts seem good to me.
2017-07-11 17:00:17 +01:00
Bart Brouns
469aeb9a7f helm:0.8.6 -> 0.9.0 (#27302) 2017-07-11 15:37:06 +01:00
sternenseemann
de965b78ab jackline: 2017-05-21 -> 2017-05-24 2017-07-11 14:31:27 +02:00
Chris Duncan
cca84bc6c9 sway: 0.12.2 -> 0.13.0 2017-07-10 22:00:22 +01:00
Chris Duncan
c27ebd41c5 sway: Add cmake version number flag 2017-07-10 21:56:36 +01:00
Chris Duncan
82ddeaba88 sway: Add pam, gdk_pixbuf build inputs 2017-07-10 21:54:03 +01:00
Tobias Geerinckx-Rice
46dc5394cd
Update e-mail address for nckx 2017-07-10 20:54:18 +02:00
Tim Steinbach
37f59d2e72 Merge pull request #27137 from vdemeester/update-docker-1706
docker: 17.03.2-ce -> 17.06.0-ce
2017-07-10 07:08:37 -04:00
Matt McHenry
c3d036df71
eclipse-modeling: 4.6 -> 4.7 2017-07-10 11:45:29 +02:00
Matt McHenry
cd7a01d56e
eclipse-cpp: 4.6.0 -> 4.7.0 2017-07-10 11:45:24 +02:00
Roman Volosatovs
c060b8792a Mopidy-iris: init at 3.0.0 (#26518) 2017-07-10 10:18:29 +01:00
Vincent Demeester
ec570448a0
docker-ce: 17.03.02-ce -> 17.06.0-ce
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2017-07-10 09:58:32 +02:00
Jörg Thalheim
45c33c7c43 Merge pull request #27272 from sigma/pr/hugo-0.25.1
hugo: 0.25 -> 0.25.1
2017-07-10 08:45:28 +01:00
Tristan Helmich
7b44b7abd0
ndppd: init at 0.2.5 2017-07-10 09:36:04 +02:00
Yann Hodique
ff5f7f9588 hugo: 0.25 -> 0.25.1 2017-07-10 00:07:31 -07:00
Peter Hoeg
4dd55c1bf6 syncthing: 0.14.30 -> 0.14.31 2017-07-10 10:40:13 +08:00
Franz Pletz
1f926aa94f
irssi: 1.0.3 -> 1.0.4 for multiple CVEs
Fixes:
  * CVE-2017-10965
  * CVE-2017-10966

See https://irssi.org/security/irssi_sa_2017_07.txt.
2017-07-10 00:22:14 +02:00
Niklas Thörne
4ae629dd91 git-big-picture: init at 0.9.0
Updated after review comments.
2017-07-09 21:21:51 +02:00
Emmanuel Rosa
b6e15bde7a pgadmin: make desktop item
This change adds the .desktop file so that pgAdmin shows up in the menu
system of desktop environments (ex. GNOME, XFCE, etc).

Closes #27067
2017-07-09 15:04:47 -04:00
239
64c3247f6f opera: 45.0.2552.898 -> 46.0.2597.39
- updated to 46.0.2597.39
- gtk2 dependency changed to gtk3
- 32-bit package is no longer supported
2017-07-09 20:23:48 +02:00
Taeer Bar-Yam
56923a410e pjsip: 2.5.5 -> 2.6 2017-07-09 13:32:52 -04:00
Joachim F
316dd74ab1 Merge pull request #27193 from calvertvl/upd_qutebrowser-0.11.0
qutebrowser: 0.10.1 -> 0.11.0
2017-07-09 09:29:10 +01:00
Joachim F
12216a69b4 Merge pull request #27249 from jensbin/corebird
corebird: 1.5 -> 1.5.1
2017-07-09 09:27:46 +01:00
Joachim F
079b4957df Merge pull request #27251 from jfrankenau/update-feh
feh: 2.18.2 -> 2.19
2017-07-09 09:20:51 +01:00
Johannes Frankenau
1df820cd3d feh: 2.18.2 -> 2.19 2017-07-09 08:52:27 +02:00
Jens Binkert
cf515b0f9f corebird: 1.5 -> 1.5.1 2017-07-09 08:01:28 +02:00
Peter Hoeg
5906a2714d krusader: add missing dependencies 2017-07-09 09:36:58 +08:00
Peter Hoeg
4a8d67ebec krusader: fix compilation 2017-07-09 08:47:19 +08:00