10115 Commits

Author SHA1 Message Date
mmcc
56fb54d830 Remove www/junkbuster.
The code is unmodified since 2001, there are a bunch of patches fixing
dangerous-looking buffer problems, it's very exposed code, and
www/privoxy is the obvious maintained alternative.

ok dickman@, jacoutot@, sthen@, jca@
2016-03-18 15:25:31 +00:00
ajacoutot
0062b632bb Update to webkitgtk4-2.10.9. 2016-03-18 12:20:06 +00:00
jturner
64affb0572 Update kcgi to 0.8.1 2016-03-18 01:41:41 +00:00
landry
23669aa77a Remove patch-mozilla_media_libav_config_unix_h too, it was merged
upstream as part of a bigger change in https://hg.mozilla.org/releases/mozilla-release/rev/9aaa59338c8e
2016-03-17 20:57:31 +00:00
landry
dcfb85f7ab Fix patch-mozilla_config_system-headers, the chunk fixing build with
freetype>=2.6.1 was merged upstream in
https://hg.mozilla.org/mozilla-central/rev/af40750720b5
2016-03-17 20:18:01 +00:00
landry
7eda236dda Remove BROKEN-i386 marker. Whatever happened with fx 44 & llvm 3.7.1 has
autofixed itself with fx 45, which just builds & runs fine on i386.
2016-03-17 20:08:56 +00:00
landry
66cad183b0 Update to seamonkey-i18n 2.40
Three new languages: cs, uk & zh-TW.
2016-03-17 19:41:22 +00:00
landry
34ec4a8058 Update to seamonkey 2.40 / lightning-seamonkey 4.5.
- See http://www.seamonkey-project.org/releases/seamonkey2.40/
(Based off gecko.. 43, i think ?)
2016-03-17 19:39:38 +00:00
naddy
071c34fd6f remove SHARED_ONLY from ports that use only the gnu module 2016-03-16 21:19:37 +00:00
naddy
5fc24d3cb3 removing SHARED_ONLY is safe here 2016-03-16 20:02:11 +00:00
naddy
ef68f42b62 remove SHARED_ONLY from ports that don't use any MODULES 2016-03-16 16:46:31 +00:00
sthen
144e44f23c update the version of git in cgit to 2.7.2, upstream have done this in
their tree which isn't hugely different to the 0.12 release that we have.
2016-03-16 08:56:02 +00:00
ajacoutot
7c64a73d83 SECURITY update to webkit-2.4.10. 2016-03-16 07:10:57 +00:00
sthen
2ab409fe84 fix upstream typo in racktables 2016-03-16 00:38:39 +00:00
sthen
b9367ac329 update to nghttp2-1.8.0 2016-03-15 22:12:14 +00:00
landry
5b6e2c4e48 Forgot to cvs rm the patch cliking on the ssl exception button. Didnt
apply anymore anyway. Reported by nigel@, thanks!
2016-03-15 15:10:56 +00:00
gonzalo
ea224b18df Update for Varnish to 4.1.2:
https://github.com/varnishcache/varnish-cache/blob/4.1/doc/changes.rst

OK benoit@
2016-03-15 15:07:36 +00:00
jasper
74e6ac9dfe update to epiphany-3.18.5 2016-03-15 10:11:25 +00:00
pirofti
54b7e07127 Update to youtube-dl 2016.03.14
New extractors:
	- audioboom
	- dw
	- makerschannel
	- minoto
	- usatoday
2016-03-15 09:00:51 +00:00
landry
d746088a84 Update to firefox 45.0.
- See https://www.mozilla.org/en-US/firefox/45.0/releasenotes/
- Fixes MFSA 2016-16->38
- libmozgnome was removed upstream
- gtk3 is still not enabled by default upstream
- Remove dependency on gstreamer1, ffmpeg/libavcodec is opened on the fly
if available, as tested by naddy@

Sidenote: no, i havent looked at i386/llvm breakage yet. i386 is the new vax.
2016-03-14 20:48:43 +00:00
landry
8de92e6305 Add link to upstream commit, patch to remove in fx 48. 2016-03-14 20:44:37 +00:00
landry
53abc49e11 Bump REVISION-main after mozilla.port.mk nss/nspr dependency change. 2016-03-14 20:42:51 +00:00
landry
afe5d36912 Update to firefox-esr 38.7.0.
- See https://www.mozilla.org/en-US/firefox/38.7.0/releasenotes/
- Fixes MFSA 2015-81, 2015-136, 2016-16, 17, 20, 21, 23, 24, 25, 27, 28,
  31, 34, 35 & 37

Heads-up ! This port will switch to the 45 branch within the 6 coming weeks.
2016-03-14 20:37:13 +00:00
landry
ea80afe2ba Bump dependencies to nss 3.21.1 and nspr 4.12, required by upcoming
gecko 45 updates.
2016-03-14 20:34:34 +00:00
landry
0c0e45695d Tweak/fix MODMOZ_WANTLIB/MODMOZ_LIB_DEPENDS wrt gtk dependencies. 2016-03-14 20:33:16 +00:00
landry
5115277619 tweak MOZILLA_VER regex so that i can use beta *and* rc in a version number 2016-03-14 20:30:02 +00:00
ajacoutot
8347fcc001 Update to owncloud-8.2.3. 2016-03-14 09:29:05 +00:00
sebastia
1f60a62cfb Update to 2.3.8 2016-03-13 22:22:15 +00:00
sebastia
932d8d3f5e Update to 2.3.8 2016-03-13 22:21:44 +00:00
naddy
9305eb77df remove no_shared checks against PROPERTIES 2016-03-12 22:25:48 +00:00
tb
72193d0da3 Add pledge(2) support to lynx.
The heavy lifting and final touches were done by Frederic Cambus; this
version includes earlier patches, ideas and tweaks from daniel@ and me.

ok daniel@, patch and notes from Frederic Cambus (MAINTAINER)

Notes :
-------
The idea is to avoid using otherwise required 'getpw', 'proc', 'exec'
promises entirely. We achieve this by disabling a couple of features,
mostly removing obsolete stuff. While we are at it, we attempt to pave
the way to be able to remove even more promises in the future, and
reduce potential attack vectors.

We disable them either at compile time :

--disable-bibp-urls
--disable-dired
--disable-finger

Or by hardcoding boolean values to disable the features just before
calling pledge and entering main program loop :

no_exec = TRUE;
no_mail = TRUE;
no_shell = TRUE;

rlogin_ok = FALSE;
telnet_ok = FALSE;

Manpage has been updated to mention those restrictions.

Also, CFLAGS="-DNOUSERS" was added in the Makefile to disable getpwnam
and getpwuid.
2016-03-12 14:29:13 +00:00
ajacoutot
d7ac4d6ef7 SECURITY update to webkitgtk4-2.10.8. 2016-03-12 04:56:39 +00:00
naddy
ce859edcb4 garbage collect CONFIGURE_SHARED 2016-03-11 20:28:21 +00:00
naddy
c07aaff4f9 garbage collect CONFIGURE_SHARED 2016-03-11 20:11:39 +00:00
awolk
2f54ee8f62 Update to www/logswan-1.05 from Frederic Cambus (MAINTAINER)
OK sthen@
2016-03-11 20:03:06 +00:00
naddy
c253f424ca garbage collect CONFIGURE_SHARED 2016-03-11 19:59:11 +00:00
nigel
e8ede514b9 Change to use CONFIGURE_STYLE=modbuild tiny
Ok sthen
2016-03-11 13:13:19 +00:00
naddy
407f17974c remove various instances of NO_SHARED_LIBS and PROPERTIES:Mno_shared,
fold PFRAG.shared into PLIST
2016-03-10 21:58:51 +00:00
jasper
cc18c4125c security updates to latest releases, addressing https://www.djangoproject.com/weblog/2016/mar/01/security-releases/
ok rpointel@ (MAINTAINER)
2016-03-10 09:31:07 +00:00
kirby
4028474a7b update to goaccess-0.9.8 2016-03-10 08:40:05 +00:00
sthen
e0a10a996a all the world's an amd64
disable these ports to save time in bulk builds until i386 can be repaired
2016-03-10 02:41:49 +00:00
naddy
8eb3e250e6 oops 2016-03-09 14:21:23 +00:00
naddy
7b033d56d7 droid-fonts -> noto-fonts 2016-03-09 13:18:10 +00:00
juanfra
a53ff91cea Update to aria2 1.20.0. OK gonzalo@ (MAINTAINER). 2016-03-08 22:02:41 +00:00
robert
305b7dc105 add common_constants to the pre-build list 2016-03-08 17:29:24 +00:00
naddy
3c55089ad7 really bump REVISION 2016-03-08 16:07:49 +00:00
awolk
6601e25912 Bump libwebsockets from 1.7.2 to 1.7.3
OK abieber@
2016-03-07 23:05:07 +00:00
zhuk
8211f25165 Convert to MODQMAKE, -6 Makefile lines. 2016-03-07 14:54:16 +00:00
zhuk
821c334a38 Convert to MODQMAKE. No Makefile lines count change, but that's a style issue. 2016-03-07 14:48:32 +00:00
pirofti
f5b8a1bf00 Update to youtube-dl 2016.03.06.
New extractors:
	- aenetworks
	- animeondemand
	- bigflix
	- bokecc
	- canvas
	- cbc
	- crackle
	- cultureunplugged
	- cwtv
	- digiteka
	- ivideon
	- konserthusetplay
	- kusi
	- leeco
	- lemonde
	- lovehomeporn
	- matchtv
	- noz
	- npr
	- nuevo
	- plays
	- revision3
	- ruleporn
	- screenjunkies
	- trollvids
	- twentymin
	- ustudio
	- weiqitv
	- zippcast
Removed:
	- history
	- space
	- testtube
	- ultimedia

Update reminder and diff from Daniel Jakots, thanks!
2016-03-07 08:35:17 +00:00