Jörg Thalheim
69e7307b18
Merge pull request #28314 from fadenb/sqlmap_update
...
sqlmap: 1.0.11 -> 1.1
2017-08-26 13:57:16 +01:00
Alvar
ffa499f9ec
et: init at 2017-03-04 ( #28427 )
2017-08-26 13:36:31 +01:00
Vladimír Čunát
6895ef672b
fbreader: fixup build with gcc-6
2017-08-26 10:35:35 +02:00
Jörg Thalheim
a580bedcf1
Merge pull request #28397 from DIzFer/telegram-update
...
tdesktop: update 1.1.7 -> 1.1.19
2017-08-26 08:49:10 +01:00
Jörg Thalheim
5f482c5df4
libmusicbrainz2: remove deprecated version
...
builds no longer against gcc6 and is not used anywhere
2017-08-26 08:39:27 +01:00
Jörg Thalheim
a400480f8f
Merge pull request #28583 from taku0/firefox-bin-55.0.3
...
firefox: 55.0 -> 55.0.3
2017-08-26 08:15:33 +01:00
Jörg Thalheim
9ea5b2fdc2
Merge pull request #28398 from NeQuissimus/minikube_kube_1_73
...
minikube-kubernetes: 1.7.0 -> 1.7.3
2017-08-26 08:08:18 +01:00
Samuel Leathers
8bd224320e
polybar: fixes issue #28387 ( #28441 )
...
* polybar: fixes issue #28387
* polybar: fix fetchpatch checksum
2017-08-26 07:48:57 +01:00
Jörg Thalheim
3ed601b850
Merge pull request #28431 from NeQuissimus/abcde_2_8_1
...
abcde: 2.7.2 -> 2.8.1
2017-08-26 07:35:30 +01:00
Jörg Thalheim
3de17cb021
Merge pull request #28452 from zraexy/zanshin
...
zanshin: 0.3.1 -> 0.4.1
2017-08-26 06:52:03 +01:00
Jörg Thalheim
2c04ecf155
Merge pull request #28581 from jonafato/corebird-1.6
...
corebird: 1.5.1 -> 1.6
2017-08-26 06:11:37 +01:00
Eric Sagnes
833467ed96
styx: 0.6.0 -> 0.7.0
2017-08-26 13:46:32 +09:00
Jon Banafato
64d13026b6
corebird: 1.5.1 -> 1.6
2017-08-25 23:12:57 -04:00
Jon Banafato
e285527b3b
Fix taskwarrior fish completions
...
Fish expects third party completions to be in a directory called
`vendor_completions.d` rather than `completions`.
2017-08-25 22:13:36 -04:00
Michael Weiss
1799e14647
Revert "android-studio-preview: 3.0.0.10 -> 3.0.0.11"
...
This reverts the upgrade to Android Studio 3.0 Beta 3 from commit
22ae3aa5b6
due to an upstream decision.
From the release updates: "Due to an issues with the Android Plugin for
Gradle in Beta 3 (64527520), we've pulled it down and recommend that you
not accept the update. If you already did, you can go back to Beta 2 by
downloading here." [0]
[0]: https://androidstudio.googleblog.com/2017/08/android-studio-30-beta-3-is-now.html
2017-08-26 01:52:11 +02:00
kiloreux
35612ffb6c
xpdf: 3.04-> 4.00
2017-08-26 00:07:31 +01:00
Jörg Thalheim
89e542d824
Merge pull request #28501 from georgewhewell/imagemagick-aarch64
...
ImageMagick: allow building on aarch64
2017-08-25 22:16:34 +01:00
Kevin Cox
a75d04a970
qbittorrent: 3.3.13 -> 3.3.15
...
This version contains among other things a fix for a too restrictive
XSS filter. See the full change log at https://www.qbittorrent.org/news.php
2017-08-25 20:46:04 +01:00
taku0
dec0929f19
firefox: 55.0 -> 55.0.3
2017-08-26 03:13:03 +09:00
taku0
1b61304761
firefox-bin: 55.0 -> 55.0.3
2017-08-26 03:12:54 +09:00
Frederik Rietdijk
665d393919
Merge remote-tracking branch 'upstream/master' into HEAD
2017-08-25 19:39:41 +02:00
Frederik Rietdijk
656e14f64f
Merge remote-tracking branch 'upstream/python-wip' into HEAD
2017-08-25 19:37:57 +02:00
Frederik Rietdijk
61da59858c
buku: python3 as parameter instead of python
2017-08-25 19:36:19 +02:00
Frederik Rietdijk
da00601306
pytest fixup
2017-08-25 19:36:18 +02:00
Wei Tang
aabdd37cb9
btc1: init at 1.14.5
...
A portion of Bitcoin users (including the super-majority of the
miners) decided to hard fork to segwit2x around this November. At that
time this will not be compatible with the Bitcoin Core client. 1.14.5
is known as "the Production Release".
2017-08-26 01:05:46 +08:00
aszlig
58c0d63100
twister: Fix build against GCC 6.x
...
This applies upstream commit miguelfreitas/twister-core@dd4f5a1769 .
Tested only by building and executing "twisterd --help", but no serious
testing done otherwise.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-08-25 18:32:02 +02:00
aszlig
c905b7895c
twister: 0.9.30 -> 0.9.34
...
From the upstream changelog:
Version 0.9.34:
* quick fix to "Assertion mapInfo.count" failed, don't mess with these
addrman structures!
Version 0.9.33:
* fix serious connectivity problem: not trying to connect to >=0.9.30
peers with random ports.
Version 0.9.31:
* backport from upstream (arvidn/libtorrent@677e642 ):
fixed uTP vulnerability from
The fixes in 0.9.31 are a bit more serious and it actually contains two
fixes from what I've been able to dig through:
* https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-5685
* https://www.us-cert.gov/ncas/alerts/TA14-017A
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-08-25 18:31:44 +02:00
roblabla
55bc0c3836
gitlab: 9.4.3 -> 9.4.5
2017-08-25 16:14:11 +02:00
roblabla
259970d26e
gitlab: Fix packaging, compile gettext files before assets
2017-08-25 16:14:05 +02:00
Lluís Batlle i Rossell
55821dc576
git-lfs: adding old 1.5.6 (supports old server protocols)
...
Some git-lfs servers may not be ready for 2.x clients.
2017-08-25 14:59:49 +02:00
aszlig
a5386213ad
monkeys-audio: Fix build against GCC 6.x
...
Regression introduced by 1ded0cb24c
.
The package defines macros for min() and max(), but those macros are
undefined by the inclusion of stdlib.h since GCC 6.x, so we need to
change tho order of inclusions to include stdlib.h *before* NoWindows.h.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-08-25 14:05:12 +02:00
Jörg Thalheim
7ea05ea542
jetbrains.webstorm: 2017.1.4 -> 2017.2.2
...
fixes #28560
2017-08-25 11:31:34 +01:00
Jörg Thalheim
ed023e0374
jetbrains.idea-ultimate: 2017.2.1 -> 2017.2.2
2017-08-25 11:08:18 +01:00
Jörg Thalheim
5bf21b3db7
jetbrains.pycharm-community: 2017.2.1 -> 2017.2.2
2017-08-25 11:07:40 +01:00
Jörg Thalheim
61e3436496
jetbrains.idea-ultimate: 2017.2.1 -> 2017.2.2
2017-08-25 11:06:59 +01:00
Jörg Thalheim
c5d3ddba3e
jetbrains.idea-community: 2017.2.1 -> 2017.2.2
2017-08-25 11:05:55 +01:00
Jörg Thalheim
ca995e5b68
jetbrains.gogland: 171.4694.61 -> 172.3757.46
2017-08-25 11:04:23 +01:00
Jörg Thalheim
8fb2432d94
jetbrains.clion: 2017.2 -> 2017.2.1
2017-08-25 11:01:33 +01:00
Jörg Thalheim
56429bf9e3
Merge pull request #28548 from WilliButz/packageUpdates
...
update packages: watchman, feh, whois, duc, evemu and debianutils
2017-08-25 07:57:57 +01:00
Jörg Thalheim
702c327c42
Merge pull request #28534 from hedning/copyq_3.0.3
...
copyq: 2.9.0 -> 3.0.3
2017-08-25 07:45:45 +01:00
Michael Weiss
501f55af87
quiterss: 0.18.7 -> 0.18.8
2017-08-25 02:44:47 +02:00
Michael Weiss
22ae3aa5b6
android-studio-preview: 3.0.0.10 -> 3.0.0.11
2017-08-25 02:40:57 +02:00
WilliButz
c6ee3231b7
feh: 2.19.1 -> 2.19.3
2017-08-24 21:20:04 +02:00
WilliButz
bbf7d8c77b
wordnet: refactor
2017-08-24 21:20:03 +02:00
Thomas Tuegel
72d6389ca1
dropbox: 32.4.23 -> 33.4.23
2017-08-24 11:48:11 -05:00
Tor Hedin Brønner
be8e1b9917
copyq: 2.9.0 -> 3.0.3
...
- Updated to use qt5
- Added a required cmake patch (like this one for kdenlive
https://github.com/NixOS/nixpkgs/issues/26160 )
- Optional, by default true, dependency on qtwebkit
2017-08-24 15:17:58 +02:00
Michael Weiss
d6eb43eed4
quiterss: 0.18.6 -> 0.18.7
2017-08-24 13:07:54 +02:00
Raymond Gauthier
763f7f7578
vscode-with-extension: improvements
...
- Now simply let the default `unpackPhase` unzip the vsix file. This
should allow users to retrieve the extension directly from github.
- Extensions now installed using their unique id as install folder.
- Extensions under `vscode-extensions` now use the unique id
as extension name.
2017-08-23 21:31:57 -04:00
Tuomas Tynkkynen
2fc7651b25
Merge remote-tracking branch 'upstream/master' into staging
2017-08-24 02:08:32 +03:00
Jörg Thalheim
c60cbef91c
Merge pull request #28513 from benley/slack-2.7.1
...
Slack: 2.6.2 -> 2.7.1
2017-08-24 00:04:04 +01:00
Jörg Thalheim
abdcdd2eef
Merge pull request #28520 from jtojnar/firefox-bin-update
...
firefox-beta-bin update
2017-08-23 23:41:28 +01:00
Jan Tojnar
ac55f68afe
firefox-devedition-bin: 55.0b2 -> 56.0b5
2017-08-23 21:58:07 +02:00
Jan Tojnar
8b8fa402fe
firefox-beta-bin: 55.0b2 -> 56.0b5
2017-08-23 21:50:05 +02:00
Joachim F
e9f9dee39f
Merge pull request #28421 from sifmelcara/fix/rstudio
...
rstudio: fix build
2017-08-23 18:26:05 +00:00
Shea Levy
ed9526949f
terragrunt: 0.12.25 -> 0.13.0
2017-08-23 14:19:55 -04:00
Shea Levy
ff9666772d
terraform: Add 0.10.2
2017-08-23 14:16:59 -04:00
aszlig
c38440f4e4
Merge pull request #28463 (canto upgrade)
...
This updates canto-daemon to version 0.9.7 and canto-curses to version
0.9.9. I've tested building both and executing them (although without
very comprehensive tests) and they do work on my machine.
I haven't tested the NixOS service module however, but given that
@devhell is also the maintainer of these packages and the service
module, I trust that he's done testing by himself.
2017-08-23 20:11:41 +02:00
Benjamin Staffin
f9a42ed10e
Slack: 2.6.2 -> 2.7.1
2017-08-23 12:35:23 -04:00
georgewhewell
2f2275bb8c
ImageMagick: allow building on aarch64
2017-08-23 11:36:24 +01:00
Bastian Köcher
b8556b2995
KDevelop: Fixes missing dependencies
2017-08-23 12:11:31 +02:00
Jos van den Oever
cea59ffb79
kontact: add missing dependency
2017-08-23 09:59:07 +02:00
Jos van den Oever
c59a09d1fb
akonadicondole: add dependency
2017-08-23 09:59:07 +02:00
Jos van den Oever
1c0179e84d
k3b: remove duplicate dependency
2017-08-23 09:59:07 +02:00
Jos van den Oever
34c265584d
kdeApplications: adapt deps and patches to new version
2017-08-23 09:59:07 +02:00
Thomas Tuegel
d5abffac81
k3b: fixup inputs
2017-08-23 09:59:07 +02:00
Matthew Justin Bauer
2eacddf0dc
treewide: homepage URL fixes ( #28475 )
...
* pgadmin: use https homepage
* msn-pecan: move homepage to github
google code is now unavailable
* pidgin-latex: use https for homepage
* pidgin-opensteamworks: use github for homepage
google code is unavailable
* putty: use https for homepage
* ponylang: use https for homepage
* picolisp: use https for homepage
* phonon: use https for homepage
* pugixml: use https for homepage
* pioneer: use https for homepage
* packer: use https for homepage
* pokerth: usee https for homepage
* procps-ng: use https for homepage
* pycaml: use https for homepage
* proot: move homepage to .github.io
* pius: use https for homepage
* pdfread: use https for homepage
* postgresql: use https for homepage
* ponysay: move homepage to new site
* prometheus: use https for homepage
* powerdns: use https for homepage
* pm-utils: use https for homepage
* patchelf: move homepage to https
* tesseract: move homepage to github
* quodlibet: move homepage from google code
* jbrout: move homepage from google code
* eiskaltdcpp: move homepage to github
* nodejs: use https to homepage
* nix: use https for homepage
* pdf2djvu: move homepage from google code
* game-music-emu: move homepage from google code
* vacuum: move homepae from google code
2017-08-22 20:50:04 +02:00
Thomas Tuegel
49fb3b9313
Merge pull request #28366 from vandenoever/kde-applications
...
KDE Frameworks: 5.36 -> 5.37 and KDE Applications 17.04.3 -> 17.08.0
2017-08-22 06:53:25 -05:00
devhell
e2fbaa856f
canto-{daemon,curses}: 0.9.6,0.9.7 -> 0.9.7,0.9.9
...
Upstream changelog available at:
https://codezen.org/canto-ng/news/
2017-08-22 12:14:17 +01:00
Joachim F
d837d88f3b
Merge pull request #28462 from mdorman/emacs-updates
...
Semi-automated Emacs package updates
2017-08-22 10:05:52 +00:00
Puneet Arora
14a7721454
subversion: 1.9.6 -> 1.9.7 ( #28306 )
2017-08-22 10:05:07 +00:00
Michael Alan Dorman
9af00c8d44
melpa-packages: 2017-08-21
...
Removals:
- achievements: removed from melpa
- avk-emacs-themes
- coq-commenter: removed from melpa
- crab: removed from melpa
- crontab-mode: removed from melpa
- darkane-theme: removed from melpa
- el-pocket: removed from melpa
- ess-R-object-popup: removed from melpa
- euslisp-mode: removed from melpa
- firebelly-theme: removed from melpa
- gap-mode: removed from melpa
- ghost-blog: removed from melpa
- harvest: removed from melpa
- helm-ctest: removed from melpa
- imgix: removed from melpa
- inf-php: removed from melpa
- inform7-mode: removed from melpa
- inline-crypt: removed from melpa
- jaunte: removed from melpa
- mandoku-tls: removed from melpa
- memento: removed from melpa
- n3-mode: removed from melpa
- niflheim-theme: removed from melpa
- nyan-prompt: removed from melpa
- org-jekyll: removed from melpa
- pastels-on-dark-theme: removed from melpa
- pyim-greatdict: removed from melpa
- railgun: removed from melpa
- rails-new: removed from melpa
- refheap: removed from melpa
- ruby-dev: removed from melpa
- ruby-guard: removed from melpa
- sicp: removed from melpa
- slime-annot: removed from melpa
- slime-ritz: removed from melpa
- sly-repl-ansi-color: removed from melpa
- smali-mode: removed from melpa
- smartwin: removed from melpa
- sourcetalk: removed from melpa
- stgit: removed from melpa
- subshell-proc: removed from melpa
- sudden-death: removed from melpa
- syslog-mode: removed from melpa
- tj-mode: removed from melpa
- tronesque-theme: removed from melpa
- turkish: removed from melpa
- uzumaki: removed from melpa
- vimgolf: removed from melpa
- wordsmith-mode: removed from melpa
- yatex: removed from melpa
- zig-mode: removed from melpa
2017-08-22 05:29:20 -04:00
Michael Alan Dorman
2263a7a110
melpa-stable-packages: 2017-08-21
...
Removals:
- ess-R-object-popup: removed from melpa
- harvest: removed from melpa
- imgix: removed from melpa
- inline-crypt: removed from melpa
- nyan-prompt: removed from melpa
- pyim-greatdict: removed from melpa
- slime-ritz: removed from melpa
- sourcetalk: removed from melpa
- stgit: removed from melpa
- subshell-proc: removed from melpa
- sudden-death: removed from melpa
- uzumaki: removed from melpa
- wordsmith-mode: removed from melpa
- yatex: removed from melpa
2017-08-22 05:29:20 -04:00
Michael Alan Dorman
ec4f63c87b
org-packages: 2017-08-21
2017-08-22 05:29:20 -04:00
Michael Alan Dorman
aa49e36be0
elpa-packages: 2017-08-21
2017-08-22 05:29:20 -04:00
Daniel Fullmer
3b3f6d191a
zcash: 1.0.8 -> 1.0.11
2017-08-22 10:33:07 +02:00
Dmitry Kalinkin
fd22d671ec
root: 6.10.02 -> 6.10.04
2017-08-22 04:00:39 +02:00
Franz Pletz
a25a24300f
Merge pull request #28379 from NeQuissimus/docker_17_06_1
...
docker: 17.06.0-ce -> 17.06.1-ce
2017-08-22 03:39:49 +02:00
Guillaume Maudoux
4098ddd6be
mercurial: remove hardcoded linux-only cacert
...
This is no more needed since the introduction of NIX_SSL_CERT_PATH.
Furthermore, it breaks on darwin because the path does not exist.
Fixes #27928 .
2017-08-22 03:39:30 +02:00
Samuel Leathers
5404ac9ae0
atom: fixes #28436 - atom git integration
2017-08-22 03:14:50 +02:00
Franz Pletz
e6abf5e9e4
thunderbird: remove gcc6 patch, works now
2017-08-22 01:40:48 +02:00
John Ericson
0135e61b4c
Merge remote-tracking branch 'upstream/master' into staging
...
That way the tarball job succeeds
2017-08-21 18:42:57 -04:00
Sean Parsons
830d8b3b8f
renoise: 3.0.1 -> 3.1.0 ( #28380 )
...
Replaced demo parameter with releasePath parameter.
2017-08-22 00:12:28 +02:00
zraexy
706d45e411
zanshin: 0.3.1 -> 0.4.1
...
zanshin: 0.3.1 -> 0.4.1
2017-08-21 13:43:59 -08:00
WilliButz
221f5f00e3
rawdog: 2.21 -> 2.22, http -> https
2017-08-21 23:41:00 +02:00
Joachim F
ea064461cb
Merge pull request #28414 from rvolosatovs/update/mopidy-iris
...
mopidy-iris: 3.1.3 -> 3.2.0
2017-08-21 21:14:45 +00:00
Jos van den Oever
f23b1c4c4a
latte-dock: add missing build inputs
2017-08-21 21:49:32 +02:00
Jos van den Oever
df3e7beede
kde-applications: 17.04.3 -> 17.08.0
2017-08-21 21:49:31 +02:00
Thomas Tuegel
50a9f98c42
Merge pull request #27224 from ttuegel/kdepim
...
KDE PIM Applications
2017-08-21 13:47:45 -05:00
Franz Pletz
775a7944c5
kanboard: 1.0.44 -> 1.0.46
...
Fixes CVE-2017-12850 & CVE-2017-12851.
2017-08-21 19:23:58 +02:00
Thomas Tuegel
933f384fc7
ark: use plain unzip
...
Use plain unzip instead of unzipNLS, which is unnecessary and also broken.
2017-08-21 06:52:48 -05:00
Thomas Tuegel
46ecfa1908
okteta: fixup inputs
2017-08-21 06:52:47 -05:00
Thomas Tuegel
4fd2820dcd
k3b: fixup inputs
2017-08-21 06:52:47 -05:00
Thomas Tuegel
5f3732f815
Revert "kdepim-runtime: patch from upstream to fix IMAP resource crash"
...
This reverts commit a6d746fbd12a6633e775e2cb52793f4baa8bab36.
2017-08-21 06:52:15 -05:00
Thomas Tuegel
ca324e54dd
kdepim-runtime: patch from upstream to fix IMAP resource crash
2017-08-21 06:51:34 -05:00
Thomas Tuegel
91b99ec929
sddm: no propagatedBuildInputs
2017-08-21 06:51:33 -05:00
Thomas Tuegel
dd3f3de3e3
syndication: multiple outputs
2017-08-21 06:51:33 -05:00
Thomas Tuegel
22b6a93fad
akonadi: no need to set MYSQLD_EXECUTABLE
2017-08-21 06:51:32 -05:00
Thomas Tuegel
fa2f19467f
akonadi: use QLatin1String instead of QStringLiteral
...
QStringLiteral stores strings in UTF-16 encoding. Nix cannot decode such paths,
so we must use QLatin1String for strings that may be paths, or the dependency
graph will be broken!
2017-08-21 06:51:32 -05:00
Thomas Tuegel
b3ffeab007
kdeApplications: move mkDerivation
2017-08-21 06:51:31 -05:00
Thomas Tuegel
548f52c0a3
korganizer: init at 17.04.0
2017-08-21 06:51:18 -05:00
Thomas Tuegel
c3101965d4
incidenceeditor: init at 17.04.0
2017-08-21 06:51:18 -05:00
Thomas Tuegel
95eee6b49b
eventviews: init at 17.04.0
2017-08-21 06:51:18 -05:00
Thomas Tuegel
3ca93ebb4b
kqtquickcharts: init at 17.04.0
2017-08-21 06:51:18 -05:00
Jos van den Oever
129413c474
kontact: init at 17.04.0
2017-08-21 06:51:17 -05:00
Jos van den Oever
7fe86510c1
kaddressbook: init at 17.04.0
2017-08-21 06:51:17 -05:00
Jos van den Oever
60f56bac82
kleopatra: init at 17.04.0
2017-08-21 06:51:17 -05:00
Thomas Tuegel
e6b42d7403
grantleetheme: merge themes across multiple prefixes
2017-08-21 06:51:17 -05:00
Thomas Tuegel
4b032f12ea
kdepim-apps-libs: init at 17.04.0
2017-08-21 06:51:16 -05:00
Jos van den Oever
7640cae5b0
akregator: init at 17.04.0
2017-08-21 06:51:16 -05:00
Thomas Tuegel
d5468a51fb
akonadiconsole: init at 17.04.0
2017-08-21 06:51:16 -05:00
Thomas Tuegel
4e799eb5bd
calendarsupport: init at 17.04.0
2017-08-21 06:51:16 -05:00
Thomas Tuegel
f3324a806a
ark: do not callPackage default.nix directly
2017-08-21 06:51:16 -05:00
Thomas Tuegel
d47e75a460
kdepim-runtime: init at 17.04.0
2017-08-21 06:51:16 -05:00
Thomas Tuegel
5e860b0461
akonadi-calendar: init at 17.04.0
2017-08-21 06:51:15 -05:00
Thomas Tuegel
87588ff483
kalarmcal: init at 17.04.0
2017-08-21 06:51:15 -05:00
Thomas Tuegel
7872516b99
kholidays: init at 17.04.0
2017-08-21 06:51:15 -05:00
Thomas Tuegel
463569f763
kdav: init at 17.04.0
2017-08-21 06:51:15 -05:00
Thomas Tuegel
6caaa1fc48
pim-sieve-editor: init at 17.04.0
2017-08-21 06:51:15 -05:00
Thomas Tuegel
cf2d844cc2
mbox-importer: init at 17.04.0
2017-08-21 06:51:15 -05:00
Thomas Tuegel
126da861be
kmail-account-wizard: init at 17.04.0
2017-08-21 06:51:15 -05:00
Jos van den Oever
828124b420
grantleetheme: check for a null pointer
2017-08-21 06:51:14 -05:00
Thomas Tuegel
fa8d240188
kmail: init at 17.04.0
2017-08-21 06:51:14 -05:00
Thomas Tuegel
8d26f93e8c
akonadi-notes: init at 17.04.0
2017-08-21 06:51:14 -05:00
Thomas Tuegel
59c0f98a4c
akonadi-search: init at 17.04.0
2017-08-21 06:51:14 -05:00
Thomas Tuegel
2dd147c9a7
kimap: init at 17.04.0
2017-08-21 06:51:14 -05:00
Thomas Tuegel
551604e045
ktnef: init at 17.04.0
2017-08-21 06:51:14 -05:00
Thomas Tuegel
4e88274bf3
libksieve: init at 17.04.0
2017-08-21 06:51:13 -05:00
Thomas Tuegel
1e5a96ea1a
mailcommon: init at 17.04.0
2017-08-21 06:51:13 -05:00
Thomas Tuegel
16675033bb
mailimporter: init at 17.04.0
2017-08-21 06:51:13 -05:00
Thomas Tuegel
2b2a98f9d0
messagelib: init at 17.04.0
2017-08-21 06:51:13 -05:00
Thomas Tuegel
e95b0be376
libgravatar: init at 17.04.0
2017-08-21 06:51:13 -05:00
Thomas Tuegel
a731f3f824
pimcommon: init at 17.04.0
2017-08-21 06:51:13 -05:00
Thomas Tuegel
2dfa7a0af2
grantleetheme: init at 17.04.0
2017-08-21 06:51:13 -05:00
Thomas Tuegel
9e4cf7e36b
kcalutils: init at 17.04.0
2017-08-21 06:51:12 -05:00
Thomas Tuegel
8c36d47804
kidentitymanagement: init at 17.04.0
2017-08-21 06:51:12 -05:00
Thomas Tuegel
5417bb6b81
libkleo: init at 17.04.0
2017-08-21 06:51:12 -05:00
Thomas Tuegel
a5dd08bb8f
libkdepim: init at 17.04.0
2017-08-21 06:51:12 -05:00
Thomas Tuegel
2d60e62d36
kldap: init at 17.04.0
2017-08-21 06:51:12 -05:00
Thomas Tuegel
0601524c04
kontactinterface: init at 17.04.0
2017-08-21 06:51:12 -05:00
Thomas Tuegel
a40f04d8dc
kpimtextedit: init at 17.04.0
2017-08-21 06:51:11 -05:00
Thomas Tuegel
4caf71456c
kcalcore: init at 17.04.0
2017-08-21 06:51:11 -05:00
Thomas Tuegel
0d21d80618
kmailtransport: init at 17.04.0
2017-08-21 06:51:11 -05:00
Thomas Tuegel
47c74997a4
kmbox: init at 17.04.0
2017-08-21 06:51:11 -05:00
Thomas Tuegel
668b0aa1a8
spectacle: fixup inputs and outputs
2017-08-21 06:51:11 -05:00
Thomas Tuegel
612a7bb45e
libkipi: fixup inputs and outputs
2017-08-21 06:51:11 -05:00
Thomas Tuegel
2f3085cb8d
libkexiv2: fixup inputs and outputs
2017-08-21 06:51:10 -05:00
Thomas Tuegel
0ba1b29ea3
libkdcraw: fixup inputs and outputs
2017-08-21 06:51:10 -05:00
Thomas Tuegel
fd630ab1cc
konsole: fixup inputs and outputs
2017-08-21 06:51:10 -05:00
Thomas Tuegel
93478529d0
kompare: fixup inputs and outputs
2017-08-21 06:51:10 -05:00
Thomas Tuegel
27bc86a5c8
kolourpaint: fixup inputs and outputs
2017-08-21 06:51:10 -05:00
Thomas Tuegel
35818ba666
kmix: fixup inputs and outputs
2017-08-21 06:51:10 -05:00
Thomas Tuegel
f86b67d0a5
kmime: fixup inputs and outputs
2017-08-21 06:51:09 -05:00
Thomas Tuegel
b2f6848e34
kio-extras: fixup inputs and outputs
2017-08-21 06:51:09 -05:00
Thomas Tuegel
d732dd9c98
kig: fixup inputs and outputs
2017-08-21 06:51:09 -05:00
Thomas Tuegel
cf91cbbe52
khelpcenter: fixup inputs and outputs
2017-08-21 06:51:09 -05:00
Thomas Tuegel
c173140843
kgpg: fixup inputs and outputs
2017-08-21 06:51:09 -05:00
Thomas Tuegel
fcd1525345
kdf: fixup inputs and outputs
2017-08-21 06:51:09 -05:00
Thomas Tuegel
90a72a5065
kdenetwork-filesharing: fixup inputs and outputs
2017-08-21 06:51:09 -05:00
Thomas Tuegel
c54222a194
kdegraphics-thumbnailers: fixup inputs and outputs
2017-08-21 06:51:08 -05:00
Thomas Tuegel
7378747c40
kdegraphics-mobipocket: fixup inputs and outputs
2017-08-21 06:51:08 -05:00
Thomas Tuegel
b5cef7ebc6
kcontacts: fixup inputs and outputs
2017-08-21 06:51:08 -05:00
Thomas Tuegel
6e96de513b
kcolorchooser: fixup inputs and outputs
2017-08-21 06:51:08 -05:00
Thomas Tuegel
1277814070
kcalc: fixup inputs and outputs
2017-08-21 06:51:08 -05:00
Thomas Tuegel
79a882da54
kcachegrind: fixup inputs and outputs
2017-08-21 06:51:08 -05:00
Thomas Tuegel
da47cdfffb
ffmpegthumbs: fixup inputs and outputs
2017-08-21 06:51:08 -05:00
Thomas Tuegel
284466837a
akonadi: fixup inputs and outputs
2017-08-21 06:51:07 -05:00
Thomas Tuegel
67226f34be
akonadi-mime: fixup inputs and outputs
2017-08-21 06:51:07 -05:00
Thomas Tuegel
816a7683aa
akonadi-contacts: fixup inputs and outputs
2017-08-21 06:51:07 -05:00
Thomas Tuegel
5fa44742b9
kmime: assign to kdepimTeam
2017-08-21 06:51:07 -05:00
Thomas Tuegel
39f9ff0263
kcontacts: assign to kdepimTeam
2017-08-21 06:51:07 -05:00
Thomas Tuegel
e17f125214
akonadi: assign to kdepimTeam
2017-08-21 06:51:07 -05:00
Thomas Tuegel
d1e30e5c34
akonadi-mime: assign to kdepimTeam
2017-08-21 06:51:07 -05:00
Thomas Tuegel
066f273405
akonadi-contacts: assign to kdepimTeam
2017-08-21 06:51:06 -05:00
Thomas Tuegel
27532073dd
kdeApplications: add kdepimTeam maintainer list
2017-08-21 06:51:06 -05:00
Tim Steinbach
8e3e2ccd7f
abcde: 2.7.2 -> 2.8.1
2017-08-21 02:53:59 -04:00
Frederik Rietdijk
6bbc3a0b24
Merge commit '3b29468313bc8604fe8f85c8d9316fd276d3985c' into HEAD
2017-08-21 04:44:40 +02:00
Frederik Rietdijk
04cd1db2b7
Merge remote-tracking branch 'upstream/master' into HEAD
2017-08-21 01:28:27 +02:00
Joachim F
61aa254204
Merge pull request #28177 from jraygauthier/jrg/vscode-with-extensions
...
vscode-with-extensions: init at 1.10.2
2017-08-20 20:33:40 +00:00
Joachim F
417c1ed4f1
Merge pull request #28339 from edef1c/solvespace-2.3-20170808
...
solvespace: 2.3-20170416 -> 2.3-20170808
2017-08-20 20:17:31 +00:00
Joachim F
0e37463784
Merge pull request #28344 from edef1c/tasksh-1.2.0
...
tasksh: 1.1.0 -> 1.2.0
2017-08-20 20:16:49 +00:00
Joachim F
aeb733c8d5
Merge pull request #28377 from Ma27/update/geogebra
...
geogebra: 5-0-377-0 -> 5-0-382-0
2017-08-20 20:15:37 +00:00
Joachim F
450e118dda
Merge pull request #28394 from midchildan/update-tilix
...
Update tilix
2017-08-20 20:10:20 +00:00
Frederik Rietdijk
5b8cd48e99
Merge pull request #28320 from rybern/add-poretools
...
poretools: init at 0.6.0
2017-08-20 17:44:05 +02:00
David Izquierdo
d195a98504
tdesktop: update 1.1.7 -> 1.1.19
2017-08-20 12:48:54 +02:00
mingchuan
fecc1f8b70
rstudio: fix build
2017-08-20 17:35:33 +08:00
Gabriel Ebner
7da15a071d
open-wbo: init at 2.0
2017-08-20 10:19:46 +02:00
Cray Elliott
b427d4a4bb
discord: work around upstream bug via pulseaudio
...
upstream bug causes large ping/high cpu usage when when using voice chat
if pulseaudio is not available at runtime, even though the executable
only explicitly needs ALSA
after a fix hits upstream, I will make pulseaudio support optional and
return the default to alsa
https://github.com/crmarsh/discord-linux-bugs/issues/16
2017-08-19 23:10:55 -07:00
Roman Volosatovs
163e648be1
mopidy-iris: 3.1.3 -> 3.2.0
2017-08-19 21:37:42 +02:00
Jörg Thalheim
623b0b1f90
Merge pull request #28400 from NeQuissimus/atom_1_17_2
...
atom: 1.19.0 -> 1.19.2
2017-08-19 18:43:26 +01:00
Joachim F
6b782a6018
Merge pull request #28321 from magnetophon/distrho
...
distrho: unstable-2016-06-26 -> unstable-2017-08-04
2017-08-19 17:18:58 +00:00
Joachim F
99f1b3eed8
Merge pull request #28331 from taku0/thunderbird-bin-52.3.0
...
thunderbird: 52.2.1 -> 52.3.0
2017-08-19 17:16:45 +00:00
Joachim F
8233560e4b
Merge pull request #28332 from taku0/firefox-bin-55.0.2
...
firefox: 55.0 -> 55.0.2
2017-08-19 17:16:30 +00:00
Tristan Helmich
e573c4ad90
sqlmap: 1.0.11 -> 1.1
...
Additionally disable sqlmap for python3 as it is incompatible:
"[CRITICAL] incompatible Python version detected ('3.6.1'). For successfully running sqlmap you'll have to use version 2.6 or 2.7 (visit 'http://www.python.org/download/ ')"
2017-08-19 15:35:20 +00:00
Gabriel Ebner
acf01cbc6c
lean2: 2016-11-29 -> 2017-07-22
...
This will also fix the build issues with GCC 6.
2017-08-19 15:24:35 +02:00
Tim Steinbach
72278d2fd9
atom: 1.19.0 -> 1.19.2
2017-08-19 09:11:22 -04:00
Tim Steinbach
14eb44d2b8
minikube-kubernetes: 1.7.0 -> 1.7.3
2017-08-19 09:08:44 -04:00
midchildan
ff01459e6c
tilix: Disable DBusActivatable in the desktop entry
2017-08-19 16:37:27 +09:00
midchildan
d79530dd1b
tilix: 1.6.1 -> 1.6.4
2017-08-19 15:58:59 +09:00
Winnie Quinn
69a9a2a40c
vscode: 1.15.0 -> 1.15.1
2017-08-18 23:39:18 -04:00
Tim Steinbach
5b1134cb79
docker: 17.06.0-ce -> 17.06.1-ce
2017-08-18 16:39:43 -04:00
Maximilian Bosch
319dac82d1
geogebra: fallback to web.archive.org
2017-08-18 21:42:50 +02:00
Maximilian Bosch
242d950ab3
geogebra: 5-0-377-0 -> 5-0-382-0
2017-08-18 21:40:58 +02:00
Raymond Gauthier
2a9cb9d36d
vscode-with-extensions: init at 1.10.2
2017-08-18 11:24:53 -04:00
Ryan Bernstein
749e702a46
poretools: version number to commit date
2017-08-18 09:59:26 -04:00
Hoang Xuan Phu
b4c7d595c8
imagemagick: 6.9.9-3 -> 6.9.9-7
...
The old release has been removed from https://www.imagemagick.org/download/releases/ causing new builds to fail.
2017-08-18 15:52:56 +02:00
Peter Hoeg
fb70d08232
msgviewer: indent
2017-08-18 20:55:49 +08:00
Matthew Bauer
725f7ca2ef
coreboot: use https for homepage
2017-08-17 15:04:37 -07:00
Matthew Bauer
b3d8c08a55
acgtk: fix homepage url
2017-08-17 15:04:37 -07:00
Matthew Bauer
59c5f52f67
caneda: use caneda.org for homepage
2017-08-17 15:04:37 -07:00
Matthew Bauer
351277ae7c
opencpn: use https for homepage
2017-08-17 15:04:37 -07:00
Matthew Bauer
99c868c010
use https://github.com for all homepages
...
GitHub does a redirect to https:// when you use http://
repology complains with:
“Homepage link "https://github.com/ …" is dead (HTTP error 404) for more than a month.”
This will fix some of them (not all though)
2017-08-17 14:53:40 -07:00
Matthew Bauer
20b9c32856
amarok: use https for homepage
2017-08-17 14:51:53 -07:00
Matthew Bauer
1c4171c5ca
cryptop: https
2017-08-17 14:51:32 -07:00
Frederik Rietdijk
7c58d12616
Merge pull request #28323 from magnetophon/ardour
...
ardour: 5.10 -> 5.11
2017-08-17 19:59:32 +02:00
Joachim Fasting
cc0434863b
lynx: 2.8.9dev.11 -> 2.8.9dev.16
2017-08-17 18:54:15 +02:00
Joachim Fasting
6ebf2d4fc7
lynx: meta fixups
2017-08-17 18:54:13 +02:00
Joachim Fasting
21eade1b02
lynx: enable parallel building
2017-08-17 18:54:12 +02:00
Joachim Fasting
7c09434756
lynx: enable pie
2017-08-17 18:54:11 +02:00
Joachim Fasting
c47fcbf293
lynx: remove unwanted references to build-time only inputs
...
The binary embeds a listing of build-time dependencies derived from
config.cache. Fix by nuking references in the derived header prior to
building.
Reduces size from ~102MB to ~51MB.
2017-08-17 18:54:05 +02:00
Frederik Rietdijk
8f2ea38f8f
Merge remote-tracking branch 'upstream/master' into HEAD
2017-08-17 18:34:17 +02:00
Ryan Bernstein
a13e4ad1f5
poretools: init at 0.6.0
2017-08-17 11:17:30 -04:00
edef
612f8a5f3e
tasksh: 1.1.0 -> 1.2.0
2017-08-17 16:30:58 +02:00
edef
208ca7ad96
solvespace: 2.3-20170416 -> 2.3-20170808
2017-08-17 14:11:10 +02:00
Peter Hoeg
57ee7283d2
msgviewer: init at 1.9
2017-08-17 09:48:28 +08:00
taku0
395d15eeb7
thunderbird: 52.2.1 -> 52.3.0
2017-08-17 09:12:39 +09:00
taku0
37dff6bdcc
thunderbird-bin: 52.2.1 -> 52.3.0
2017-08-17 09:12:32 +09:00
Bart Brouns
a6415eb143
ardour: 5.10 -> 5.11
2017-08-16 22:39:39 +02:00
Jörg Thalheim
cb2f2aa563
Merge pull request #28276 from koenigmaximilian/patch-2
...
palemoon: 27.2.1-> 27.4.1
2017-08-16 20:28:28 +01:00
Jörg Thalheim
c225f794a4
Merge pull request #28317 from SuprDewd/gpmdp-4.4.0
...
google-play-music-desktop-player: 4.3.0 -> 4.4.0
2017-08-16 20:25:16 +01:00
taku0
f175cdc411
firefox: 55.0 -> 55.0.2
2017-08-17 03:12:56 +09:00
taku0
85a1a59e67
firefox-bin: 55.0 -> 55.0.2
2017-08-17 03:12:41 +09:00
Bart Brouns
7ecb287ce9
distrho: unstable-2016-06-26 -> unstable-2017-08-04
2017-08-16 19:16:48 +02:00
Jörg Thalheim
a3dec32463
octoprint: fix hash
2017-08-16 18:06:12 +01:00
koenigmaximilian
7fdf6e6b99
palemoon: 27.2.1 -> 27.4.1
2017-08-16 16:57:56 +00:00
Bjarki Ágúst Guðmundsson
280aff8ea1
google-play-music-desktop-player: 4.3.0 -> 4.4.0
2017-08-16 14:14:49 +00:00
Jörg Thalheim
34d8ff1809
Merge pull request #28303 from chris-martin/pr/sublime3-zip-fix
...
sublime3: fix package re-zipping
2017-08-16 14:35:50 +01:00
Graham Christensen
47ec1bcb8c
Merge pull request #28300 from NickHu/syncthing-tray
...
syncthing-tray: init at v0.7
2017-08-16 07:19:19 -04:00
Graham Christensen
c734648f4f
Merge pull request #27823 from NickHu/aatt
...
urxvt_autocomplete_all_the_things: init at 1.6.0
2017-08-16 07:12:00 -04:00
Tim Jäger
0c1c3d2b99
qemu: fix HDA recording latency
...
Very long latency occurs for audio inputs when simulating an Intel HDA device.
Patch courtesy of Volker Rümeling.
https://lists.gnu.org/archive/html/qemu-devel/2015-09/msg03336.html
2017-08-16 09:48:49 +02:00
Chris Martin
2b0f79e5c2
sublime3: fix package re-zipping
...
The previous zip command wasn't including directories. This Sublime package only
has one directory in it, so the resulting bug was subtle. The directory
contained the send2trash Python package, so the result was that file deletion
didn't work.
2017-08-15 14:37:15 -04:00
Nick Hu
78b6d45921
syncthing-tray: init at v0.7
2017-08-15 17:49:17 +01:00
Joachim F
11eece3a2e
Merge pull request #28268 from mdorman/emacs-updates
...
Semi-automated Emacs package updates
2017-08-15 15:25:41 +00:00
Guillaume Maudoux
cc92326e12
grisbi: init at 1.0.2
2017-08-15 14:52:32 +02:00
romildo
f9eef3ca79
cbatticon: 1.6.5 -> 1.6.6
2017-08-15 14:51:37 +02:00
Frederik Rietdijk
2f44cbc1ad
Merge pull request #28274 from womfoo/bump/gpxsee-4.9
...
gpxsee: 4.8 -> 4.9
2017-08-15 09:01:35 +02:00
Kranium Gikos Mendoza
310746b6db
gpxsee: 4.8 -> 4.9
2017-08-15 06:51:41 +10:00
Michael Alan Dorman
879a5e0c6e
melpa-package: 2017-08-14
2017-08-14 15:22:51 -04:00
Michael Alan Dorman
0f07fd95b5
melpa-stable-package: 2017-08-14
2017-08-14 15:22:51 -04:00
Michael Alan Dorman
d9a5cdecf6
org-package: 2017-08-14
2017-08-14 15:22:51 -04:00
Michael Alan Dorman
e8557ff74c
elpa-package: 2017-08-14
2017-08-14 15:22:46 -04:00