Commit graph

4028 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
5a86ebc1e7 Update dns/libpsl to 0.20.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/rockdaboot/libpsl/blob/master/NEWS
2018-02-23 19:23:57 +00:00
Sunpoet Po-Chuan Hsieh
35ac318764 Fix build with CURL_DEBUG enabled
lib/checksrc.pl is run when CURL_DEBUG is enabled.
The build failed due to the long line in patched lib/url.c.

./url.c:593:82: warning: Longer than 79 columns (LONGLINE)
       data->set.no_signal = TRUE; /* different handling of signals and threads */
checksrc: 0 errors and 1 warnings
checksrc: 0 errors and 5 warnings suppressed
gmake[3]: *** [Makefile:3935: checksrc] Error 5

MFH:		2018Q1
2018-02-17 17:44:07 +00:00
Bernard Spil
3b1875b273 security/openssl-devel: Remove BROKEN from some ports
* databases/freetds: Fixed 2017-02-14
 * databases/postgresql10-server: Fixed 2016-09-15 [1]
 * ftp/lftp: Fixed in 4.8.0
 * ftp/proftpd: Fixed in 1.3.5c
 * ftp/wget: Fixed in 1.19.3 [2]
 * lang/erlang-runtime20: Fixed in 20.0
 * net/socat: Fixed in 1.7.3.2
 * security/libssh2: Fixed in 1.8.0 [3]
 * security/p5-Crypt-OpenSSL-X509: Fixed in 1.8.8
 * sysutils/bacula9-server: Fixed in 9.0.6
 * www/nginx: Fixed in 1.9.14

 * Bulk build OK 10.3/11.1 both i386 and amd64:
    - multimedia/librtmp
    - net/libvncserver
    - www/lynx

PR:		225875 [1], 225872 [2], 225873 [3]
2018-02-15 14:41:29 +00:00
Tobias C. Berner
737c1cc56d Rename KDE4 meta ports
This is done for
 * consistency,
 * and to simplify the import of the newer KDE Plasma5 desktop and KDE applications

Bumps the dependencies.

Reviewed by:	adridg
Differential Revision:	https://reviews.freebsd.org/D12979
2018-02-10 10:29:51 +00:00
Tobias C. Berner
932e6dc413 Switch C compiler used to compile GHC to base Clang.
This removes build dependency on gcc and runtime dependency on gcc's runtime libraries.

Big thanks to Gleb for working on this.

PR:		225185
Submitted by:	Gleb Popov <6yearold@gmail.com>
Exp-run by:	antoine
Reviewed by:	pgj
Differential Revision:	https://reviews.freebsd.org/D12043
2018-02-10 08:03:22 +00:00
Mark Johnston
a793288fce Update to netdumpd-20180205.
Approved by:	bdrewery
Sponsored by:	Dell EMC Isilon
Differential Revision:	https://reviews.freebsd.org/D14207
2018-02-05 18:47:58 +00:00
Sunpoet Po-Chuan Hsieh
b13262f3ef Update pkg-descr
- Add PyPI as primary WWW
2018-02-04 10:13:05 +00:00
Sunpoet Po-Chuan Hsieh
49e2275ba7 Allow concurrent installation (USE_PYTHON=concurrent)
- Bump PORTREVISION for package change
2018-02-03 06:21:36 +00:00
Sunpoet Po-Chuan Hsieh
405da093cc Fix r460400
- Add DICT, FTP, GOPHER, TELNET and TFTP options to OPTIONS_DEFAULT
- Add HTTP options to OPTIONS_DEFAULT
- Bump PORTREVISION for package change

DICT, FTP, GOPHER, TELNET and TFTP options are enabled by default through configure but not being added to OPTIONS_DEFAULT in r460440.
HTTP option is enabled by default through HTTP2 option.
2018-02-02 19:54:23 +00:00
Sunpoet Po-Chuan Hsieh
204809ac75 Add more options
- Add protocol group
- Convert already-enabled protocols to IMAP, POP3, RTSP and SMTP options
- Add DICT, FTP, GOPHER, HTTP, TELNET and TFP options
- Update CA_BUNDLE_DESC
- Use CA_BUNDLE_CONFIGURE_WITH and OPENSSL_CONFIGURE_WITH
- Merge TLS_SRP check

PR:		223967 (based on)
Submitted by:	brnrd
2018-01-30 15:39:00 +00:00
Sunpoet Po-Chuan Hsieh
ed62412da2 Fix BROTLI option 2018-01-29 17:03:11 +00:00
Sunpoet Po-Chuan Hsieh
b5b1d4039c Remove LIBSSH option to avoid circular dependency
libssh uses cmake which depends on curl.
2018-01-27 18:42:35 +00:00
Sunpoet Po-Chuan Hsieh
34d77595c1 Update to 7.58.0
- Add BROTLI and LIBSSH options

Changes:	https://curl.haxx.se/changes.html
2018-01-24 18:44:55 +00:00
Vasil Dimov
03ea8b1a65 ftp/wget: Upgrade from 1.19.2 to 1.19.4
Changelog: http://git.savannah.gnu.org/cgit/wget.git/plain/NEWS
2018-01-22 17:20:18 +00:00
Rene Ladan
30433f0c7f Return kevlo's ports to the pool, he handed in his commit bit.
With hat:	portmgr-secretary
2018-01-12 11:21:07 +00:00
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