sthen
1db986b7cb
since the chrome wrapper script is already doing some checks and warning
...
the user if they fail, also add a check for wxallowed on the mountpoint,
a message giving a clue is better than "syntax error: `)' unexpected"
ok robert
2016-06-02 21:03:38 +00:00
robert
e8b35ece92
add the -Wl,-z,wxneeded flag here as well
2016-06-02 16:34:50 +00:00
robert
3f2a4a3821
update to 51.0.2704.79
2016-06-02 14:13:13 +00:00
robert
bb63f41e37
update to 1.10.1; fixes CVE-2016-4450
...
from David CARLIER
2016-06-02 13:22:52 +00:00
bentley
5f559bb5a9
Move homepage/master_sites to https.
2016-06-02 11:38:49 +00:00
bentley
431f469bf4
+sblg
2016-06-02 11:35:42 +00:00
bentley
6436441047
Import sblg-0.3.3.
...
sblg is a utility for creating static blogs: it knits together articles and
templates, generating static HTML files and Atom feeds. It's built for use
with make(1), as blogs depend upon articles, etc. No markdown, no "CMS", no
CGI, no PHP. Just a simple tool for pulling data from articles and
populating templates. sblg(1) is an ISC licensed ISO C utility that depends
only on libexpat. (Where "simple" encompasses Atom feeds, multi-language
support, tag filtering, etc.)
ok jturner@
2016-06-02 11:34:53 +00:00
sthen
59846a9789
Link chromium with -Wl,-z,wxneeded. This has two effects:
...
1. it will disable the kernel logs about W^X violations.
2. the binary will not run at all unless the filesystem holding
/usr/local has the "wxallowed" flag set (in /etc/fstab), rather
than starting but having tabs crash all the time.
ok robert@
2016-06-02 10:47:47 +00:00
jasper
d554090a7e
be sure to use the correctly named sphinx-build. in case of the python3
...
flavor it tried to use sphinx-build instead of sphinx-build-3.
spotted by naddy@
2016-06-01 14:28:34 +00:00
jasper
10dfb91cdc
- update to puppetboard-0.1.3 (this version requires puppetdb >= 3)
...
- add python3 flavor
2016-06-01 12:14:39 +00:00
dcoppa
d60d0b4be6
Update to Predis-1.0.4
2016-06-01 07:17:01 +00:00
landry
73d894c071
Add MODGNU_AUTOCONF_DEPENDS to MODMOZ_BUILD_DEPENDS, since the
...
CONFIGURE_STYLE switch from autoconf to gnu the BDEP on autoconf-2.13
was lost, and the autohell machinery still looks for it for $reasons.
Reported by naddy@
2016-05-31 20:15:51 +00:00
jasper
6c172eb28c
update to kibana-4.5.1
...
from Pavel Korovin (MAINTAINER)
2016-05-31 14:41:00 +00:00
jasper
a62f7fc6c6
add python3 flavors, to be used by upcoming puppetboard update
...
ok aja@
2016-05-31 13:43:15 +00:00
juanfra
678ee755dc
Remove unsecure default options. Spotted and OK by sthen@.
2016-05-30 18:31:39 +00:00
sthen
cd9da58600
update to nghttp2-1.11.1
2016-05-30 15:28:25 +00:00
danj
9216dc2b1a
update to py-werkzeug-0.11.10
...
ok shadchin@ (who noticed I needed to regen a patch)
2016-05-29 18:08:04 +00:00
shadchin
9396fd79db
Update to py-requests 2.10.0.
...
ok danj@
2016-05-29 15:21:56 +00:00
sthen
fa35dea372
Remove patches which were committed upstream, regen PLIST.
2016-05-29 13:59:01 +00:00
juanfra
bb5176325f
Update to uget 2.0.8. Remove the gettext module.
2016-05-29 01:56:18 +00:00
robert
a0f179af38
add more mojom prebuild targets
2016-05-28 16:37:10 +00:00
robert
354309b2fc
update to 51.1
2016-05-28 14:49:39 +00:00
danj
5f4fd4fabb
+ py-gunicorn,python3
2016-05-27 18:07:43 +00:00
danj
06812cd260
update to py-gunicorn-19.5.0 and add a py3 flavor
...
ok jasper@ shadchin@
2016-05-27 18:00:08 +00:00
danj
62464929ad
+ py3-aiohttp
...
+ py3-multidict
2016-05-27 17:56:07 +00:00
danj
1bee180844
import py3-multidict
...
Multidicts are useful for working with HTTP headers, URL query args etc.
ok jasper@, tweaks and ok shadchin@
2016-05-27 17:04:53 +00:00
danj
750582da0c
import py3-aiohttp
...
It supports both client and server side of HTTP protocol. It also supports
both client and server Web-Sockets out-of-the-box. The web-server has
middlewares and pluggable routing.
ok jasper@ shadchin@
2016-05-27 16:35:24 +00:00
robert
776dc1d17a
update to 51.0.2704.63
2016-05-27 06:28:20 +00:00
sthen
0e2cf0fe17
update to nghttp2-1.11.0
2016-05-26 23:43:45 +00:00
awolk
8b7304623b
Update www/libwebsockets 1.7.7 => 1.7.8
...
OK abieber@
2016-05-25 16:40:13 +00:00
benoit
9f4b9e49c3
Update to bozohttpd-20160415.
2016-05-25 09:13:39 +00:00
ajacoutot
90c93a55f0
SECURITY update to webkitgtk4-2.12.3.
...
CVE-2016-1857, CVE-2016-1856
2016-05-25 09:11:20 +00:00
edd
5f17a6be1a
www/py-frozen-flask: fix build warnings if package not already installed.
...
Spotted and OK shadchin@. Thanks.
2016-05-24 18:01:36 +00:00
edd
967d8af985
Link www/py-frozen-flask and www/py-frozen-flask,python3.
2016-05-23 21:18:19 +00:00
edd
f26e46a4be
Import www/py-frozen-flask.
...
Frozen-Flask freezes a Flask application into a set of static files. The
result can be hosted without any server-side software other than a
traditional web server.
OK shadchin@, with tweaks and input from danj@ and ajacoutot@. Thanks.
2016-05-23 21:14:35 +00:00
sebastia
e7e21dcdaf
In favor of creating FLAVORS, remove RDEP to specific icinga
...
(-web) versions. It works well with icinga, and icinga2.
lots of feedback sthen@
Diff looks good to me kirby@ (MAINTAINER)
2016-05-23 20:24:11 +00:00
robert
52668e2258
pre-build the autofill_server_proto target as well
2016-05-20 15:36:05 +00:00
sebastia
9fbe34f88d
prepare for gnustep-make/base update, and to use new library combo
...
ng-gnu-gnu per default on platforms where it's build with llvm
2016-05-20 08:42:39 +00:00
ajacoutot
d77bdf8345
Don't hardcode paths.
2016-05-18 17:34:00 +00:00
sebastia
c4a42cc07f
Add rc script for npcd
...
feedback and OK zhuk@, kirby@ (MAINTAINER)
2016-05-18 09:24:00 +00:00
dcoppa
aeb748e7a9
Update to tomcat-8.0.35
2016-05-17 15:07:24 +00:00
kirby
dbeb216b9b
- fix config syntax for apache-2.4.x
...
- fix compatibility with rrdtool-1.6.x
- @sample templates
2016-05-17 07:13:42 +00:00
sthen
c76eb151e5
update to lynx2.8.9dev.9, from fcambus
2016-05-17 00:08:44 +00:00
landry
a5c3921dcf
Update to icedtea-web 1.6.2.
...
Jirib submitted a similar diff a while ago
Drop maintainership as i never really used this, and java on the web is dead.
2016-05-15 13:20:43 +00:00
sthen
cf1e0eddfa
update to casperjs-1.1.1
2016-05-14 13:31:58 +00:00
dcoppa
b3c9ab4239
Update to youtube-dl-2016.05.10
2016-05-13 10:47:50 +00:00
sthen
5448cb79e8
fix no_ldap builds
2016-05-12 16:15:58 +00:00
robert
02a96b957e
update to 50.0.2661.102
2016-05-12 15:26:01 +00:00
espie
16c6d939fa
Term-ReadKey is part of the base system now
2016-05-12 14:00:12 +00:00
jasper
6f1f221c65
update to epiphany-3.20.2
2016-05-09 17:37:22 +00:00