1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
Commit Graph

4013 Commits

Author SHA1 Message Date
Danilo Egea Gondolfo
f1699f717f - Update to 4.8 2017-12-26 23:26:33 +00:00
Tijl Coosemans
6c1e4375fc Remove unneeded USE_AUTOTOOLS. 2017-12-24 17:36:04 +00:00
Tijl Coosemans
c2c3d2429c Convert to USES=autoreconf. 2017-12-24 17:21:51 +00:00
Jochen Neumeister
4fd39c2e5c New slaveport: ftp/php72-fastdfs
PR:		223714
Submitted by:	Daniel Ylitalo <daniel@blodan.se> (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13479
2017-12-18 19:12:34 +00:00
Jochen Neumeister
ce975ccd40 ftp/php*-fastdfs: Remake to Master/Slave Ports
PR:		223714
Submitted by:	Daniel Ylitalo <daniel@blodan.se> (maintainer)
Approved by:	tz (mentor)
Differential Revision:	https://reviews.freebsd.org/D13454
2017-12-13 17:22:46 +00:00
Tijl Coosemans
7cfd5d2f52 Update to 7.29.0-42.el7_4.1.
MFH:		2017Q4
Security:	301a01b7-d50e-11e7-ac58-b499baebfeaf
2017-12-11 14:40:06 +00:00
Sunpoet Po-Chuan Hsieh
5766489538 Update to 7.43.0.1
Changes:	http://pycurl.io/docs/latest/release-notes.html
2017-12-11 10:38:45 +00:00
Sunpoet Po-Chuan Hsieh
c5b066f003 Disable brotli support to fix build with old brotli installed
Brotli support will be added as an option after archivers/brotli being updated
to a newer version.

PR:             224072
Reported by:    mi
2017-12-07 16:53:06 +00:00
Sunpoet Po-Chuan Hsieh
5f74204fe1 Add DOCS option
- Fix documentation installation:
  - Avoid conflicts between FLAVORS
  - Do not install license files
- Bump PORTREVISION for package change

PR:		224108
Reported by:	Ting-Wei Lan <lantw44@gmail.com>
2017-12-07 16:00:23 +00:00
Sunpoet Po-Chuan Hsieh
3c6306189b Update to 0.56
Changes:	http://search.cpan.org/dist/File-Fetch/CHANGES
2017-12-03 20:37:27 +00:00
David Chisnall
f9197640d9 Fix configure options for gnustep-make
We were not setting the flag to select the GNUstep ABI, so were defaulting to
using the GCC-compatible version, which was likely to trigger a lot of subtle
bugs.  This was noticed when C++ exceptions thrown through Objective-C stack
frames caused segfaults.
2017-12-03 12:23:53 +00:00
Dmitry Marakasov
7e058578fe - Update WWW
Approved by:	portmgr blanket
2017-12-03 09:00:22 +00:00
Sunpoet Po-Chuan Hsieh
fe18ac14f3 Update to 7.57.0
Changes:	https://curl.haxx.se/changes.html
		https://curl.haxx.se/docs/security.html
Security:	301a01b7-d50e-11e7-ac58-b499baebfeaf
MFH:		2017Q4
2017-12-01 23:33:50 +00:00
Mathieu Arnold
551be3c723 Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
2017-11-30 15:50:30 +00:00
Li-Wen Hsu
d4446580f1 - Update to 1.5.3 2017-11-30 09:17:47 +00:00
Mark Linimon
bf43557044 For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
2017-11-30 06:13:34 +00:00
Jochen Neumeister
9531bac2e7 php*-fastdfs: remove hard-code patching
PR:		223714
Submitted by:	Daniel Ylitalo <daniel@blodan.se> (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13137
2017-11-25 07:51:20 +00:00
Torsten Zuehlsdorff
96025cafd3 PHP 7.2: Remove bad repocopies.
Reported by: adamw
2017-11-16 17:12:24 +00:00
Torsten Zuehlsdorff
687591dd75 Add PHP 7.2 RC6
Notable changes:
- mcrypt module was removed
- sodium module was added
- sybase_ct artifacts removed

Also many PECL ports will not work with this version
since some files got renamed.

Reviewed by:           mat, ale, Rainer Duffner <rainer@ultra-secure.de>
Differential Revision: https://reviews.freebsd.org/D12980
2017-11-16 10:48:48 +00:00
Danilo Egea Gondolfo
988d635d17 - Update to 4.6
This update fixes a potential buffer overflow and a memory corruption bug.

MFH:		2017Q4
2017-11-06 02:35:28 +00:00
Danilo G. Baio
cb1fc942f3 ftp/fastdfs: Add status command
It helps in monitoring a cluster more easily.

While here, fix svn properties.

PR:		223044
Submitted by:	Daniel Ylitalo <daniel@blodan.se> (maintainer)
2017-11-04 21:35:36 +00:00
Jimmy Olgeni
e929aea23c Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams.
2017-11-02 21:41:47 +00:00
Jimmy Olgeni
258b5d44ad Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. 2017-10-31 14:51:53 +00:00
Sunpoet Po-Chuan Hsieh
93bcc46922 Update to 1.0.47
Changes:	https://github.com/jedisct1/pure-ftpd/releases
2017-10-27 23:17:49 +00:00
Vasil Dimov
a0bcc9af35 ftp/wget: Upgrade from 1.19.1 to 1.19.2
Changelog: http://git.savannah.gnu.org/cgit/wget.git/plain/NEWS

Reported by:	Andrew Perry <pez_098@yahoo.com>
Security:	CVE-2017-13089
Security:	CVE-2017-13090
2017-10-27 12:50:37 +00:00
Tijl Coosemans
b7fad8b86f Update Linux CentOS 7 ports to 7.4.1708. 2017-10-26 19:23:18 +00:00
Sunpoet Po-Chuan Hsieh
9ee5697df6 Update to 0.39
Changes:	http://search.cpan.org/dist/Net-FTPSSL/Changes
2017-10-25 18:28:59 +00:00
Sunpoet Po-Chuan Hsieh
3336e7583a Update to 7.56.1
Changes:	https://curl.haxx.se/changes.html
		https://curl.haxx.se/docs/security.html
Security:	143ec3d6-b7cf-11e7-ac58-b499baebfeaf
MFH:		2017Q4
2017-10-24 17:41:06 +00:00
Vsevolod Stakhov
f191a0244b - Update libsodium to 1.0.15 [1]
- Bump revisions for all dependent ports

PR:		223147 [1]
Submitted by:	Greg V [1]
2017-10-22 10:09:33 +00:00
Ganael LAPLANCHE
ff4ded7e89 Update to 4.8.3 2017-10-10 19:01:35 +00:00
Sunpoet Po-Chuan Hsieh
7d5e15be23 Update to 7.56.0
Changes:	https://curl.haxx.se/changes.html
Security:	ccace707-a8d8-11e7-ac58-b499baebfeaf
MFH:		2017Q4
2017-10-04 10:54:23 +00:00
Ganael LAPLANCHE
601f1f848b Update to 4.8.2 2017-09-26 15:29:22 +00:00
Sunpoet Po-Chuan Hsieh
5ed883a649 Update to 0.54
Changes:	http://search.cpan.org/dist/File-Fetch/CHANGES
2017-09-25 15:12:12 +00:00
Dmitry Marakasov
fb3bd64a07 - Add LICENSE
- Regenerate patches
- Update WWW
2017-09-25 09:01:58 +00:00
Martin Matuska
5ad43181cd Horde package update:
ftp/horde-gollem 3.0.11 -> 3.0.12
deskutils/horde-nag 4.2.16 -> 4.2.17
mail/horde-webmail 5.2.21 -> 5.2.22
deskutils/horde-groupware 5.2.21 -> 5.2.22
2017-09-21 20:45:32 +00:00
Ganael LAPLANCHE
0d51c4760d Fix build on 11.0
Reported by:	mat
2017-09-18 19:04:31 +00:00
Ganael LAPLANCHE
9695ed7d7f Fix build on i386 and armv6
Reported by:	George L. Yermulnik <yz@yz.kiev.ua>
2017-09-16 21:30:32 +00:00
Ganael LAPLANCHE
7a44acf34b Update to 4.8.1 2017-09-15 10:07:00 +00:00
Mathieu Arnold
cb41fc6623 Fix license information for portgs that use "the same license as Perl".
Sponsored by:	Absolight
2017-09-15 08:58:46 +00:00
Gerald Pfeifer
e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
2017-09-10 20:55:38 +00:00
Bernard Spil
4293e998f9 ftp/net2ftp: Update to 1.1
- Update contains PHP 7 compat

PR:		222173
2017-09-09 19:18:17 +00:00
TAKATSU Tomonari
e0860905bf - Update to 2.8.1 2017-08-28 06:05:06 +00:00
Sunpoet Po-Chuan Hsieh
4c965d1068 Update to 0.9.4
Changes:	https://github.com/taf2/curb/commits/master
2017-08-27 17:32:15 +00:00
Sunpoet Po-Chuan Hsieh
7e7cd5ef91 Update MASTER_SITES
PR:		221724
Submitted by:	xmj
2017-08-23 14:53:30 +00:00
David Chisnall
31e0b9f12c Update GNUstep core libraries.
Update the default Objective-C compiler.

Fix various build failures in GNUstep ports from newer versions of the GNUstep
core libraries and from changes to GNUstep Make.

Update various ports that use GNUstep and bump the portrevision of the ones
that haven't had a new release.
2017-08-21 13:26:28 +00:00
Sunpoet Po-Chuan Hsieh
9c3e8728c3 Pet portlint: move BROKEN_* upward 2017-08-20 12:26:39 +00:00
Sunpoet Po-Chuan Hsieh
922cbc69c0 Change RESOLV from RADIO to SINGLE
cURL 7.55.1 use the threaded resolver (THREADED_RESOLVER) backend if c-ares
(CARES) is not available. That means you must enable either CARES or
THREADED_RESOLVER (default) option.

Reference:	https://github.com/curl/curl/pull/1647
MFH:		2017Q3
2017-08-17 15:03:44 +00:00
Danilo G. Baio
8ddc2945a9 ftp/fastdfs, ftp/php[5.6|70|71]-fastdfs: Update to 5.0.11
While here, improve LICENSE

Changes:	https://github.com/happyfish100/fastdfs/blob/master/HISTORY

PR:		221415
Submitted by:	Daniel Ylitalo <daniel@blodan.se> maintainer
2017-08-15 19:01:24 +00:00
Sunpoet Po-Chuan Hsieh
517d6198cc Update to 7.55.1
Changes:	https://curl.haxx.se/changes.html
MFH:		2017Q3
2017-08-14 19:11:14 +00:00
Sunpoet Po-Chuan Hsieh
5f223850d7 Update to 7.55.0
Changes:	https://curl.haxx.se/changes.html
Security:	69cfa386-7cd0-11e7-867f-b499baebfeaf
PR:		221362
Submitted by:	brnrd
MFH:		2017Q3
2017-08-09 19:35:19 +00:00