Commit graph

41 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
Tijl Coosemans
b3e896badf Convert to USES=autoreconf 2014-09-19 08:07:11 +00:00
Tijl Coosemans
796095d541 Add USES=libtool to accessibility/atkmm and bump dependent ports 2014-09-01 19:34:02 +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
a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +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
Danilo Egea Gondolfo
c877f60cb7 - Update from 2.8.7 to 2.8.8 [1]
- Add libtool to USES
- Add libtoolize to USE_AUTOTOOLS

PR:		ports/190750
Submitted by:	townwear@gmail.com (maintainer) [1]
2014-06-07 18:30:50 +00:00
Danilo Egea Gondolfo
ee96ae5820 - Update from 2.8.6 to 2.8.7
while here
- Remove extra tabs
- Use PLIST_FILES instead of pkg-plist

PR:		ports/185570
Submitted by:	Takashi Kato <townwear@gmail.com>
2014-01-17 17:27:17 +00:00
Antoine Brodin
7837042a8a - Update to 2.8.6
- gmake not needed
- Stage support
- use OPTIONS helpers

PR:		ports/184350
Submitted by:	Takashi Kato (maintainer)
2013-12-01 07:15:49 +00:00
Dmitry Marakasov
ab24828630 - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [fgijk])
Approved by:	portmgr (bdrewery)
2013-10-22 13:58:55 +00:00
Baptiste Daroussin
8ee9a3584f Add NO_STAGE all over the place in preparation for the staging support (cat: japanese) 2013-09-20 18:47:54 +00:00
Guido Falsi
42cea4feca - Fix build after iconv change [1]
- Fix build with clang/libc++ ([2] for graphics/ipe)

While here for databases/spatialite:
- Trim Makefile headers
- Remove check for unsupported FreeBSD versions

Submitted by:	marino [1]
Reported by:	swills, antoine [1]
Submitted by:	bsam [2]
Approved by:	portmgr (bapt, implicit)
2013-09-13 17:14:53 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Jason Helfman
69a52214a8 - adoption of optionsNG framework
- trim COMMENTS and historical headers

Approved by:	portmgr (bapt)
2013-05-26 00:33:54 +00:00
Emanuel Haupt
2898e3fa0c Chase security/libgcrypt update 2013-05-03 16:36:39 +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
Michael Scheidell
a71e97b63e - Update to 2.8.5
PR:		ports/171100
Submitted by:	Takashi Kato <townwear@gmail.com> (maintainer)
2012-08-28 11:54:03 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
TAKATSU Tomonari
ca9b7eb0b2 - Update to 2.8.2 [1]
- Move LICENSE section earlier to make portlint happy

PR:		ports/160028 [1]
Submitted by:	Takashi Kato <townwear_AT_gmail_DOT_com> (maintainer) [1]
2011-08-27 20:25:47 +00:00
Pav Lucistnik
26066a7fee - Mark BROKEN: does not link (gcrypt/gnutls)
Reported by:	pointyhat
2011-07-26 20:36:28 +00:00
Roman Bogorodskiy
207386f96a Chase security/gnutls update and add an UPDATING entry. 2011-06-05 18:43:16 +00:00
Tilman Keskinoz
44d71ae09f Update to 2.8.1
PR:		156250
Submitted by:	maintainer
2011-04-09 13:30:14 +00:00
Martin Wilke
683a22233e - Update to 2.8.0
PR:		154490
Submitted by:	Takashi Kato <townwear@gmail.com> (maintainer)
Feature safe:	yes
2011-02-05 10:56:23 +00:00
TAKATSU Tomonari
22bf9d1d5e - Update to 2.7.5 [1]
- Use MASTER_SITES_ABBREVS in MASTER_SITES
- Add LICENSE
- Add OPTIONS
- Drop MD5 checksum from distinfo
- Make portlint happy

PR:		ports/153512 [1]
Submitted by:	Takashi Kato <townwear_AT_gmail_DOT_com> (maintainer) [1]
2011-01-06 14:12:11 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Ade Lovett
6abd00a86b Punt autoconf267->autoconf268 2010-10-16 11:52:47 +00:00
Ade Lovett
7e80cde328 Round one migration of ports from automake{19,110} to automake111 2010-10-05 19:57:56 +00:00
Ade Lovett
8262a7b51d Autotools update. Read ports/UPDATING 20100915 for details.
Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
2010-09-15 18:35:24 +00:00
Li-Wen Hsu
77319d0695 - Update to 2.7.0
PR:		ports/149939
Submitted by:	Takashi Kato <townwear AT gmail.com> (maintainer)
2010-08-24 17:11:28 +00:00
Martin Wilke
805aa17dee - Update to 2.6.5
PR:		146090
Submitted by:	Takashi Kato <townwear@gmail.com> (maintainer)
2010-05-09 11:21:47 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Martin Wilke
271c4dbd08 - Update to 2.6.0
PR:		143702
Submitted by:	Takashi Kato <townwear@gmail.com> (maintainer)
2010-02-10 14:38:15 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Wen Heping
3154bf933d - Update to 2.5.5
PR:		ports/142164
Submitted by:	Takashi Kato <townwear@gmail.com> (maintainer)
2009-12-31 03:01:49 +00:00
Martin Wilke
fd1616e56a - Update to 2.5.0
PR:		141222
Submitted by:	Takashi Kato <townwear@gmail.com> (maintainer)
2009-12-13 00:21:17 +00:00
Dmitry Marakasov
44f07ce04d - Update to 2.4.2
PR:		139215
Submitted by:	Takashi Kato <townwear@gmail.com> (maintainer)
Feature safe:	yes
2009-09-30 07:38:45 +00:00
Roman Bogorodskiy
f32c11d872 Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update. 2009-08-16 18:04:40 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +00:00
Dmitry Marakasov
df09209320 - Update to 2.4.1
PR:		136773
Submitted by:	Takashi Kato <townwear@gmail.com> (maintainer)
2009-07-15 19:30:25 +00:00
Dennis Herrmann
87b6de4f12 - Update to 2.4.0
Submitted by:	Takashi Kato <townwear@gmail.com> (maintainer)
2009-05-24 19:23:26 +00:00
Beat Gaetzi
b350b9459d jd - a 2ch browser
WWW: http://jd4linux.sourceforge.jp/

PR:		ports/134419
Submitted by:	Takashi Kato <townwear AT gmail.com>
Approved by:	miwi (mentor)
2009-05-23 06:41:11 +00:00