rsadowski
e05d7bb937
Update youtube-dl to 2018.01.18
...
From Klemens Nanni -- Thanks!
2018-01-24 20:37:45 +00:00
jasper
9a3f0125a2
link to upstream pr
2018-01-24 18:40:18 +00:00
jasper
c6c6faafab
update to py-psutil-5.4.3
2018-01-24 18:16:27 +00:00
jasper
58309d5f72
mention py-pyinotify which is used for inotify beacons
2018-01-24 18:10:28 +00:00
jasper
946208b9bc
+py-pyinotify
...
+py-pyinotify,python3
2018-01-24 18:09:17 +00:00
jasper
680ba71df7
import py-pynotify-0.9.6
...
inotify functionality allows you to register one or more directories for
watching, and to simply block and wait for notification events.
ok aja@
2018-01-24 18:06:34 +00:00
landry
b171c396ce
Update to nss 3.35, required by gecko 59.
...
See https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.35_release_notes
2018-01-24 17:25:45 +00:00
landry
3407fe126d
Update to nspr 4.18, required by gecko 59.
2018-01-24 17:22:41 +00:00
abieber
64a9029d33
Update to 1.6.10
...
diff from Björn Ketelaars <bjorn.ketelaars@hydroxide.nl> !
No objections
2018-01-24 14:22:20 +00:00
landry
2d23374af5
Remove the update cookies in make clean=package. Fixes typo/thinko in r1.1371
...
ok espie@
2018-01-24 13:42:03 +00:00
landry
48b9cc04fb
Update to gradio 7.1.
...
ok bcallah@
2018-01-24 08:58:02 +00:00
kirby
826811510e
gna.org was shutdown in Jan 2017 so update HOMEPAGE and MASTER_SITES.
...
Maintainer timeout.
2018-01-24 08:01:00 +00:00
jca
08e2ce0485
Mark as BROKEN on arm, SIGILL when trying to use SIMD instructions
...
We don't know yet why those instructions are used here, the best way
forward might just be to support hardfp...
2018-01-24 00:35:14 +00:00
jca
5dd7aaf2a9
Adapt to the recent changes in <arm/reg.h>
...
Based on Mark's diff for base gdb. ok kettenis@ pascal@ (maintainer)
2018-01-24 00:19:56 +00:00
kili
dc40fa773b
Enable the build of lang/ghc again.
2018-01-23 20:59:49 +00:00
landry
4b72cdaad7
Update to firefox-esr 52.6.0.
...
See https://www.mozilla.org/en-US/firefox/52.6.0/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2018-01/
(spectre mitigations) and
https://www.mozilla.org/en-US/security/advisories/mfsa2018-03/
2018-01-23 19:27:53 +00:00
landry
7576546738
Also remove this one, was merged upstream in #1341234
2018-01-23 19:18:41 +00:00
landry
74b1bd742d
Update to firefox 58.0.
...
See https://www.mozilla.org/en-US/firefox/58.0/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2018-02/
Remove rust/i386 related patch from #1401093 , doesnt apply and i'm not
really sure of the situation of rust on i386 anyway..
Remove sndio-related patches from #1221580 (merged upstream)
2018-01-23 19:17:02 +00:00
jasper
a6f51854d0
remove mentions of the RAET transport; development has been rather
...
quiet in recent years and upstream confirmed raet development isn't
pursued anymore.
ok aja@
2018-01-23 18:32:39 +00:00
jasper
28a7f3039d
add py-croniter to the list of optional dependencies; it can be used
...
to write schedules with cron-like syntax
2018-01-23 18:24:44 +00:00
jasper
343251be32
+py-croniter
...
+py-croniter,python3
2018-01-23 18:23:32 +00:00
jasper
c0596f173a
import py-croniter-0.3.20
...
croniter provides iteration for the datetime object with a cron like
format.
ok aja@
2018-01-23 18:22:23 +00:00
ajacoutot
aff62e2fe7
Update to appstream-glib-0.7.5.
2018-01-23 16:59:33 +00:00
ajacoutot
8867f4127a
Update to gcab-1.0.
2018-01-23 16:59:16 +00:00
bcallah
98e85645a7
Update to cgo-20180123; note the change in some command letters.
...
From Nils Reusse <n.reusse AT hxgn DOT net> -- Thanks!
2018-01-23 16:03:43 +00:00
sthen
af3b8874ad
http://www.squid-cache.org/Advisories/SQUID-2018_1.txt
...
Due to incorrect pointer handling Squid is vulnerable to denial
of service attack when processing ESI responses.
This problem allows a remote server delivering certain ESI
response syntax to trigger a denial of service for all clients
accessing the Squid service.
http://www.squid-cache.org/Advisories/SQUID-2018_2.txt
Due to incorrect pointer handling Squid is vulnerable to denial
of service attack when processing ESI responses or downloading
intermediate CA certificates.
This problem allows a remote client delivering certain HTTP
requests in conjunction with certain trusted server responses to
trigger a denial of service for all clients accessing the Squid
service.
2018-01-23 15:00:02 +00:00
landry
ea3e38adad
Bugfix update to QGIS 2.18.16.
2018-01-23 14:15:32 +00:00
pea
1f17e1f8cb
Update to 2.2.4
...
ok jca@ gsoares@
2018-01-23 13:57:02 +00:00
jca
3a987693dd
Drop unneeded casts in inline asm to fix the build with clang on armv7
...
Fix from Markus Hennecke (thanks!), similar changes available in
upstream libgcrypt.
2018-01-23 13:54:54 +00:00
jca
6facf50028
Assorted libassuan tweaks
...
- add HOMEPAGE
- drop unneeded dep on intltool/gettext-tools
- don't force -fPIC, libtool adds it for objects in shared libs
- tweaks DESCR, the extra comma looked weird
- move EXTRACT_SUFX below MASTER_SITES, as per Makefile.template
"fine with me" jasper@
2018-01-23 11:31:22 +00:00
mpi
b45078bdb2
GIO kqueue(2) backend redesign.
...
- Stop using a socketpair(2) to communicate between two threads of
the same process.
- Call kevent() in non-blocking mode such that it can be integrated
in the poller thread of glib.
- Use glib's abstraction to poll(2) the kqueue instead of adding it
to itself Oo.
- Remove the secondary thread, the associated global hash table, its
broken locking and a lot of abstraction.
- Properly refcount sources.
/!\ This backend is still not generating the events Glib is expecting.
Please report any problem such that this can be pushed upstream.
ok ajacoutot@
2018-01-23 10:43:42 +00:00
fcambus
57fb85fee4
Update libmaxminddb to 1.3.2.
2018-01-23 10:07:43 +00:00
sthen
a10d5c99ac
update to p5-Text-CSV-Hashify 0.10 from maintainer, adds support for gzip
...
and tab/pipe-separated input.
2018-01-23 09:45:15 +00:00
bcallah
fdd6da79f6
Update to drawpile-2.0.6
2018-01-23 05:57:53 +00:00
bcallah
61eac1b68f
Update to worker-3.15.0
...
Changelog: http://www.boomerangsworld.de/cms/worker/news.html
2018-01-23 05:13:16 +00:00
sthen
03bfaa77de
update to darktable-2.4.1
...
add aarch64 to ONLY_FOR_ARCHS to give it a chance
2018-01-23 00:58:41 +00:00
sthen
6dca9f20fe
update to icinga-web2-2.5.1
2018-01-23 00:36:48 +00:00
kili
1173679f25
Update MODGHC_PACKAGE_KEY and plist, bump.
2018-01-23 00:09:02 +00:00
kili
3b445ceb8b
Update to xmonad-0.13.
...
Feierabend!
2018-01-22 22:08:42 +00:00
kili
297f6faae3
Update to xmonad-contrib-0.13.
2018-01-22 22:08:03 +00:00
kili
925734aa3f
Update to X11-1.8.
2018-01-22 22:07:21 +00:00
kili
b59aa24037
Update to cryptohash-sha256-0.11.101.0.
2018-01-22 22:06:42 +00:00
kili
fa76173f76
Update to HTTP-4000.3.7.
2018-01-22 22:05:37 +00:00
kili
e763992451
Update to vector-0.12.0.1.
2018-01-22 22:05:07 +00:00
kili
aff6760d0f
Update to syb-0.7.
2018-01-22 22:04:30 +00:00
kili
9873f1ced4
Update to split-0.2.3.2.
2018-01-22 22:03:58 +00:00
kili
39cd4288a4
Update to primitive-0.6.2.0.
2018-01-22 22:03:01 +00:00
kili
ab25a8b14e
Update to lifted-async-0.9.3.2.
2018-01-22 22:02:19 +00:00
kili
01659670fb
Update to hashable-1.2.6.1.
2018-01-22 22:01:42 +00:00
kili
a5dd1e7ee9
Update to constraints-0.9.1.
2018-01-22 22:01:01 +00:00