Commit graph

33 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
d99d942bb0 Update security/nettle to 3.5.1
- Bump PORTREVISION of dependent ports for shlib change
- Fix build of devel/pijul [1]

Changes:	https://git.lysator.liu.se/nettle/nettle/blob/master/NEWS
PR:		238991
Exp-run by:	antoine
Thanks to:	tobik [1]
2019-07-09 17:13:07 +00:00
Adam Weinberger
2eb84a7a05 Remove GeoIP-related options. Where possible, replace GeoIP 1 defaults
with GeoIP 2.

Also, as suggested by zi, add an UPDATING note about this.
2019-01-13 20:58:36 +00:00
Steve Wills
9ce71371a1 net-p2p/ncdc: Update to 1.20
PR:		230229
Submitted by:	Nathan <ndowens@yahoo.com>
Approved by:	maintainer timeout (earl1k@mail.ru, >2 weeks)
2018-08-16 20:44:45 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +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
Johan van Selst
c590f0bad9 Bump versions to chase Nettle shared library update 2016-01-23 21:14:18 +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
Adam Weinberger
e91f5afdf5 Bump PORTREVISION on all ports that depend on net/GeoIP for
r364627.

Approved by:	portmgr (not really, but touches unstaged ports)
2014-08-11 17:05:50 +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
Martin Wilke
bd48d39657 - Chase database/sqlite3 slib bump
Approved by:	portmgr (myself)
2014-06-27 17:21:06 +00:00
Alex Kozlov
ab60377305 - Update to 1.19.1
PR:	ports/189032
Submitted by:		Dmitriy Limonov <earl1k@mail.ru> (maintainer)
2014-05-07 16:05:45 +00:00
Pawel Pekala
31f489e18b - Update to version 1.19
- Add GEOIP option

PR:		ports/186908
Submitted by:	maintainer
2014-02-22 16:53:41 +00:00
Sunpoet Po-Chuan Hsieh
699514d055 - Update to 1.18.1
- While I'm here, merge MASTER_SITE_SUBDIR to MASTER_SITES

Changes:	http://dev.yorhel.nl/ncdc/changes
PR:		ports/183844
Submitted by:	Dmitriy Limonov <earl1k@mail.ru> (maintainer)
2013-11-10 19:48:27 +00:00
Danilo Egea Gondolfo
6b2ad23243 - Update from 1.17 to 1.18 [1]
- Convert LIB_DEPENDS to new syntax
- Convert USE_GMAKE to USES
- Add stage support

PR:		ports/182592
Submitted by:	Dmitriy Limonov <earl1k@mail.ru> (maintainer) [1]
Approved by:	wg / culot (mentors, implicit)
2013-10-04 14:41:19 +00:00
Baptiste Daroussin
bb4b86e043 Add NO_STAGE all over the place in preparation for the staging support (cat: net-p2p) 2013-09-20 22:28:25 +00:00
William Grzybowski
d8d7a9a88a net-p2p/ncdc: update to 1.17
- Update to 1.17 [1]
- Add LICENSE (MIT)

PR:		ports/179680 [1]
Submitted by:	Dmitriy Limonov <earl1k@mail.ru> (maintainer)
Approved by:	culot / jpaetzel (mentors, implicit)
2013-06-18 15:48:06 +00:00
Baptiste Daroussin
9f1de9b900 Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline
2013-05-06 15:34:17 +00:00
Emanuel Haupt
2898e3fa0c Chase security/libgcrypt update 2013-05-03 16:36:39 +00:00
Baptiste Daroussin
992586fa08 Finish converting the whole ports tree to USES=pkgconfig 2013-04-23 14:20:25 +00:00
Pawel Pekala
48916865f2 Update to version 1.16.1
PR:		ports/177650
Submitted by:	Dmitriy Limonov <earl1k@mail.ru> (maintainer)
Feature safe:	yes
2013-04-20 14:28:38 +00:00
Pawel Pekala
66c35c7eb6 - Update to version 1.15 [1]
- Add dependency on security/libgcrypt, configure script
  requires it for gnutls < 3.0.0

PR:		ports/176658 [1]
Submitted by:	Dmitriy Limonov <earl1k@mail.ru>
2013-03-13 17:13:35 +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
Martin Matuska
b2c4fbb77a Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
2012-12-10 19:11:11 +00:00
Pawel Pekala
1def4b6820 - Update to version 1.14 [1]
- Remove GDBM option [1]
- Add missing deps
- Ports needs pkg-config during build

PR:		ports/173705 [1]
Submitted by:	Dmitriy Limonov <earl1k@mail.ru> (maintainer)
Feature safe:	yes
2012-11-28 22:06:57 +00:00
Ruslan Makhmatkhanov
0d0bc00d12 - update to 1.13
while here:
- convert to optionsng
- trim Makefile header

PR:		172169
Submitted by:	Aragon Gouveia <aragon at phat.za dot net>
Approved by:	EARL <earl1k at mail dot ru> (maintainer)
2012-10-01 06:59:54 +00:00
Guido Falsi
fec9919900 - Update to version 1.12
PR:		ports/169960
Submitted by:	Dmitriy Limonov <earl1k@mail.ru> (maaintainer)
Approved by:	crees, tabthorpe (mentors, implicit)
2012-07-18 20:32:09 +00:00
Pawel Pekala
54a1d9ee80 Update to version 1.11
PR:		ports/168096
Submitted by:	Dmitriy Limonov <earl1k@mail.ru> (maintainer)
2012-05-18 15:58:26 +00:00
Dennis Herrmann
6e1faa6d01 - Update to 1.9
PR:		ports/166216
Submitted by:	Dmitriy Limonov <earl1k@mail.ru> (maintainer)
Feature safe:	yes
2012-03-18 10:57:12 +00:00
Jason Helfman
6305f2f86b - Update to 1.8
- while here shorten master_sites for sourceforge to SF

PR:	ports/165187
Submitted by:	maintainer, earl1k at mail.ru
2012-02-15 22:45:52 +00:00
Jason Helfman
2cb3438f42 - Update to 1.7
- adjust patch target

PR:		ports/163785
Submitted by:	maintainer, Dmitriy Limonov <earl1k at mail.ru>
Approved by:	crees (mentor)
2012-01-06 17:25:50 +00:00
Pawel Pekala
13b6f55f99 - Update to verion 1.6
- Project database library switched from GDBM to SQLite
- Add option to build ncdc-db-upgrade

PR:		ports/163626
Submitted by:	Dmitriy Limonov <earl1k@mail.ru> (maintainer)
2011-12-26 17:37:42 +00:00
Pawel Pekala
e47ced6509 Ncdc is a modern and lightweight direct connect client
with a friendly ncurses interface.

WWW: http://dev.yorhel.nl/ncdc

PR:		ports/162922
Submitted by:	Dmitriy Limonov
2011-12-25 11:26:30 +00:00