aboutsummaryrefslogtreecommitdiff
path: root/net/csync2
Commit message (Collapse)AuthorAgeFilesLines
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-7/+7
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Rather than listening on two sockets, one for IPv4 and one for IPv6 theTijl Coosemans2016-04-272-1/+22
| | | | | | | | | | | | | csync server listens on one IPv6 socket and uses IPv4 mapped IPv6 addresses to support IPv4. This IPv6 feature is disabled by default on FreeBSD so add a patch to enable it on the server socket. PR: 208928 Tested by: ari@ish.com.au Approved by: alexey@renatasystems.org (maintainer) Notes: svn path=/head/; revision=414130
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Update security/gnutls to 3.4.10.Tijl Coosemans2016-03-271-0/+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
* - Update net/csync2 to version 2.0.Tijl Coosemans2016-03-1110-118/+81
| | | | | | | | | | | | | | | | | - Prevent use of pdflatex when it's installed. - Replace patch-csync2-compare with USES=shebangfix. - Add a patch to fix use of strlcpy (pass size of destination instead of source). - Add a patch to let the compiler know csync_fatal does not return. This fixes a warning about an uninitialised variable. - Use predefined PKG_PREFIX in pkg-install and create directories from pkg-plist. PR: 207765 Approved by: alexey@renatasystems.org (maintainer) Notes: svn path=/head/; revision=410829
* The bash package can be called bash-static, so depend on the bash binary.Mathieu Arnold2015-02-191-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=379347
* 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
* databases/sqlite2:Tijl Coosemans2014-09-111-1/+1
| | | | | | | - Convert to USES=libtool and bump dependent ports Notes: svn path=/head/; revision=367990
* Bump PORTREVISION on more ports that depend on libgcrypt after the updateTijl Coosemans2014-08-051-1/+1
| | | | | | | | | | | | in r363436 and remove the UPDATING entry because it did not guarantee that all ports were updated nor that they were updated in the right order. Also remove libgcrypt.la again. PR: 192342 Approved by: portmgr (implicit, bump unstaged ports) Notes: svn path=/head/; revision=364143
* - Update security/libtasn1 to 4.0Roman Bogorodskiy2014-07-281-1/+1
| | | | | | | | | | | | | - Add USES= libtool and set INSTALL_TARGET to install-strip - Drop useless bsd.port.options.mk include - Bump PORTREVISION of ports that depend on libtasn1 as shlib version has changed - Add an UPDATING entry for that Exp-run by: antoine Notes: svn path=/head/; revision=363113
* - 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
* - StagifyDmitry Marakasov2014-05-261-18/+13
| | | | | | | | | - Use new LIB_DEPENDS syntax Approved by: portmgr blanket Notes: svn path=/head/; revision=355443
* - Chase security/libtasn1 updateRoman Bogorodskiy2013-11-031-2/+2
| | | | | | | - Add UPDATING entry Notes: svn path=/head/; revision=332596
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* Convert to new options frameworkBaptiste Daroussin2013-06-051-5/+8
| | | | Notes: svn path=/head/; revision=319986
* Chase security/libgcrypt updateEmanuel Haupt2013-05-031-7/+3
| | | | Notes: svn path=/head/; revision=317220
* Various spelling correctionsChris Rees2013-02-091-1/+1
| | | | | | | | | | | | | PR: ports/175331 Submitted by: Christoph Mallon Approved by: No objections within three weeks from any maintainer While here, style and duplicate phrase fixes in bsdcflow pkg-descr Submitted by: mi Notes: svn path=/head/; revision=311969
* - Add UPDATING entry for libtasn1 updateRoman Bogorodskiy2013-02-061-2/+2
| | | | | | | - Bump PORTREVISIONs for dependant ports Notes: svn path=/head/; revision=311783
* - Add UPDATING entry for gnutls updateRoman Bogorodskiy2013-02-051-2/+2
| | | | | | | - Chase shlib version bump for dependant ports Notes: svn path=/head/; revision=311722
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+3
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* - Chase the libgcrypt shared lib versionSteve Wills2011-07-031-2/+2
| | | | Notes: svn path=/head/; revision=276971
* Chase security/gnutls update and add an UPDATING entry.Roman Bogorodskiy2011-06-051-2/+2
| | | | Notes: svn path=/head/; revision=275104
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Chase security/libgcrypt shlib bump.Wesley Shields2010-07-271-2/+2
| | | | | | | | PR: ports/148755 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Notes: svn path=/head/; revision=258314
* - Fix/update rc.d script.Stefan Walter2010-06-276-35/+157
| | | | | | | | | | | | | - Make installation of csync2-compare optional. - Generate certificates and create directories during installation if necessary. - Assign maintainership to submitter. PR: 146970 Submitted by: Alexey V. Degtyarev <alexey@renatasystems.org> Feature safe: yes Notes: svn path=/head/; revision=257059
* - Provide rc scriptPav Lucistnik2010-05-142-1/+41
| | | | | | | | PR: ports/145107 Submitted by: Ari Maniatis <ari@ish.com.au> Notes: svn path=/head/; revision=254313
* - Unbreak and fix build with gnuTLSMartin Wilke2009-09-162-2/+12
| | | | | | | | | PR: 138804 Submitted by: mitsuru@riken.jp Feature safe: yes Notes: svn path=/head/; revision=241515
* - BROKEN does not compile with new gnuTLSMartin Wilke2009-08-221-0/+2
| | | | Notes: svn path=/head/; revision=240094
* Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.Roman Bogorodskiy2009-08-161-2/+2
| | | | Notes: svn path=/head/; revision=239670
* Chase libtasn1 shared library version bump.Roman Bogorodskiy2009-01-181-2/+2
| | | | Notes: svn path=/head/; revision=226372
* - Bump PORTREVISION due to share library version bump in security/libgcryptRong-En Fan2009-01-061-2/+2
| | | | | | | PR: ports/127478 Notes: svn path=/head/; revision=225326
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Reset aaron's port maintainerships due to many maintainer-timeouts.Mark Linimon2008-04-291-1/+1
| | | | Notes: svn path=/head/; revision=212202
* - Chase security/gnutls shlib version bumpRoman Bogorodskiy2008-03-031-2/+2
| | | | | | | - Add an entry to UPDATING Notes: svn path=/head/; revision=208375
* Chase libgcrypt library versionTilman Keskinoz2008-02-281-1/+2
| | | | Notes: svn path=/head/; revision=208144
* Update to 1.34.Xin LI2008-02-246-30/+50
| | | | | | | | Approved by: maintainer timeout PR: ports/119742 Notes: svn path=/head/; revision=207819
* Chase gnutls shared library version chase: adjust DEPENDS lines andRoman Bogorodskiy2007-07-011-1/+2
| | | | | | | bump PORTREVISIONs. Notes: svn path=/head/; revision=194564
* BROKEN: Installs config file in /etcKris Kennaway2007-06-101-0/+2
| | | | Notes: svn path=/head/; revision=193139
* Added missing dependencies, libgcrypt and libgpg-error, as reported to meAaron Dalton2007-06-011-1/+3
| | | | | | | via email (no PR). Notes: svn path=/head/; revision=192561
* Adding net/csync2, a cluster synchronization tool.Aaron Dalton2007-05-306-0/+79
Notes: svn path=/head/; revision=192413