aboutsummaryrefslogtreecommitdiff
path: root/devel/libzrtpcpp
Commit message (Collapse)AuthorAgeFilesLines
* Register a build-time conflict with libzrtpcppcore -- libzrtpcpp will notMikhail Teterin2015-03-061-5/+4
| | | | | | | | | | build, if libzrtpcppcore's headers are present... Rephrase the post-patch target to not require as many passes through the source tree and remove a solution for the long-gone problem from it. Notes: svn path=/head/; revision=380631
* Do not insist on OpenSSL from ports -- base would do. Bump PORTREVISION.Mikhail Teterin2015-03-062-2/+18
| | | | | | | | PR: 196247 Approved by: maintainer timeout (since December) Notes: svn path=/head/; revision=380627
* 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
* - Add missing patch needed to produce usable shared libraryDmitry Marakasov2014-11-232-1/+12
| | | | | | | | | | PR: 185266 Submitted by: m.v.b@runbox.com Approved by: acm (maintainer timeout) MFH: 2014Q4 Notes: svn path=/head/; revision=373165
* Cleanup plistBaptiste Daroussin2014-10-271-1/+0
| | | | Notes: svn path=/head/; revision=371546
* 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
* - Chase devel/ucommon shlib version bumpPietro Cerutti2014-04-151-1/+1
| | | | Notes: svn path=/head/; revision=351309
* - Stage supportMartin Wilke2014-03-061-1/+0
| | | | Notes: svn path=/head/; revision=347234
* - Chase devel/ucommon shlib version bumpPietro Cerutti2014-01-091-2/+3
| | | | Notes: svn path=/head/; revision=339255
* - Update to 2.3.4Jose Alonso Cardenas Marquez2013-10-025-22/+30
| | | | | | | - Add missing dependencies Notes: svn path=/head/; revision=329098
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 3) Notes: svn path=/head/; revision=327724
* Chase security/libgcrypt updateEmanuel Haupt2013-05-031-7/+3
| | | | Notes: svn path=/head/; revision=317220
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* - Chase devel/ucommon shlib versbion bumpPietro Cerutti2013-02-111-1/+1
| | | | Notes: svn path=/head/; revision=312062
* - Update to 2.3.2Jose Alonso Cardenas Marquez2012-12-137-42/+55
| | | | | | | | PR: 170635 Submitted by: Waitman Gobble <uzimac at da3m0n8t3r.com> Notes: svn path=/head/; revision=308856
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+0
| | | | | | | | | | | | - 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
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* - Chase the libgcrypt shared lib versionSteve Wills2011-07-031-2/+2
| | | | Notes: svn path=/head/; revision=276971
* 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
* - Add missing dependencyJose Alonso Cardenas Marquez2009-11-141-3/+5
| | | | | | | | | | | | - Fix a problem with OpenSSL support. Now net/twinkle can compile without problems. - Bump PORTREVISION Tested by: pav Reported by: pav Notes: svn path=/head/; revision=244271
* - Remove WITH_OPENSSL_PORT. it compiles fine with openssl version of base systemJose Alonso Cardenas Marquez2009-11-101-1/+0
| | | | | | | | | | and it could be defined in make.conf file. PR: 139634 Submitted by: Alexander V. Chernikov" <melifaro __ at _ipfw.ru> Notes: svn path=/head/; revision=244074
* - Update to 1.4.6Jose Alonso Cardenas Marquez2009-11-102-5/+5
| | | | Notes: svn path=/head/; revision=244071
* - Update to 1.4.0Jose Alonso Cardenas Marquez2008-12-125-36/+17
| | | | | | | | PR: 129482 Submitted by: Pedro F. Giffuni <giffunip at tutopia.com> Notes: svn path=/head/; revision=224170
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Update to 1.0.0Jose Alonso Cardenas Marquez2007-12-224-11/+20
| | | | Notes: svn path=/head/; revision=204320
* - Update to 0.9.2Jose Alonso Cardenas Marquez2007-10-023-6/+7
| | | | Notes: svn path=/head/; revision=200659
* - Fix build on 4.xJose Alonso Cardenas Marquez2006-10-062-1/+14
| | | | | | | | | - Bump PORTREVISION Reported by: kris Notes: svn path=/head/; revision=174659
* - New port: devel/libzrtpcppJose Alonso Cardenas Marquez2006-10-055-0/+83
A separate extension package for GNU ccRTP, it provides support for the ZRTP protocol (as defined in the Internet draft draft-zimmermann-avt-zrtp). WWW: http://www.gnu.org/software/ccrtp/ Notes: svn path=/head/; revision=174515