Commit graph

395727 commits

Author SHA1 Message Date
Baptiste Daroussin
54fa484969 Update to 20160618 2016-06-19 19:05:41 +00:00
Pawel Pekala
0dc5d33161 Update to version 4.5.1
PR:		210037
Submitted by:	maintainer
2016-06-19 19:00:59 +00:00
Ben Woods
52dac8ad95 www/bluefish:
- Update to 2.2.9
- Switch to GTK3 by default (follow upstream default)
- Remvoe --with-gtk2=no as it is not used by configure
- Add LIB_DEPENDS and USE_GNOME as found by new stage-qa test
- Take maintainership

Approved by:	adamw (mentor)
Relnotes:	https://sourceforge.net/p/bluefish/code/HEAD/tree/tags/bluefish_2_2_9/ChangeLog
Differential Revision:	https://reviews.freebsd.org/D6892
2016-06-19 17:34:39 +00:00
John Marino
33ce8d3acf math/scilab is not jobs safe, plus fix pkg-plist
From experience, OCAML simply is not guaranteed to build concurrently.
Like many other ports that require OCAML to build, Scilab is not jobs
safe.  While confirmed this, I discovered the pkg-plist was missing
four files, so I've added those while marking the port jobs unsafe.
2016-06-19 17:09:26 +00:00
Pawel Pekala
f65275f22d Update to version 1.10.0
Changes: https://github.com/openxpki/openxpki/commits/master

PR:		210139
Submitted by:	maintainer
2016-06-19 16:53:28 +00:00
Dima Panov
235fefa64c - While Python2 is default, force it as explicit dependency.
Current OpenSMTPD-extras support only Python v2 API, no v3 yet

Approved by:	miwi (mentor, implicit)
2016-06-19 15:51:49 +00:00
Pawel Pekala
18d4463f50 Update to version 3.16.1
Changelog:
* Fix regression in support for file comparisons from pipes
* Add open build service directories to the version control filter
* Add darcs to list of loaded plugins
* Fix the dark style
* Windows build fixes
2016-06-19 14:43:22 +00:00
Gerald Pfeifer
53d7f0eb79 Require/build with Xinerama support (which has been explicitly disabled
before to ensure reproducible builds).  Without this, some programs would
incorrectly show full screen as a wide window covering 2 monitors.

PR:		210039
Submitted by:	Henry Hu <henry.hu.sh@gmail.com>
2016-06-19 13:34:51 +00:00
Raphael Kubo da Costa
b98824a7b6 Update to 2.1. 2016-06-19 13:00:35 +00:00
Bernard Spil
b8ea07e174 security/letskencrypt: Don't automatically execute installed sample
- Remove automatic renewscript execution
2016-06-19 12:55:33 +00:00
Bernard Spil
520b5e48f3 security/letskencrypt: Add periodic(8) and multi-cert capability
- Add periodic script
  - Make Domain+SAN names and challenge-dir configurable
  - Add multiple Domain+SAN certificates capability using scripts
  - Add sample renewal script
  - Add sample deployment script
  - Add pkg-message documenting periodic.conf variables
2016-06-19 12:36:09 +00:00
Ashish SHUKLA
0220364563 - Update to 16.04
- Add OPTION for building with mod_logdb patch provided by 3rd party
  (off by default)
2016-06-19 12:34:47 +00:00
Ruslan Makhmatkhanov
46c44a06c8 devel/tortoisehg: update to 3.8.3
PR:		210384
Submitted by:	6yearold@gmail.com (maintainer)
2016-06-19 12:27:21 +00:00
Ruslan Makhmatkhanov
1d79a1fc55 Oops, forgot the UPDATING change to follow up r417115
PR:		210376
Submitted by:	Vladimir Krstulja <vlad-fbsd@acheronmedia.com>
2016-06-19 12:23:29 +00:00
Ruslan Makhmatkhanov
a0c4a58016 databases/py-apsw: update to 3.13.0-r1
* Update PORTVERSION, adjust distinfo
* Add LICENSE_FILE entry
* Fix WWW in pkg-descr
* Add UPDATING entry, per potential backwards incompatibility listed for
  3.12.2-r1 we're jumping over.

While I'm here, remove unneded PYDISTUTILS_EGGINFO knob.

PR:		210376
Submitted by:	 Vladimir Krstulja <vlad-fbsd@acheronmedia.com>
2016-06-19 12:20:09 +00:00
Gerald Pfeifer
a1c7b4f8bd Replace USE_GCC=4.9 by the preferred USE_GCC=4.9+. 2016-06-19 12:16:02 +00:00
Mathieu Arnold
16eeb83bd8 Add a few checks for (MASTER|PATCH)_SITES groups.
While make(1) is ok with variable names having quite a lot of strange
characters in them, the fetch code mostly uses sh(1), where variable
names can't include a dash (or pluses, or many other things).

PR:		210251 210198
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	The FreeBSD Foundation, Absolight
Differential Revision:	https://reviews.freebsd.org/D6779
2016-06-19 11:25:44 +00:00
Mathieu Arnold
5f1b1ae084 Extract create-manifest.
PR:		210198
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	The FreeBSD Foundation, Absolight
Differential Revision:	https://reviews.freebsd.org/D6779
2016-06-19 11:25:39 +00:00
Mathieu Arnold
5ba3aba7ff Reverse tests to decrease complexity.
PR:		210198
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	The FreeBSD Foundation, Absolight
Differential Revision:	https://reviews.freebsd.org/D6779
2016-06-19 11:25:35 +00:00
Mathieu Arnold
a2262e9313 Remove unnecessary evals that do-fetch was using.
Turns out that env(1) knows how to parse a properly quoted string
using -S "string", it makes the double eval used for the fetch
command to be unnecessary.

This is because running:
eval "foo $(escape $bar)"
is silly when this works:
foo $bar

So remove escaping and quoting, and sillyness.

PR:		210198
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	The FreeBSD Foundation, Absolight
Differential Revision:	https://reviews.freebsd.org/D6779
2016-06-19 11:25:29 +00:00
Mathieu Arnold
86cad8dff1 Simplify do-fetch, and remove now unused code.
Turns out that the DEFAULT, and other groups sites were handled in
a different way, ending up having the same code twice, but in
slightly different places.

PR:		210198
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	The FreeBSD Foundation, Absolight
Differential Revision:	https://reviews.freebsd.org/D6779
2016-06-19 11:24:39 +00:00
Emanuel Haupt
e45d39f39b Fix interface name fetching.
PR:		210380
Submitted by:	allanjude
Obtained from:	OpenBSD ports
2016-06-19 09:44:21 +00:00
Jimmy Olgeni
f6f4ea09f1 Update devel/rebar3 to version 3.2.0. 2016-06-19 09:13:51 +00:00
Dmitry Marakasov
6dc0dbea6c - Switch to USES=localbase
- Switch to options helpers
2016-06-19 09:05:06 +00:00
Bernard Spil
83cd5adde3 Update security/libressl vulnerability for quarterly branch
- Mark vulnerable from 2.3.0 up to 2.3.6
  - Mark vulnerable below 2.2.9
2016-06-19 09:03:23 +00:00
Ruslan Makhmatkhanov
697ed72fd7 editors/neovim: pass maintainership to submitter
- fix out-of-order DISTVERSIONPREFIX (portlint warning)

PR:		210301
Submitted by:	Oleg Gushchenkov <gor@clogic.com.ua>
2016-06-19 08:23:53 +00:00
Ruslan Makhmatkhanov
b795087657 devel/artifactory: update to 4.8.1
- actualize licenses

PR:		210300
Submitted by:	David Harrigan <dharrigan@gmail.com> (maintainer)
2016-06-19 08:17:31 +00:00
Kurt Jaeger
392806adca sysutils/fusefs-encfs: 1.7.4 -> 1.8.1
- submitter becomes maintainer
- reverse: re-enable kernel cache (bug #60)
- reverse mode: disable unique IV by default (was enabled in 1.8)
- add make benchmark-reverse
- remove -o default_permissions unless needed to improve performance
- add option --require-macs (bug #14)
- add per-file IVs based on the inode number to reverse mode to
  improve security
- add automatic benchmark (make benchmark)
- compare MAC in constant time ( fixes bug #12 )
- add --nocache option

PR:		210196
Submitted by:	Dmitri Goutnik <dg@syrec.org>
2016-06-19 03:26:35 +00:00
Jason Unovitch
ff6e29d985 www/linux-*-flashplugin: update 11.2r202.577 -> 11.2r202.626
PR:		209592
Reported by:	Sevan Janiyan <venture37@geeklan.co.uk>
Approved by:	port-secteam (with hat)
Security:	CVE-2016-1006, CVE-2016-1011, CVE-2016-1012, CVE-2016-1013,
		CVE-2016-1014, CVE-2016-1015, CVE-2016-1016, CVE-2016-1017,
		CVE-2016-1018, CVE-2016-1019, CVE-2016-1020, CVE-2016-1021,
		CVE-2016-1022, CVE-2016-1023, CVE-2016-1024, CVE-2016-1025,
		CVE-2016-1026, CVE-2016-1027, CVE-2016-1028, CVE-2016-1029,
		CVE-2016-1030, CVE-2016-1031, CVE-2016-1032, CVE-2016-1033,
		CVE-2016-1096, CVE-2016-1097, CVE-2016-1098, CVE-2016-1099,
		CVE-2016-1100, CVE-2016-1101, CVE-2016-1102, CVE-2016-1103,
		CVE-2016-1104, CVE-2016-1105, CVE-2016-1106, CVE-2016-1107,
		CVE-2016-1108, CVE-2016-1109, CVE-2016-1110, CVE-2016-4108,
		CVE-2016-4109, CVE-2016-4110, CVE-2016-4111, CVE-2016-4112,
		CVE-2016-4113, CVE-2016-4114, CVE-2016-4115, CVE-2016-4116,
		CVE-2016-4117, CVE-2016-4120, CVE-2016-4121, CVE-2016-4160,
		CVE-2016-4161, CVE-2016-4162, CVE-2016-4163, CVE-2016-4122,
		CVE-2016-4123, CVE-2016-4124, CVE-2016-4125, CVE-2016-4127,
		CVE-2016-4128, CVE-2016-4129, CVE-2016-4130, CVE-2016-4131,
		CVE-2016-4132, CVE-2016-4133, CVE-2016-4134, CVE-2016-4135,
		CVE-2016-4136, CVE-2016-4137, CVE-2016-4138, CVE-2016-4139,
		CVE-2016-4140, CVE-2016-4141, CVE-2016-4142, CVE-2016-4143,
		CVE-2016-4144, CVE-2016-4145, CVE-2016-4146, CVE-2016-4147,
		CVE-2016-4148, CVE-2016-4149, CVE-2016-4150, CVE-2016-4151,
		CVE-2016-4152, CVE-2016-4153, CVE-2016-4154, CVE-2016-4155,
		CVE-2016-4156, CVE-2016-4166, CVE-2016-4171
Security:	https://vuxml.FreeBSD.org/freebsd/0e3dfdde-35c4-11e6-8e82-002590263bf5.html
Security:	https://vuxml.FreeBSD.org/freebsd/07888b49-35c4-11e6-8e82-002590263bf5.html
Security:	https://vuxml.FreeBSD.org/freebsd/0c6b008d-35c4-11e6-8e82-002590263bf5.html
MFH:		2016Q2
2016-06-19 02:57:30 +00:00
Jason Unovitch
1ed74a507a Document Flash vulnerabilities in Adobe Security Bulletins APSB16-10,
APSB16-15, APSB16-18

PR:		209592
Reported by:	Sevan Janiyan <venture37@geeklan.co.uk>
Security:	CVE-2016-1006, CVE-2016-1011, CVE-2016-1012, CVE-2016-1013,
		CVE-2016-1014, CVE-2016-1015, CVE-2016-1016, CVE-2016-1017,
		CVE-2016-1018, CVE-2016-1019, CVE-2016-1020, CVE-2016-1021,
		CVE-2016-1022, CVE-2016-1023, CVE-2016-1024, CVE-2016-1025,
		CVE-2016-1026, CVE-2016-1027, CVE-2016-1028, CVE-2016-1029,
		CVE-2016-1030, CVE-2016-1031, CVE-2016-1032, CVE-2016-1033,
		CVE-2016-1096, CVE-2016-1097, CVE-2016-1098, CVE-2016-1099,
		CVE-2016-1100, CVE-2016-1101, CVE-2016-1102, CVE-2016-1103,
		CVE-2016-1104, CVE-2016-1105, CVE-2016-1106, CVE-2016-1107,
		CVE-2016-1108, CVE-2016-1109, CVE-2016-1110, CVE-2016-4108,
		CVE-2016-4109, CVE-2016-4110, CVE-2016-4111, CVE-2016-4112,
		CVE-2016-4113, CVE-2016-4114, CVE-2016-4115, CVE-2016-4116,
		CVE-2016-4117, CVE-2016-4120, CVE-2016-4121, CVE-2016-4160,
		CVE-2016-4161, CVE-2016-4162, CVE-2016-4163, CVE-2016-4122,
		CVE-2016-4123, CVE-2016-4124, CVE-2016-4125, CVE-2016-4127,
		CVE-2016-4128, CVE-2016-4129, CVE-2016-4130, CVE-2016-4131,
		CVE-2016-4132, CVE-2016-4133, CVE-2016-4134, CVE-2016-4135,
		CVE-2016-4136, CVE-2016-4137, CVE-2016-4138, CVE-2016-4139,
		CVE-2016-4140, CVE-2016-4141, CVE-2016-4142, CVE-2016-4143,
		CVE-2016-4144, CVE-2016-4145, CVE-2016-4146, CVE-2016-4147,
		CVE-2016-4148, CVE-2016-4149, CVE-2016-4150, CVE-2016-4151,
		CVE-2016-4152, CVE-2016-4153, CVE-2016-4154, CVE-2016-4155,
		CVE-2016-4156, CVE-2016-4166, CVE-2016-4171
Security:	https://vuxml.FreeBSD.org/freebsd/0e3dfdde-35c4-11e6-8e82-002590263bf5.html
Security:	https://vuxml.FreeBSD.org/freebsd/07888b49-35c4-11e6-8e82-002590263bf5.html
Security:	https://vuxml.FreeBSD.org/freebsd/0c6b008d-35c4-11e6-8e82-002590263bf5.html
2016-06-19 02:57:04 +00:00
Colin Percival
76b4a4f5b8 Teach security/scrypt about libcrypto versions:
* Add USE_OPENSSL
* Pass the appropriate CFLAGS and LDFLAGS to configure
2016-06-18 23:41:41 +00:00
Colin Percival
710fd7cbf9 Teach sysutils/spiped about libcrypto versions:
* Add USE_OPENSSL
* Add -I${OPENSSLINC} to CFLAGS
* Pass -L${OPENSSLLIB} to the linker

Thanks to:	brnrd
2016-06-18 23:35:02 +00:00
Ruslan Makhmatkhanov
16987126cb net-p2p/go-ethereum: update to 1.4.7
- drop dependency upon libgmp

PR:		210318
Submitted by:	Fynn <enriquefynn@gmail.com> (maintainer)
2016-06-18 22:17:12 +00:00
Guido Falsi
51ed118203 Fix build with libc++ 3.8.0.
PR:		209967
Submitted by:	me
Approved by:	Henry Hu <henry.hu.sh at gmail.com> (maintainer)
2016-06-18 22:10:55 +00:00
Guido Falsi
c4030e6e55 Update to 2.59.0. 2016-06-18 22:07:12 +00:00
Ruslan Makhmatkhanov
d22af7fecc dns/unbound: update to 1.5.9
PR:		210257
Submitted by:	jaap@NLnetLabs.nl (maintainer)
2016-06-18 21:53:58 +00:00
Ruslan Makhmatkhanov
0f0f2b087d dns/nsd: update to 4.1.10
- turn on IPV6 option by default

PR:		210276
Submitted by:	jaap@NLnetLabs.nl (maintainer)
2016-06-18 21:45:42 +00:00
Ruslan Makhmatkhanov
282ab4b627 graphics/p5-Image-ExifTool-devel: update to 10.19
PR:		210247
Submitted by:	linpct@gmail.com (maintainer)
2016-06-18 21:37:45 +00:00
Ruslan Makhmatkhanov
59990ca32a sysutils/sas2ircu: update MASTER_SITES
- update MASTER_SITES
- update project URL
- distinfo was updated (4 Byte grow), but there is no possibility
  to diff them, because of binary distfile content

PR:		210296
Submitted by:	takefu@airport.fm
Approved by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
2016-06-18 21:31:37 +00:00
Gerald Pfeifer
030dc030c5 Update to the 20160616 snapshot of GCC 6. 2016-06-18 21:30:22 +00:00
Gerald Pfeifer
a804c14858 Update to Wine 1.8.3 which brings
- various bug fixes;
 - a lot of additional NVidia cards in the GPU description table; and
 - updates to the National Language Support files.

A bit surprisingly given the nature of this maintenance release, also
a handfull of changes to the packaging list (such as a new include file
include/wine/windows/fontsub.h).
2016-06-18 21:28:25 +00:00
Ruslan Makhmatkhanov
97c8c31255 games/tome4: update to 1.4.8
- add dependency upon libpng

PR:		210280
Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
2016-06-18 21:24:37 +00:00
Ruslan Makhmatkhanov
561a968c8b devel/codeville: update to version 0.1.17
- update to 0.1.17
- actualize pkg-descr
- align patch file
- add NO_ARCH, while I'm here

PR:		210253
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
2016-06-18 21:01:44 +00:00
Ruslan Makhmatkhanov
ed289403df www/kanboard: update to 1.0.29
PR:		210285
Submitted by:	Bart Wrobel <bsd@if0.eu> (maintainer)
2016-06-18 20:54:44 +00:00
John Marino
fe71802b7b astro/routino: revbump to fix astro/qmapshack
The previous commit added two libraries to the package, but failed to
bump the port.  The immediate fallout is astro/qmapshack fails at
run-depends stage on incremental bulk builds.

PR:	210062
2016-06-18 19:21:41 +00:00
Baptiste Daroussin
8c7c7c4c27 Mark as broken with OPENMP options 2016-06-18 18:42:44 +00:00
Bernard Spil
0f3862ccac databases/mariadb55-server: Update to 5.5.50
- Regular bug fix update
  - Add private headers to pkg-plist
2016-06-18 18:38:52 +00:00
David Naylor
771b79cf8a math/R: unbreak index.
Reported by:	cperciva@ (Portsnap buildbox)
2016-06-18 18:08:07 +00:00
David Naylor
2ab2479dbc finance/R-cran-tseries: update to 0.10-35.
Mark the port as compiling.
2016-06-18 17:57:37 +00:00
David Naylor
cbc090bfe3 Mk/Uses/cran: add "compiles" argument.
[1] Add "compiles" argument to cran to allow R-cran ports need to compile
code to bring in the correct compiler dependencies.  Also, ensure
consistency between the compiler selected by the R port and the R-cran ports.

[2] Migrate R-cran ports that manually specify the compiler to
USES=cran,compiles.

PR:		210343
Approved by:	wen (1), portmgr (2, blanket)
2016-06-18 17:46:30 +00:00