Commit graph

106 commits

Author SHA1 Message Date
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
Antoine Brodin
caca546154 Cleanup plist 2014-11-21 23:55:49 +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
Adam Weinberger
fa4bf2ee1d Add DOCS option for ports with PORTDOCS in plist. 2014-07-16 03:00:46 +00:00
Tijl Coosemans
dd002e4d45 Convert textproc/iksemel to "USES=libtool pathfix" and bump dependent ports 2014-07-03 13:18:14 +00:00
Dmitry Marakasov
06358fd1ac - Switch security/libotr3 to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-06-04 14:39:22 +00:00
Antoine Brodin
4018a96d1c Finish stage support 2014-01-26 20:09:03 +00:00
Pietro Cerutti
62cdf18706 - Convert to USES=tcl and USES=gmake
- Convert to new LIB_DEPENDS format
- STAGE-clean
2014-01-17 11:03:15 +00:00
Baptiste Daroussin
28bf02d683 Add NO_STAGE all over the place in preparation for the staging support (cat: net-im) 2013-09-20 22:13:34 +00:00
Emanuel Haupt
2898e3fa0c Chase security/libgcrypt update 2013-05-03 16:36:39 +00:00
Marcus von Appen
a3a0715f38 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
2013-04-27 11:59:28 +00:00
Baptiste Daroussin
992586fa08 Finish converting the whole ports tree to USES=pkgconfig 2013-04-23 14:20:25 +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
Doug Barton
433f1ce663 Hook security/libotr3 up, and move ports that depend on the old version
to this new dependency.
2012-09-08 06:58:01 +00:00
Doug Barton
1d14d4208e Fix obvious OPTIONS typo, the option for peer-to-peer is P2P, not OTR
No PORTREVISION bump because both are on by default
2012-09-08 06:35:18 +00:00
Doug Barton
308388d3cf For ports that depend on security/libotr, add the new USE_PKGCONFIG macro.
For all but kdenetwork4 use =build. For it use both just in case.

For net-im/clim also fix the manual call to pkg-config for CONFIGURE_ENV
2012-07-26 07:19:30 +00:00
Baptiste Daroussin
9346b215f0 new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
2012-07-26 05:40:22 +00:00
Johan van Selst
f232757d1a Convert to new options framework 2012-06-16 20:54:21 +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
Steve Wills
e0755b977d - Chase the libgcrypt shared lib version 2011-07-03 11:40:49 +00:00
Roman Bogorodskiy
207386f96a Chase security/gnutls update and add an UPDATING entry. 2011-06-05 18:43:16 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Johan van Selst
fa94784cfd Fix compilation with XMPP option
PR:		ports/153850
Submitted by:	Anatoly Borodin <anatoly.borodin@gmail.com>
2011-01-10 22:11:56 +00:00
Wesley Shields
15c1551ea3 Chase security/libgcrypt shlib bump.
PR:		ports/148755
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp>
2010-07-27 01:25:20 +00:00
Johan van Selst
8bf32c9595 Update to 0.7.1 2010-03-20 22:40:50 +00:00
Johan van Selst
4aaac0b5f9 Update my mail address to @FreeBSD.org
Feature safe:   yes
2010-02-23 18:07:14 +00:00
Johan van Selst
2c67fe1e03 - Make configure detect newer gnutls libraries as well (non-default option)
Reported by:	Raphael Becker
2009-09-09 08:59:47 +00:00
Roman Bogorodskiy
f32c11d872 Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update. 2009-08-16 18:04:40 +00:00
Johan van Selst
61a88133ee - Fix dependency checks and the logic of selected (conflicting) options
- Rename SSL option to clarify its purpose (SSL is used even if it's off)

Reported by:	Simeon Simeonov
2009-06-25 16:29:45 +00:00
Johan van Selst
d4203a8557 Update to 0.7 2009-05-18 21:02:05 +00:00
Johan van Selst
2e1041c1b5 Update to 0.6.4 2009-02-23 19:18:37 +00:00
Rong-En Fan
af76562086 - Bump PORTREVISION due to share library version bump in security/libgcrypt
PR:		 ports/127478
2009-01-06 13:01:11 +00:00
Johan van Selst
5f54354a3d Update to 0.6.3 2008-09-01 09:24:38 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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)
2008-08-21 06:18:49 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 14:17:21 +00:00
Roman Bogorodskiy
c9536f39b3 - Chase security/gnutls shlib version bump
- Add an entry to UPDATING
2008-03-03 11:57:08 +00:00
Johan van Selst
1beaf6baa4 - Update to 0.6.2
- Fix jabber support (turned off by default)
2008-02-26 07:31:41 +00:00
Johan van Selst
62496d7f53 bsd.port.options.mk doesn't work yet: do not use this.
Reported by:	dvl, shaun
Pointyhat to:	johans
2007-12-27 16:40:05 +00:00
Johan van Selst
a5d51d2358 - Use OPTIONS
- Make hidden dependencies explicit
2007-12-27 16:01:34 +00:00
Johan van Selst
ccecf5b1a9 Update to 0.6.1 (bugfix release) 2007-10-14 16:53:14 +00:00
Johan van Selst
e0a0bfee63 - Move net-im/micq to net-im/climm (project was renamed)
- Update to climm 0.6 (this has all the renamed files)
2007-09-18 17:23:57 +00:00
Johan van Selst
21a22d5826 Update to 0.5.4.2 2007-07-09 07:07:15 +00:00
Johan van Selst
7c63aa8f09 - Update to 0.5.4.1 (bugfix release)
- Become port maintainer
2007-06-11 12:17:30 +00:00
Martin Wilke
0cad4842fb - Drop maintainership
PR:		113054
Submitted by:	buetow@buetow.org (old maintainer)
2007-05-27 11:13:06 +00:00
Martin Wilke
869677f72b - Update to 0.5.3
PR:		111907
Submitted by:	miwi
Approved by:	maintainer timeout
2007-05-27 10:00:32 +00:00
Rong-En Fan
361364c3a9 - Update to 0.5.2
PR:		ports/105313
Submitted by:	Paul Buetow (maintainer)
2006-11-09 09:44:02 +00:00
Tilman Keskinoz
e671daed58 Catch up with recent changes in the oscar protocol
Bump PORTREVISION.

PR:		105222
Submitted by:	Paul Buetow (maintainer)
2006-11-07 17:07:27 +00:00
Erwin Lansing
0f17356921 Hand maintainership to submitter
PR:		96732
Submitted by:	"Paul C. Buetow" <buetow@buetow.org>
2006-05-05 13:18:27 +00:00
Vasil Dimov
8ad5f71042 Update net-im/micq to 0.5.1 (mostly) bugfix release
Replace a trivial patch with REINPLACE_CMD
Update pkg-descr

PR:		ports/92372
Submitted by:	Johan van Selst <johans@stack.nl>
Approved by:	garga (mentor)
2006-01-26 17:38:29 +00:00
Pav Lucistnik
d2d527c935 - Add SHA256 2005-11-25 16:56:10 +00:00