Commit Graph

17575 Commits

Author SHA1 Message Date
ndowens
8ef05d3010 mpop: 1.2.4 -> 1.2.6 2017-03-17 20:02:23 -05:00
Benno Fünfstück
a4d6e2cf16 atom: avoid using LD_PRELOAD. Fixes glibc compat issues
The wrapper for Atom was loading libraries via LD_PRELOAD, for example
libxkbfile. Now, if you installed atom via nix-env and happened to use a newer
nixpkgs for that than what your system environment is build against, you could
end up with an error like this:

```
uname: relocation error:
/nix/store/68sa3m89shpfaqq1b9xp5p1360vqhwx6-glibc-2.25/lib/libdl.so.2:
symbol _dl_catch_error, version GLIBC_PRIVATE not defined in file libc.so.6
with link time reference
```

This happens because atom calls the `uname` executable from the system to
determine the platform. Because that inherits the `LD_PRELOAD` environment
variable, so the libxkbfile library that the `atom` wrapper was build against
is loaded into `uname`. But since `atom` comes from `nix-env`, the `libxkbfile`
it was built with might be compiled against a newer version of `glibc` than
`uname`, which comes from the system, was! Having two versions of glibc loaded
into the same processes results in chaos.

To fix this, we avoid setting `LD_PRELOAD` and instead use patchelf to set the
correct RPATH. RPATH is not inherited by child processes, so the above issue
can no longer occur.

The only small complication here is that the library that actually loads
libxkbfile is not the atom binary itself, but a node extension that atom uses.
So instead of setting the RPATH on `atom` only, we also set the `rpath` on all
node extensions (`*.node`) the output.
2017-03-18 01:51:36 +01:00
ndowens
d26775fce7 salut-a-toi: 0.2.0 -> 0.6.1
salut-a-toi: Removed un-needed python variable in function
2017-03-17 19:50:04 -05:00
taku0
a038f91871 firefox-esr: 52.0esr -> 52.0.1esr 2017-03-18 09:36:27 +09:00
taku0
3f175876e8 firefox, firefox-bin: 52.0 -> 52.0.1 2017-03-18 09:36:12 +09:00
ndowens
8b23d535d3 owncloud-client: 2.2.3 -> 2.3.0 2017-03-17 17:53:41 -05:00
Nikolay Amiantov
a8785daf0e emacs: fix runtime GTK3 dependencies
Fixes #23845.
2017-03-18 01:32:42 +03:00
ndowens
fbe960a635 transmission-remote-gtk: 1.2 -> 1.3.1 2017-03-17 17:31:59 -05:00
Thomas Tuegel
73ccc49448 Merge pull request #23992 from ttuegel/kde-applications-16.12.3
KDE Applications: 16.12.2 -> 16.12.3
2017-03-17 15:40:42 -05:00
Daiderd Jordan
908e3ffd65
znc: 1.6.4 -> 1.6.5 2017-03-17 21:02:01 +01:00
Rommel M. Martinez
dbee6b6ef8 emem: 0.2.41 -> 0.2.42 2017-03-18 01:39:03 +08:00
Emery Hemingway
fa65cc067b
xaster: init at release 208 2017-03-17 12:09:37 -05:00
Robin Gloster
427edf1e5d
robomongo: mark as broken 2017-03-17 16:45:37 +01:00
Tim Steinbach
f1c2d047ed Merge pull request #23872 from NeQuissimus/docker_17_03_0
docker: 1.13.1 -> 17.03.0-ce
2017-03-17 10:07:04 -04:00
Sean Lee
579219db49 bitwig-studio: 1.3.12 -> 2.0 2017-03-17 09:33:10 -04:00
Peter Hoeg
c216a71215 terraform: use generic builder and add 0.9.0 (#23979) 2017-03-17 09:05:16 +00:00
Daiderd Jordan
6f226a8725 Merge pull request #23954 from jbaum98/pdfpc-darwin
pdfpc, libgee_0_8: Add darwin support
2017-03-17 07:59:41 +01:00
José Luis Lafuente
b2a37a7986
hyper: 0.8.3 -> 1.3.1 2017-03-17 01:36:12 +01:00
Marti Serra
b760bfd9f6 clementine: added switches for optional dependences (#23730)
Added switches for ipod, mtp, cd and cloud support.

The switch for ipod support, specifically, allows users to build it without libplist, wich is currently marked as insecure.
2017-03-17 00:47:37 +01:00
patternspandemic
bb728268b5
kodestudio: init at 17.1 2017-03-16 15:50:01 -07:00
Jörg Thalheim
989c7c7812 Merge pull request #23823 from orivej/qmetro
qmetro: init at 0.7.1
2017-03-16 21:11:00 +01:00
Jörg Thalheim
9ae51deffa Merge pull request #23886 from dtzWill/fix/timewarrior-install-docs-themes
timewarrior: patch to install all themes; use default install target.
2017-03-16 18:48:53 +01:00
Jörg Thalheim
b3c14bbf03 Merge pull request #23919 from pradeepchhetri/nomad-v0.5.5
nomad: 0.5.4 -> 0.5.5
2017-03-16 18:27:32 +01:00
Jörg Thalheim
8e6247844b Merge pull request #23911 from Mic92/taskjuggler
taskjuggler: remove 2.x series
2017-03-16 18:24:39 +01:00
Volth
fd61a33d2b icewm: fix CFGDIR 2017-03-16 16:43:33 +00:00
Jake Waksbaum
12da885e45
pdfpc: Add darwin support 2017-03-16 12:21:14 -04:00
Jörg Thalheim
7f6d92356b Merge pull request #23939 from ebzzry/emem-0.2.41
emem: 0.2.40 -> 0.2.41
2017-03-16 16:18:36 +01:00
Jörg Thalheim
8b8ee6c450 Merge pull request #23948 from rbasso/sc-im-bump-to-v0.5.0
sc-im: 0.4.0 -> 0.5.0
2017-03-16 13:55:33 +01:00
rbasso
4f531a1d2b sc-im: 0.4.0 -> 0.5.0
- Bump version to 0.5.0
- Enable support for reading '.xls' and '.xlsx' files.

The support for reading Excel files depends on:
  - libxml2, which was already a build input.
  - libzip
  - libxls
2017-03-16 20:45:00 +09:00
Kamil Chmielewski
df3044cb2e chromium: flashplayer: 24.0.0.221 -> 25.0.0.127
[Critical security fix]
https://github.com/NixOS/nixpkgs/pull/23889
2017-03-16 12:00:17 +01:00
Rommel M. Martinez
9b0a175af9 emem: 0.2.40 -> 0.2.41 2017-03-16 06:52:19 +08:00
NWDD
a8f269d014
gitkraken: 2.1.0 -> 2.2.0
also added myself as a maintainer
2017-03-15 23:37:18 +01:00
Nikolay Amiantov
545e267adf wireshark-gtk: wrap properly 2017-03-16 00:53:42 +03:00
Rommel M. Martinez
ef56873e98 emem: 0.2.35 -> 0.2.39 2017-03-15 23:48:59 +02:00
Vladimír Čunát
e99bc64552
Merge branch 'master' into staging
More larger rebuilds from master, unfortunately.
2017-03-15 19:09:56 +01:00
Leon Isenberg
6505c6e3df keepass-keeagent: init at 0.8.1
[Bjørn: change fetchurl indent 4 -> 2 spaces.]
2017-03-15 17:55:57 +01:00
Vladimír Čunát
9adcebb1a9
Merge #23917: fix firefox crashes 2017-03-15 17:01:32 +01:00
Daniel Peebles
d78f3de21b Merge pull request #23907 from copumpkin/update-frameworks
Update macOS frameworks from 10.9 to 10.10
2017-03-15 11:22:55 -04:00
Shea Levy
0c928f4a1d terragrunt: Set the version variable properly 2017-03-15 11:01:09 -04:00
Pradeep Chhetri
8d83fbe439 nomad: 0.5.4 -> 0.5.5 2017-03-15 18:55:03 +05:45
David McFarland
c037f54ffb firefox: fix debugBuild = true 2017-03-15 08:49:56 -03:00
Mogria
1893ed54dc sublime3: fix hardcoded /bin/bash when executing commands for build systems (#23561)
* sublime3: replace hardcoded /bin/bash with /usr/bin/env

exec.py in Default.package-sublime calls /bin/bash with subprocess.
See Issue #12011. Because of this builds could not be started from
withtin Sublime Text.

* sublime3: use wrapped of bash to fix internal build system

Without the wrapped version of bash (a symlink to $bash/bin/bash)
with LD_PRELOAD to glibc an relocation error occurs when trying
to run builds from within Sublime Text 3.  See Issue #12011.
2017-03-15 11:32:44 +01:00
Jörg Thalheim
61f20c94ca
taskjuggler: remove 2.x series
The version was released 8 years ago and does not build anymore
2017-03-15 10:32:55 +01:00
Dan Peebles
dc61ff31a7 xhyve: update and fix to use our Hypervisor framework
(this is a cherry-picked version of f3b65f67d9,
which got reverted because it depended on my 10.11 frameworks, which were
flawed)
2017-03-14 22:38:35 -04:00
Charles Strahan
f5ccf24028 Merge pull request #23737 from bendlas/update-chromium
chromium: 56.0.2924.87 -> 57.0.2987.98 [Security]
2017-03-14 20:39:06 -04:00
Shea Levy
5fa84fb1a8 terra{form,grunt}: Add some needed old versions 2017-03-14 16:31:08 -04:00
Jörg Thalheim
d6f586bbff
git-octopus: init at 1.4 2017-03-14 21:01:10 +01:00
Robert Helgesson
5228bc9f2e
eclipses: add dependencies as build inputs
Having `glib` in the build inputs will allow its build hook to
trigger. Also adds `gsettings_desktop_schemas` as a dependency since
Eclipse appears to need the schemas under certain circumstances.
2017-03-14 20:38:04 +01:00
Nick Hu
4e439b2393 qutebrowser: 0.9.1 -> 0.10.1 2017-03-14 20:19:25 +03:00
taku0
c3772678e9 flashplayer: 24.0.0.221 -> 25.0.0.127 (#23889) 2017-03-14 16:02:08 +01:00
Robin Gloster
f70a896094
hol: mark as broken 2017-03-14 15:36:06 +01:00
Peter Simons
58807f75bc esniper: 2.32.0 -> 2.33.0 2017-03-14 14:15:29 +01:00
Will Dietz
dc32b87082 timewarrior: patch to install all themes; use default install target. 2017-03-14 07:54:32 -05:00
zimbatm
b63aab2433 slack: 2.5.1 -> 2.5.2 2017-03-14 12:39:16 +00:00
Tim Steinbach
aed4918795
docker: 1.13.1 -> 17.03.0-ce 2017-03-14 08:02:35 -04:00
Benjamin Staffin
d96cde35b7 Merge pull request #23840 from WilliButz/master
spotify: get source via https instead of plain http
2017-03-14 06:13:47 -04:00
Nick Novitski
1e8476c5b6 links2: build on all unix platforms 2017-03-14 18:55:52 +13:00
Volth
d4294265fd virt-viewer: 2.0 -> 5.0 2017-03-14 04:54:11 +00:00
Tuomas Tynkkynen
aba0b45b86 Merge remote-tracking branch 'upstream/master' into staging
Conflicts:
      pkgs/development/libraries/qt-5/5.7/qtbase/default.nix
2017-03-14 00:49:22 +02:00
Joachim F
40c1406b18 Merge pull request #23856 from mdorman/emacs-updates
Automated emacs package updates
2017-03-13 23:33:01 +01:00
Tim Steinbach
2d1ea867b7 Merge pull request #23866 from mimadrid/update/bluefish-2.2.10
bluefish: 2.2.9 -> 2.2.10
2017-03-13 18:26:58 -04:00
mimadrid
61e8c0370d
bluefish: 2.2.9 -> 2.2.10 2017-03-13 23:01:35 +01:00
Tim Steinbach
6e0c3e1a6d Merge pull request #23862 from mimadrid/update/filezilla-3.25.0
filezilla: 3.24.0 -> 3.25.0
2017-03-13 17:58:34 -04:00
Vincent Laporte
88d7718a64 mkvtoolnix-cli: fix build on darwin 2017-03-13 21:20:26 +00:00
mimadrid
acef015a0b
filezilla: 3.24.0 -> 3.25.0 2017-03-13 22:18:03 +01:00
José Romildo Malaquias
04290bbd14 mkvtoolnix: 9.8.0 -> 9.9.0 (#23827)
* mkvtoolnix: 9.8.0 -> 9.9.0

Starting with version 9.9.0 the man pages and their translations are
not pre-built and bundled with the source code. The tool "xsltproc"
and the DocBook XSL stylesheets for man pages are now required
dependencies to build them.
2017-03-13 22:16:38 +01:00
Frederik Rietdijk
9494820dbb Merge pull request #23847 from lsix/fix-qgis
qgis: Fix build after pythonPackages.sip update
2017-03-13 22:06:52 +01:00
Michael Alan Dorman
29559f6d7a melpa-packages: 2017-03-13 2017-03-13 15:00:27 -04:00
Michael Alan Dorman
2b1faaae9e melpa-stable-packages: 2017-03-13 2017-03-13 15:00:27 -04:00
Michael Alan Dorman
4433fc9089 elpa-package: 2017-03-13 2017-03-13 15:00:27 -04:00
Lancelot SIX
1375a2eecf
qgis: Fix build after pythonPackages.sip update
QGis seems to have a problem with recent sip releases. This patch fixes
the issue.
2017-03-13 16:05:31 +01:00
Arseniy Seroka
320a8a5a94 Merge pull request #23842 from volhovM/fix/sage_68_sed
sage: fix build at 6.8
2017-03-13 16:51:55 +03:00
Willi Butz
e4eb46129d spotify: get source via https instead of plain http 2017-03-13 13:58:35 +01:00
Daniel Peebles
26fc26a979 Merge pull request #23776 from copumpkin/minikube-source
minikube: switch to build from source & mostly fix on Darwin
2017-03-13 08:44:05 -04:00
Robin Gloster
e2a13af49c
emboss: fix build 2017-03-13 13:15:51 +01:00
Mikhail Volkhov
78c0cecc5f
sage: fix build at 6.8 2017-03-13 10:34:55 +03:00
Peter Hoeg
f7fd8a6f73 xca: broken on qt 5.7 2017-03-13 11:55:45 +08:00
Peter Hoeg
eb7690ab06 qsyncthingtray: broken on qt 5.7 2017-03-13 11:55:45 +08:00
Dan Peebles
cf7d4bf8af kubernetes: 1.5.2 -> 1.5.4 2017-03-12 23:02:34 -04:00
Dan Peebles
23e4e32b91 kops: enable on Darwin 2017-03-12 22:35:20 -04:00
Dan Peebles
fe339d281b minikube: switch to build from source & fix on Darwin
Linux behavior should be largely unchanged but we now build minikube
ourselves. Unfortunately localkube is still tricky to build so I pull in
a binary version from upstream.
2017-03-13 02:29:18 +00:00
andyjscott
09c73776b9 mmex: v1.3.1 -> v1.3.3 (#23732) 2017-03-13 02:38:27 +01:00
Julien Dehos
14db0b9ef3 pbrt: 2016-05-19 -> 2017-01-12 (#23405) 2017-03-13 02:35:34 +01:00
Orivej Desh
bed935bd13 qmetro: init at 0.7.1 2017-03-13 00:37:53 +00:00
Thomas Tuegel
06ece41778
KDE Applications: 16.12.2 -> 16.12.3 2017-03-12 17:52:48 -05:00
Olegs Jeremejevs
39cd6ccb8e Add subl symlink for Sublime Text 3 (#23815) 2017-03-12 21:59:48 +00:00
Maximilian Bosch
2df3b5ca7f geogebra: 5-0-331-0 -> 5-0-338-0 (#23593) 2017-03-12 21:37:10 +00:00
Jörg Thalheim
9e6fe2e4f2 Merge pull request #23765 from benley/ykpers-duplicate
ykpers: consolidate into yubikey-personalization
2017-03-12 22:26:32 +01:00
ndowens
586cd21796 peru: 1.0.1 -> 1.1.0 2017-03-12 20:55:24 +00:00
hlolli
f303ac7c79 csound: 6.04 -> 6.08.1
fixes #23767
2017-03-12 20:28:32 +00:00
Thomas Tuegel
ce180eb109 Merge pull request #23755 from jerith666/krfb
krfb: expose kde 5 version
2017-03-12 13:03:22 -05:00
Thomas Tuegel
28e78fd3dc Merge pull request #23766 from orivej/kcachegrind-kdelibs
kcachegrind: init at 16.2.2
2017-03-12 13:01:17 -05:00
Vladimír Čunát
50fadc8b18
cups: split the $lib output
This saves > 10 MB from most closures.
Printing test succeeds on x86_64-linux.
2017-03-12 18:36:30 +01:00
Jörg Thalheim
beb2a2f63d Merge pull request #23753 from magnetophon/neomutt
neomutt: 20170128 -> 20170306
2017-03-12 17:05:25 +01:00
Ji-Haeng Huh
697838cbea
yasr: init at 0.6.9
fixes #23188
2017-03-12 16:59:00 +01:00
Ambroz Bizjak
2d47e1be72 kdevelop: 5.0.3 -> 5.0.4 (#23788) 2017-03-12 16:49:24 +01:00
José Romildo Malaquias
196f64d675 qbittorrent: 3.3.10 -> 3.3.11 (#23703) 2017-03-12 15:48:26 +01:00
Joachim F
6fce6c9adb Merge pull request #23748 from joachifm/use-remove-references-to
Use removeReferencesTo
2017-03-12 15:07:49 +01:00
Rommel M. Martinez
f5a5516355 emem: 0.2.34 -> 0.2.35 2017-03-12 09:38:43 +01:00
Orivej Desh
8cc10357ce kcachegrind: init at 16.2.2 2017-03-11 21:56:44 +00:00
Benjamin Staffin
f474f82860 ykpers: consolidate into yubikey-personalization
Looks like this accidentally got packaged twice.
2017-03-11 16:23:00 -05:00
Matt McHenry
2a9208cd24 krfb: init at 16.12.2 2017-03-11 14:10:11 -05:00
Joachim Fasting
d575efc5f0
electrum: 2.7.18 -> 2.8.1
See https://github.com/spesmilo/electrum/blob/master/RELEASE-NOTES

Also
- patch .desktop file to include full path to electrum
- add dep on pysocks
- remove dep on pyasn; per the changelog, it has not been used since v2.1
- replace dep on slowaes with pyaes
2017-03-11 19:26:31 +01:00
Bart Brouns
42c2bac8c0 neomutt: 20170128 -> 20170306 2017-03-11 16:26:37 +01:00
Joachim Fasting
d082a29c3a
runc: use removeReferencesTo 2017-03-11 15:17:36 +01:00
Joachim Fasting
c4fe196087
docker: use removeReferencesTo 2017-03-11 15:17:34 +01:00
Joachim Fasting
0c6a1eaa43
containerd: use removeReferencesTo 2017-03-11 15:17:32 +01:00
Joachim Fasting
061ff21bbf
kubernetes: use removeReferencesTo 2017-03-11 15:17:26 +01:00
aszlig
0a7673d202
qemu_test: Rebase force-uid0-on-9p.patch
This reverts commit 3a4e2376e4.

The reverted commit caused the fix for CVE-2016-9602 not to be applied
for qemu_test because it conflicts with the force-uid0-on-9p.patch.

So with the rebase of the patch on top of the changes of the
CVE-2016-9602.patch, both patches no longer conflict with each other.

I've tested this with the "misc" NixOS test and it succeeds.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-03-11 15:16:49 +01:00
Pierre Radermecker
b729a3a9dc albert: fix #23710 2017-03-11 15:16:29 +01:00
Robin Gloster
d6d796812a
lightdm_qt: fix build 2017-03-11 14:52:42 +01:00
Franz Pletz
3a4e2376e4
qemu_test: don't apply patch for CVE-2016-9602
Both patches are conflicting. Keeping the vulnerability unpatched in qemu
binaries used for nixos test is tolerable.
2017-03-11 13:43:42 +01:00
Joachim F
92b3b9bb3f Merge pull request #23560 from lheckemann/precision-strike
Precision strike
2017-03-11 12:07:07 +01:00
Franz Pletz
621e7a9945
qemu: fetch vnc bugfix patch from debian
This version of the patch applies cleanly to the 2.8.0 release.
2017-03-11 09:32:48 +01:00
Franz Pletz
82f1c3fb43
kanboard: init at 1.0.40 2017-03-11 09:12:15 +01:00
Franz Pletz
c512180f9c
qemu: add patches for multiple CVEs
New upstream patch function and patches for fixing a bug in the patch for
CVE-2017-5667 and the following security issues:

  * CVE-2016-7907
  * CVE-2016-9602
  * CVE-2016-10155
  * CVE-2017-2620
  * CVE-2017-2630
  * CVE-2017-5525
  * CVE-2017-5526
  * CVE-2017-5579
  * CVE-2017-5856
  * CVE-2017-5857
  * CVE-2017-5987
  * CVE-2017-6058
2017-03-11 08:14:29 +01:00
Franz Pletz
12f3006861
vim: 8.0.0329 -> 8.0.0442 2017-03-11 08:14:28 +01:00
Franz Pletz
4e0375cb59
pidgin: 2.11.0 -> 2.12.0 for CVE-2017-2640
Also removes unmaintained plugins.

See https://bitbucket.org/pidgin/www/src/tip/htdocs/ChangeLog.
2017-03-11 08:14:28 +01:00
Herwig Hochleitner
49207a62f3 chromium: 56.0.2924.87 -> 57.0.2987.98 [Security] 2017-03-11 02:01:16 +01:00
ndowens
65b8a97ab3 litecoin: 0.10.2.2 -> 0.13.2.1 2017-03-10 20:48:45 +00:00
Joachim Fasting
69ce1ed526 surf-webkit2: init at 2017-03-06 2017-03-10 20:31:20 +01:00
Dan Peebles
7dff6a8689 kubernetes: fix on Darwin
Also bump its Go version to 1.7, since 1.6 is fatally flawed on macOS 10.12
2017-03-10 13:31:16 -05:00
Tuomas Tynkkynen
c863aa384e cdparanoia: Fix aarch64 build
Hooray for autohelltools actually reducing portability!
2017-03-10 19:39:40 +02:00
Ben Darwin
7baad2e4be c3d: init at 1.1.0 2017-03-10 11:57:19 -05:00
Tim Steinbach
96803574cd Merge pull request #23712 from Kendos-Kenlen/atom
atom: 1.14.4 -> 1.15.0
2017-03-10 11:05:10 -05:00
Gauthier POGAM--LE MONTAGNER
acd8ede120 atom: 1.14.4 -> 1.15.0 2017-03-10 15:53:04 +01:00
Rommel M. Martinez
943c4ed72f emem: 0.2.32 -> 0.2.34 (#23680) 2017-03-10 15:39:18 +01:00
Raymond Gauthier
c7d9032b51 brscan4: 0.4.3-4 -> 0.4.4-2
Also add missing linux32 support.
2017-03-10 16:24:49 +02:00
Cray Elliott
76836ee2c7 obs-studio: 18.0.0 -> 18.0.1
also add patch to fix a segfault, submitted upstream to obs-studio
2017-03-10 04:22:25 -08:00
Arseniy Seroka
10a17f99a4 Merge pull request #23698 from volhovM/update/scudcloud-1.44
scudcloud: 1.40 -> 1.44
2017-03-10 13:40:52 +03:00
Mikhail Volkhov
2e16a8d9b3
scudcloud: 1.40 -> 1.44
AFAIU qt5 version was updated so older scudcloud was no longer
working. This fixes the problem.
2017-03-10 13:33:23 +03:00
Michael Raskin
f3a4f31554 libreoffice-still: apply the patch for ICU 58, see 17126 2017-03-10 09:48:54 +01:00
Peter Hoeg
b36ee3d387 dropbox: 20.4.19 -> 21.4.25 2017-03-10 14:22:02 +08:00
Peter Hoeg
bce352949e virtmanager-qt: init at 0.39.60 2017-03-10 11:08:19 +08:00
Ben Darwin
f02ac9588f mark old seg3d as broken for now since it no longer builds with stock gcc version and flags 2017-03-09 19:06:17 -05:00
Vladimír Čunát
7b7496a256
Merge #23663: thunderbird*: security 45.7.1 -> 45.8.0 2017-03-10 01:06:11 +01:00
rnhmjoj
1665102688 ostinato: refactor 2017-03-09 22:08:33 +02:00
Michael Raskin
665a89c4a4 Merge pull request #23671 from Mic92/gajim
gajim: 0.16.6 -> 0.16.7
2017-03-09 18:33:19 +00:00
Michael Raskin
6fad14b66e libreoffice-still: 5.2.5.1 -> 5.2.6.2 2017-03-09 18:59:31 +01:00
Jörg Thalheim
d90e6c7ee6
gajim: 0.16.6 -> 0.16.7 2017-03-09 18:51:20 +01:00
Michael Raskin
5daf9c3e76 baresip: 0.5.0 -> 0.5.1 2017-03-09 18:47:37 +01:00
Frederik Rietdijk
583c50ddce Merge pull request #23666 from lsix/update_qgis
qgis: 2.18.3 -> 2.18.4
2017-03-09 16:49:17 +01:00
Jörg Thalheim
4d13b5d201 Merge pull request #23631 from edef1c/verilator-shebang
verilator: fix Perl shebangs
2017-03-09 15:05:40 +01:00
Lancelot SIX
be20195704
qgis: 2.18.3 -> 2.18.4 2017-03-09 14:27:29 +01:00
taku0
d398217d63 thunderbird, thunderbird-bin: 45.7.1 -> 45.8.0 2017-03-09 21:40:53 +09:00
Linus Heckemann
a80e4d76af syncthing: use removeReferencesTo 2017-03-09 12:02:57 +00:00
Jörg Thalheim
77ed6e3dd2 Merge pull request #23657 from ebzzry/emem-0.2.32
emem: 0.2.31 -> 0.2.32
2017-03-09 08:09:46 +01:00
Peter Hoeg
02549a20a5 syncthing: 0.14.23 -> 0.14.24 2017-03-09 15:01:15 +08:00
Rommel M. Martinez
23bbeec420 emem: 0.2.31 -> 0.2.32 2017-03-09 10:35:52 +08:00
Bart Brouns
2ab778cc9c inkscape: 0.92.0 -> 0.92.1 (#23652) 2017-03-09 01:26:26 +01:00