Commit graph

3507 commits

Author SHA1 Message Date
Mathieu Arnold
0438143249 Remove OSVERSION checks that do not make sense any more.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).

Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.

Differential Revision:	https://reviews.freebsd.org/D2209
2015-04-03 11:26:48 +00:00
Antoine Brodin
a2de9edf5d Add missing build dependency 2015-03-31 05:57:12 +00:00
Adam Weinberger
ec801ef7b6 Update to 0.27.
Changes: https://metacpan.org/changes/distribution/Net-FTPSSL
2015-03-29 16:14:48 +00:00
Baptiste Daroussin
8de16bf0d7 Convert to USES=autoreconf
Strip binaries
2015-03-29 11:33:48 +00:00
Sunpoet Po-Chuan Hsieh
3ce84e9871 - Add IGNORE for LibreSSL
PR:		198397 (based on)
Submitted by:	Bernard Spil <spil.oss@gmail.com>
2015-03-28 11:37:41 +00:00
Sunpoet Po-Chuan Hsieh
72ff3b0338 - Use USES=gssapi
- Adjust options:
  - Change GSSAPI from radio to single
  - Rename HEIMDAL_PORT to GSSAPI_HEIMDAL
  - Rename KRB5_PORT to GSSAPI_MIT
  - Add GSSAPI_NONE
2015-03-28 11:13:15 +00:00
Sunpoet Po-Chuan Hsieh
69d1b49a0d - Remove CYASSL option until upstream supports WolfSSL (new name of CyaSSL) 2015-03-28 10:05:23 +00:00
John Marino
0ef457ae80 ftp/pftpd: Add DragonFly support
Bring in fix from dports (port is not maintained)
2015-03-26 14:18:50 +00:00
Sunpoet Po-Chuan Hsieh
b4872adff4 - Cleanup WRKSRC: leading v in GH_TAGNAME is removed from DISTNAME in r382120 2015-03-24 18:24:27 +00:00
John Marino
b2053786ce 4 ports categories: Remove $PTHREAD_LIBS
Categories: www, ftp, net-im, net-mgmt

approved by:	PTHREAD blanket
2015-03-24 18:19:23 +00:00
Sunpoet Po-Chuan Hsieh
d4d6548942 - Update MASTER_SITES
- Use PORTDOCS and PORTEXAMPLES
- Update WWW
2015-03-22 14:58:27 +00:00
Dmitry Sivachenko
86ed29b97e Update to version 4.6.1. 2015-03-16 09:21:10 +00:00
Dmitry Marakasov
61e2327b04 - Don't create unused directory 2015-03-15 15:39:04 +00:00
Adam Weinberger
10f22ecd6d Clean up the rest of the perl@ Makefiles a bit.
- Remove dependencies on modules distributed as part of perl core
- Remove references to FreeBSD < 8 and perl < 5.16
- Ensure that DOCS and EXAMPLES options exist for ports installing
  PORTDOCS or PORTEXAMPLES
- Reduce unnecessary inclusions of bsd.port.options.mk by using
  OPTIONS helpers and the like
- Fix some cases where dependencies were only assigned to BUILD_DEPENDS
- Fix a few of the cases where dependencies were only assigned to RUN_DEPENDS.
  This one happens in many, many ports. I only applied it in cases where
  it interfered with 'make test' but it should maybe be done more generally.
- Mute ${MKDIR} in installation
- Parethesize compound commands
- In www/p5-URI-Fetch, remove the ZLIB option that wasn't used
2015-03-13 17:29:58 +00:00
Sunpoet Po-Chuan Hsieh
0059af81ea - Update to 1.0.37
- Add SCRYPT option (on by default)
- Complete CONFIGURE_ARGS
- Add git repository to WWW

Note that this version includes several security changes:
- SSLv2 and SSLv3 are refused by default
- DES-hashed passwords are not supported
- RC4 was killed

Changes:	https://github.com/jedisct1/pure-ftpd/blob/master/ChangeLog
2015-03-11 18:34:27 +00:00
Sunpoet Po-Chuan Hsieh
d01e28a6f5 - Enable TLS option by default
- Allow to change location of pid files
- Bump PORTREVISION for package change
2015-03-08 19:38:18 +00:00
Dmitry Marakasov
f133dfcbf7 - Pet portlint
- Add LICENSE_FILE
- Strip binary
2015-03-08 02:33:10 +00:00
Vasil Dimov
4858b738d5 ftp/wget: Fix upstream bug #44403: wget --quiet isn't quiet anymore
http://savannah.gnu.org/bugs/index.php?44403
2015-03-06 20:00:38 +00:00
Tilman Keskinoz
02dbbbd607 Update to 3.10.2
PR:		198299
Submitted by:	maintainer
2015-03-05 12:04:58 +00:00
Vasil Dimov
459bdac2d7 ftp/wget: Upgrade from 1.16 to 1.16.2 2015-03-04 16:08:41 +00:00
Bartek Rutkowski
99fae6ce68 ftp/net2ftp: update 0.98 -> 1.0
- Set MAINTAINER to chris@bsdjunk.com
- Use static pkg-plist instead of dynamic

PR:		198098
Submitted by:	Ben Woods <woodsb02@gmail.com>
2015-03-04 15:01:24 +00:00
Baptiste Daroussin
9ae3fa335d Remove Author from pkg-descr and white space fixes 2015-03-02 23:26:42 +00:00
Sunpoet Po-Chuan Hsieh
d28501f75f - Update to 7.41.0
Changes:	http://curl.haxx.se/changes.html
2015-02-26 17:45:45 +00:00
Thomas Zander
8875777792 - Fix build with PF OPTION selected [1]
- Move IPFILTER / PF OPTIONS into OPTIONS_RADIO because port does
  not build if both are selected [2]

PR:		197412
Submitted by:	fidaj@ukr.net [1]
Reviewed by:	riggs [2]
Approved by:	maintainer timeout
2015-02-21 14:12:07 +00:00
Adam Weinberger
9ffb4e29f6 Update to 0.26.
Changes: https://metacpan.org/changes/distribution/Net-FTPSSL
2015-02-14 19:22:22 +00:00
Sean Bruno
0552c4fd0d Explicitly link against libpam. Fixes builds with external toolchains (qemu powered
poudriere).

PR:		196966
Approved by:	maintainer timeout
2015-02-12 20:52:26 +00:00
Pawel Pekala
c52d6b0f41 - Update to version 0.3.11 [1]
- Pass maintainership to submitter [1]
- Convert to options subs and helpers

PR:		197179 [1]
Submitted by:	chris@bsdjunk.com [1]
2015-02-12 15:57:24 +00:00
Pawel Pekala
ef9dbfdeb0 Update to version 3.10.1.1
PR:		197311
Submitted by:	matthew@reztek.cz (maintainer)
2015-02-05 17:50:02 +00:00
Martin Matuska
241a1f4e2e Change -pthread to -lpthread
PR:	195921
Reported by:	John Marino
2015-02-02 10:32:26 +00:00
Martin Matuska
c251ebb419 Always compile with -pthread 2015-02-02 09:16:37 +00:00
Martin Matuska
ad2647235e Fix mirror sites [1]
Compile with -pthread if using base OpenSSL [2]
Fix rc script [3]

PR:	191011 [1], 195921 [2], 196635 [3]
2015-02-01 22:25:50 +00:00
Rene Ladan
0783421b56 Remove expired ports:
2015-01-26 audio/qmidinet: Broken for more than 6 months
2015-01-26 audio/wmauda: Broken for more than 6 months
2015-01-26 audio/x11amp: Broken for more than 6 months
2015-01-26 devel/p5-Log-Any-Adapter: devel/p5-Log-Any-Adapter merged into devel/p5-Log-Any by upstream
2015-01-26 ftp/rexx-curl: Broken for more than 6 months
2015-01-26 net-im/pidgin-audacious-remote: Broken for more than 6 months
2015-01-26 www/lifetype: Broken for more than 6 months
2015-01-26 www/ump: Broken for more than 6 months
2015-01-28 16:18:27 +00:00
Dmitry Marakasov
7872101abe - Fix pkg-plist without NLS
PR:		196916
Submitted by:	kevinz5000@gmail.com
Approved by:	matthew@reztek.cz (maintainer)
2015-01-25 13:38:54 +00:00
Antoine Brodin
4f4e8c52c6 Remove explicit dependency on javavmwrapper for ports that USE_JAVA 2015-01-23 16:03:57 +00:00
Baptiste Daroussin
3bfdc11fce Remove unneeded desktop-file-utils and @exec 2015-01-19 21:05:09 +00:00
Sunpoet Po-Chuan Hsieh
997822effc - Strip shared library 2015-01-19 19:50:50 +00:00
Sunpoet Po-Chuan Hsieh
7bfd7fb64b - Use INSTALL_TARGET=install-strip instead of MAKE_ENV=INSTALL_STRIP_FLAG=${STRIP} 2015-01-18 10:36:02 +00:00
Tijl Coosemans
c88aaf5c89 Add missing USE_OPENSSL=yes
PR:		195796
2015-01-15 09:05:37 +00:00
Kevin Lo
2bc5297d47 Use 'REQUIRE: NETWORKING' in the rc.d script to be consistent
with ftp/tftp-hpa.
2015-01-14 02:43:29 +00:00
Kurt Jaeger
ce0872f121 ftp/vsftpd-ext: fixing path to vsftpd.conf
PR:		195239
Submitted by:	Xu Jing <xjflyttp@gmail.com> (maintainer)
2015-01-09 20:11:59 +00:00
Sunpoet Po-Chuan Hsieh
ca0f66ae24 - Update to 7.40.0
Changes:	http://curl.haxx.se/changes.html
Security:	CVE-2014-8150
Security:	CVE-2014-8151
MFH:		2015Q1
2015-01-09 18:07:31 +00:00
Tijl Coosemans
3dc00b8164 Fix build when OpenSSL does have SSL2/SSL3 support
PR:		195796
2015-01-09 16:44:41 +00:00
Bryan Drewery
80c5714659 Fix ccache leaking in as a runtime dependency. 2015-01-09 03:06:15 +00:00
Sunpoet Po-Chuan Hsieh
83d66bf652 - Update to 7.19.5.1
Changes:	http://pycurl.sourceforge.net/doc/release-notes.html
		https://github.com/pycurl/pycurl/blob/master/ChangeLog
2015-01-08 19:05:23 +00:00
Baptiste Daroussin
cd1b21d23c Update to 3.10.0
PR:		196614
Submitted by:	matthew@reztek.cz (maintainer)
2015-01-08 14:12:30 +00:00
Emanuel Haupt
12f48dc28d Move MASTER_SITES from CRITICAL to LOCAL/ehaupt 2015-01-06 10:17:28 +00:00
John Marino
d2ffff55de Assign maintainership of FPC ports to new FPC ports team
The new team currently consists of the previous maintainer (acm@) and
myself (marino@).

PR:	195363
2015-01-05 00:16:00 +00:00
Kurt Jaeger
cba03c03e1 security/libgcrypt: 1.6.1 -> 1.6.2, bump depends
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
  with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
  error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code.  Take
	care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in
- Fix building for the x32 target without asm modules in
  mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI.
- Fix ARM assembly when building __PIC__
- mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit.
  * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear
    allocated but not used bits before resizing.
  * tests/t-mpi-bits.c (set_bit_with_resize): New.
- Use internal malloc function in fips.c.
  * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/.
- pubkey: Re-map all deprecated RSA algo numbers.
- cipher: Fix possible NULL dereference in cipher/md.c for being NULL.
- Fix ARMv6 detection when CFLAGS modify target CPU architecture.

PR:		193264
Approved by:	cpm@fbsd.es (maintainer)
2015-01-02 18:46:33 +00:00
Dmitry Sivachenko
7b868b87cb Update to version 4.6. 2015-01-01 17:49:09 +00:00
Ganael LAPLANCHE
aa1f6278fe Update to 4.6.1 2014-12-30 14:26:23 +00:00