10093 Commits

Author SHA1 Message Date
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
bentley
da38f31b19 Update to netsurf-3.5 and its accompanying libraries.
New in this release: (very) basic JavaScript support can be enabled
in the settings. Webp support has been removed by upstream.

ok landry@
2016-03-06 20:27:24 +00:00
bentley
5e57c23088 Import nsgenbind-0.3.
nsgenbind is a tool to generate JavaScript to DOM bindings from w3c webidl
files and a binding configuration file.

ok landry@
2016-03-06 20:25:42 +00:00
robert
10e6e36d06 update to 49.0.2623.75 2016-03-06 10:51:13 +00:00
pascal
1bc0330aba Bump REVISION for lang/clang MODULE changes. 2016-03-05 16:04:06 +00:00
czarkoff
2c0fb50c03 update to surf2 as of 2016-03-02 2016-03-05 12:54:31 +00:00
giovanni
de1c78ecc9 Update to 4.5.5.1
if you need to connect to an old MySQL database (< 5.5) you have to set
$cfg['MysqlMinVersion'] = 50015;
in your config file.
2016-03-04 23:10:32 +00:00
jturner
26dd5c6f60 Update kcgi to 0.7.8 2016-03-04 20:15:38 +00:00
gonzalo
97334cf40b Conformal switch to Github
OK juanfra@ sthen@
2016-03-02 15:57:39 +00:00
sthen
99d5f42fce bump (GeoIP pkgpath change) 2016-03-01 00:07:17 +00:00
sthen
6f7ee67ec6 +composer 2016-02-29 23:52:42 +00:00
sthen
6f31b958ed import www/composer, a tool for dependency management in PHP.
ok juanfra@ giovanni@
2016-02-29 23:52:12 +00:00
sthen
46e1e451c1 update to RackTables-0.20.11 2016-02-29 23:42:49 +00:00
mmcc
7bede06ffc tweak HOMEPAGE to avoid failed connection, crank rev 2016-02-29 21:31:52 +00:00
abieber
307f00e88c Update to latest, mostly bug fixes.
OK shadchin@
2016-02-29 14:36:35 +00:00
abieber
11ca046489 Update to latest
OK shadchin@
2016-02-29 14:34:54 +00:00
juanfra
e0446ae329 Update MASTER_SITES. Reported by Adam Jensen. 2016-02-27 22:46:10 +00:00
awolk
eac277bd8d Update to libwebsockets-1.7.2
OK abieber@, sthen@
2016-02-27 22:31:46 +00:00
sthen
ea07336bf9 Update to drush-8.0.3.
This is packaged from a locally generated tarball, built from the downloaded
github archive, plus required dependencies installed via composer. Specifically
not using upstream's normal .phar because we need to patch it so backups work
(it uses options not supported by base tar).

Drop the forced dependency on Drupal 6 as this is suitable for D6/7/8 and is
useful for people who have installed Drupal outside of ports.
2016-02-27 17:15:24 +00:00
robert
4104c96614 update to 1.9.12; initial diff from David CARLIER 2016-02-27 12:47:32 +00:00
dcoppa
7b52f894c9 tomcat updates:
v6 -> 6.0.45
v7 -> 7.0.68
v8 -> 8.0.32
2016-02-25 10:03:57 +00:00
jasper
8629f287be update to epiphany-3.18.4 2016-02-25 07:44:01 +00:00
jsg
49d112f9f8 Don't attempt to build on arm. sync atomic builtins required. 2016-02-25 02:19:14 +00:00