aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/ncdc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for security/nettle shlib changeSunpoet Po-Chuan Hsieh2020-05-161-1/+1
| | | | Notes: svn path=/head/; revision=535391
* net-p2p/ncdc: allow using base ncursesSteve Wills2020-04-051-1/+3
| | | | | | | | PR: 243942 Approved by: maintainer timeout (earl1k@mail.ru, >6 weeks) Notes: svn path=/head/; revision=530841
* net-p2p/ncdc: fix build on GCC architecturesPiotr Kubaj2019-10-071-1/+1
| | | | | | | | | | | | Use C11 compiler: In file included from src/geoip.c:34: /usr/local/include/maxminddb.h:92: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'mmdb_uint128_t' /usr/local/include/maxminddb.h:122: error: expected specifier-qualifier-list before 'mmdb_uint128_t' Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=513947
* Update to upstream release 1.22.1Thomas Zander2019-09-221-3/+9
| | | | | | | | | | | | | Details: - Update to new upstream release 1.22.1 - Introduce default OPTION for IP geolocation support PR: 239794 Submitted by: h.freshports@skarnell.se Approved by: maintainer timeout Notes: svn path=/head/; revision=512565
* Update security/nettle to 3.5.1Sunpoet Po-Chuan Hsieh2019-07-091-1/+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] Notes: svn path=/head/; revision=506289
* Remove GeoIP-related options. Where possible, replace GeoIP 1 defaultsAdam Weinberger2019-01-131-7/+1
| | | | | | | | | with GeoIP 2. Also, as suggested by zi, add an UPDATING note about this. Notes: svn path=/head/; revision=490211
* net-p2p/ncdc: Update to 1.20Steve Wills2018-08-161-4/+2
| | | | | | | | | PR: 230229 Submitted by: Nathan <ndowens@yahoo.com> Approved by: maintainer timeout (earl1k@mail.ru, >2 weeks) Notes: svn path=/head/; revision=477374
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-8/+8
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Update security/gnutls to 3.4.10.Tijl Coosemans2016-03-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=411990
* Bump versions to chase Nettle shared library updateJohan van Selst2016-01-231-1/+1
| | | | Notes: svn path=/head/; revision=407058
* security/libgcrypt: 1.6.1 -> 1.6.2, bump dependsKurt Jaeger2015-01-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=376062
* Bump PORTREVISION on all ports that depend on net/GeoIP forAdam Weinberger2014-08-111-1/+1
| | | | | | | | | r364627. Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=364628
* security/libgcrypt: 1.5.3_3 -> 1.6.1Kurt Jaeger2014-07-301-1/+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) Notes: svn path=/head/; revision=363436
* - Replace security/gnutls with security/gnutls3 and update to 3.2.15Tijl Coosemans2014-07-231-1/+1
| | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=362645
* - Chase database/sqlite3 slib bumpMartin Wilke2014-06-271-0/+1
| | | | | | | Approved by: portmgr (myself) Notes: svn path=/head/; revision=359586
* - Update to 1.19.1Alex Kozlov2014-05-071-2/+2
| | | | | | | | PR: ports/189032 Submitted by: Dmitriy Limonov <earl1k@mail.ru> (maintainer) Notes: svn path=/head/; revision=353172
* - Update to version 1.19Pawel Pekala2014-02-221-1/+8
| | | | | | | | | | - Add GEOIP option PR: ports/186908 Submitted by: maintainer Notes: svn path=/head/; revision=345666
* - Update to 1.18.1Sunpoet Po-Chuan Hsieh2013-11-101-3/+2
| | | | | | | | | | | - 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) Notes: svn path=/head/; revision=333433
* - Update from 1.17 to 1.18 [1]Danilo Egea Gondolfo2013-10-041-14/+11
| | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=329317
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net-p2p) Notes: svn path=/head/; revision=327758
* net-p2p/ncdc: update to 1.17William Grzybowski2013-06-181-1/+3
| | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=321197
* Convert USE_NCURSES by USES=ncursesBaptiste Daroussin2013-05-061-2/+1
| | | | | | | Convert USE_READLINE by USES=readline Notes: svn path=/head/; revision=317525
* Chase security/libgcrypt updateEmanuel Haupt2013-05-031-0/+1
| | | | Notes: svn path=/head/; revision=317220
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316355
* Update to version 1.16.1Pawel Pekala2013-04-201-1/+1
| | | | | | | | | PR: ports/177650 Submitted by: Dmitriy Limonov <earl1k@mail.ru> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=316150
* - Update to version 1.15 [1]Pawel Pekala2013-03-131-2/+2
| | | | | | | | | | | - 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> Notes: svn path=/head/; revision=314096
* - Add UPDATING entry for gnutls updateRoman Bogorodskiy2013-02-051-1/+1
| | | | | | | - Chase shlib version bump for dependant ports Notes: svn path=/head/; revision=311722
* Update PCRE to 8.32Martin Matuska2012-12-101-0/+1
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* - Update to version 1.14 [1]Pawel Pekala2012-11-281-19/+11
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=307943
* - update to 1.13Ruslan Makhmatkhanov2012-10-011-8/+5
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=305094
* - Update to version 1.12Guido Falsi2012-07-181-1/+1
| | | | | | | | | PR: ports/169960 Submitted by: Dmitriy Limonov <earl1k@mail.ru> (maaintainer) Approved by: crees, tabthorpe (mentors, implicit) Notes: svn path=/head/; revision=301125
* Update to version 1.11Pawel Pekala2012-05-181-12/+6
| | | | | | | | PR: ports/168096 Submitted by: Dmitriy Limonov <earl1k@mail.ru> (maintainer) Notes: svn path=/head/; revision=296905
* - Update to 1.9Dennis Herrmann2012-03-181-1/+1
| | | | | | | | | PR: ports/166216 Submitted by: Dmitriy Limonov <earl1k@mail.ru> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=293512
* - Update to 1.8Jason Helfman2012-02-151-6/+4
| | | | | | | | | | - while here shorten master_sites for sourceforge to SF PR: ports/165187 Submitted by: maintainer, earl1k at mail.ru Notes: svn path=/head/; revision=291483
* - Update to 1.7Jason Helfman2012-01-061-4/+6
| | | | | | | | | | | - adjust patch target PR: ports/163785 Submitted by: maintainer, Dmitriy Limonov <earl1k at mail.ru> Approved by: crees (mentor) Notes: svn path=/head/; revision=288637
* - Update to verion 1.6Pawel Pekala2011-12-261-3/+20
| | | | | | | | | | | - 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) Notes: svn path=/head/; revision=288061
* Ncdc is a modern and lightweight direct connect clientPawel Pekala2011-12-251-0/+32
with a friendly ncurses interface. WWW: http://dev.yorhel.nl/ncdc PR: ports/162922 Submitted by: Dmitriy Limonov Notes: svn path=/head/; revision=287997