Commit graph

98 commits

Author SHA1 Message Date
Dmitry Marakasov
a0d79d8d83 - Update to 3.19.0
PR:		210693
Submitted by:	matthew@reztek.cz (maintainer)
2016-06-29 14:51:28 +00:00
Dmitry Marakasov
b51002a3bf - Update to 3.18.0
PR:		209847
Submitted by:	matthew@reztek.cz (maintainer)
2016-06-03 16:58:36 +00:00
Dmitry Marakasov
0a1c7c79e0 - Update to 3.17.0.1
- While here, add some minor fixes (clarify LICENSE, remove NLS from OPTIONS_DEFAULT (already there by default) and silence post-patch)

PR:		209417
Submitted by:	matthew@reztek.cz (maintainer)
2016-05-11 13:05:34 +00:00
Kurt Jaeger
2c5e1e3221 ftp/libfilezilla: 0.4.0.1 -> 0.5.0
ftp/filezilla: 3.16.0 -> 3.17.0

Changes:
  https://filezilla-project.org/changelog.php

PR:		208999, 209000
Submitted by:	<matthew@reztek.cz> (maintainer)
2016-04-24 07:44:09 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Tijl Coosemans
6bc6f3a9e0 - Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
  supported by libgnutls-dane and gnutls-cli.  Also clarify the option
  description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4.  Some ports used this library
  in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed.  Ports that used these have been
  updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.

net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.

www/hydra: Mark BROKEN.  This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.

PR:		207768
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-03-27 14:57:59 +00:00
Mark Felder
a4a856b7f3 ftp/filezilla: Update to 3.16.0
PR:		207690
2016-03-15 16:49:35 +00:00
Ruslan Makhmatkhanov
0e04b930d9 ftp/filezilla: update to 3.15.0.1
- update to 3.15.0.1
- utilize USES=localbase to set correct CFLAGS/LDFLAGS [1]

PR:		206854
Submitted by:	matthew@reztek.cz (maintainer)
Submitted by:   koobs [1]
2016-02-05 17:47:04 +00:00
Jason Unovitch
273166c510 ftp/filezilla: update 3.14.0 -> 3.14.1 plus minor fixes
- Fix indentation in BROKEN statement
- Remove WX_UNICODE (no-op after r397077)

Changes:	https://filezilla-project.org/versions.php

PR:		203836
Submitted by:	matthew@reztek.cz (maintainer)
2015-10-22 00:46:18 +00:00
Ruslan Makhmatkhanov
ce1853bf02 ftp/filezilla: update to 3.14.0
PR:		202761
Submitted by:	matthew@reztek.cz (maintainer)
2015-09-26 11:56:16 +00:00
Dmitry Marakasov
20ace5f382 - Update to 3.13.0
PR:		202563
Submitted by:	matthew@reztek.cz (maintainer)
2015-08-28 15:44:38 +00:00
Baptiste Daroussin
1d30e2d84d filezilla is only broken with gcc on FreeBSD
Discussed with:	pgollucci, marino and matthew@reztek.cz (maintainer)
2015-07-15 13:17:40 +00:00
Philip M. Gollucci
3c2b3733a5 ftp/filezilla: update 3.11.0.1 -> 3.12.0.2
- Mark BROKEN w/ gcc

PR:                  201516
Submitted by:        matthew@reztek.cz (maintainer)
2015-07-14 22:35:05 +00:00
Dmitry Marakasov
3d45c93f38 - Mark BROKEN on FreeBSD 9.x (gcc segfault)
Approved by:	portmgr blanket
2015-06-25 10:40:00 +00:00
Wen Heping
7e96aae74b - Update to 3.11.0.1
PR:		200570
Submitted by:	matthew@reztek.cz(maintainer)
2015-06-15 11:25:28 +00:00
Dmitry Marakasov
aa27f4636b - Update to 3.11.0
PR:		200347
Submitted by:	matthew@reztek.cz (maintainer)
2015-05-21 11:14:18 +00:00
Ryan Steinmetz
11b2fdca0c - Update to 3.10.3
PR:		199844
Submitted by:	matthew@reztek.cz (maintainer)
2015-05-03 13:25:57 +00:00
Tilman Keskinoz
02dbbbd607 Update to 3.10.2
PR:		198299
Submitted by:	maintainer
2015-03-05 12:04:58 +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
Baptiste Daroussin
cd1b21d23c Update to 3.10.0
PR:		196614
Submitted by:	matthew@reztek.cz (maintainer)
2015-01-08 14:12:30 +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
Kurt Jaeger
6cf4baf016 ftp/filezilla: 3.9.0.5 -> 3.9.0.6
- Upstream released 3.9.0.6 with SSLv3 disabled in response to the
  POODLE vulnerability.
- Submitter becomes maintainer

PR:		194597
Submitted by:	matthew@reztek.cz
2014-10-29 03:51:29 +00:00
Frederic Culot
5bcd3062f5 - Reassign to the heap after jsa@'s bit was taken in for safekeeping 2014-10-23 13:06:38 +00:00
Kurt Jaeger
1699ac3f40 ftp/filezilla: 3.9.0.3 -> 3.9.0.5
- fixed the NLS option
- USE_GCC from '4.7+' to 'yes'
- update

PR:		188970
Submitted by:	Trond.Endrestol@ximalas.info
Approved by:	jsa (maintainer timeout)
2014-09-21 06:41:29 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Tijl Coosemans
f1655c7b7a dns/libidn:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Always install libidn-components.png because it is used by libidn.info
- Add -lintl to Libs.private instead of Libs in libidn.pc
2014-08-30 18:18:14 +00:00
Kurt Jaeger
7db739a7c7 ftp/filezilla: 3.8.0 -> 3.9.0.3
Changes: https://filezilla-project.org/versions.php

PR:		191663
Submitted by:	matthew@reztek.cz
Approved by:	jsa (maintainer timeout)
2014-08-24 09:52:06 +00:00
Kurt Jaeger
b95d127471 security/libgcrypt: 1.5.3_3 -> 1.6.1
- Update to 1.6.1
- Remove some unneeded patches
- Fix pkg-plist
- report configure bug upstream
  https://bugs.g10code.com/gnupg/issue1668
- report API breakage downstream and find that MacPorts had the same issue
  https://rt.cpan.org/Ticket/Display.html?id=97201
- bump PORTREVISION for dependent ports (approx. 100 ports)
- Thanks to exp-run by antoine@ to find ports that break
- patch ports that would otherwise break
  security/shishi with PR 192164 is already committed
  [1] devel/ccrtp
  [2] editors/abiword
  [3] security/p5-Crypt-GCrypt

PR:		191256, 192162 [1], 192163 [2], 192166 [3]
Submitted by:	Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by:	maintainer timeout, antoine (exp-run), portmgr (implicit)
2014-07-30 03:57:23 +00:00
Tijl Coosemans
3ab1b8443e - Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
  adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
  developers)

PR:		191274
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-07-23 09:54:02 +00:00
Tijl Coosemans
a5185846f0 Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.

Approved by:	portmgr (implicit)
2014-07-04 09:40:59 +00:00
Adam Weinberger
660fc56a82 Resolve unnecessary bsd.port.options.mk inclusion by using OPTIONS helpers.
Approved by:	portmgr (blanket)
2014-07-03 18:18:02 +00:00
Bryan Drewery
ffa389b8e0 - Update to 3.8.0 [1]
- Convert to staging [1]
- Use new LIB_DEPENDS format [1]
- Remove BSD.local.dist dirs from plist

PR:		ports/186885 [1]
Submitted by:	Matthew Rezny <matthew@reztek.cz> [1]
2014-04-21 02:18:06 +00:00
Baptiste Daroussin
1640537ad6 Add NO_STAGE all over the place in preparation for the staging support (cat: ftp) 2013-09-20 17:23:18 +00:00
Baptiste Daroussin
7a0f4abe2b Add an explicit dependency on pkgconf 2013-09-06 12:12:00 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Emanuel Haupt
2898e3fa0c Chase security/libgcrypt update 2013-05-03 16:36:39 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Joseph S. Atkinson
8645bb2e92 Update to 3.6.0.2.
Approved by:	kwm (mentor)
2013-03-03 17:38:02 +00:00
Roman Bogorodskiy
91e365d630 - Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
2013-02-05 16:17:06 +00:00
Joseph S. Atkinson
fcf0aec7ae Updted FileZilla to 3.6.0.1 and convert to OptionsNG format.
Reviewed by:	kwm (mentor)
Approved by:	wxs (mentor)
Feature safe:	yes
2012-11-27 01:21:27 +00:00
Carlo Strub
d5fda8cb2c Fix typos in COMMENT 2012-07-25 06:32:06 +00:00
Thomas Abthorpe
ca685d7f74 - Set MAKE_JOBS_SAFE
PR:		ports/169458
Submitted by:	Sayetsky Anton <vsjcfm gmail.com>
2012-07-18 04:58:30 +00:00
Steve Wills
63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Joseph S. Atkinson
4ad974cfcd Update to 3.5.3.
Approved by:	kwm (mentor)
2012-01-09 21:57:50 +00:00
Joseph S. Atkinson
fe5af0f5ef Update to 3.5.2.
Approved by:	wxs (mentor)
Feature safe:	yes
2011-11-21 02:53:53 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Joseph S. Atkinson
44465e3fac Update to 3.5.1.
Approved by:	kwm (mentor)
2011-08-31 03:42:53 +00:00
Steve Wills
e0755b977d - Chase the libgcrypt shared lib version 2011-07-03 11:40:49 +00:00
Joseph S. Atkinson
5dd7ca70f5 Local presence of sqlite3.h let this neww depend slip in unnoticed.
Fix the build. Pointyhat to myself.

Approved by:	wxs (mentor)
2011-06-11 03:09:41 +00:00