Commit graph

134 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
Baptiste Daroussin
b6bb709058 Cleanup plist 2014-10-27 13:00:21 +00:00
Marcus von Appen
734b63302e - Convert ports of irc/ and lang/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-20 17:52:16 +00:00
Antoine Brodin
4e038cb470 Unbreak by applying same patch as was applied to irc/weechat
Reported by:	pkg-fallout
2014-08-09 09:10:32 +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
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
Baptiste Daroussin
f329319eb5 Fix some non default LIB_DEPENDS
With hat:	portmgr
2014-07-16 08:13:58 +00:00
Tijl Coosemans
3127da9b78 Convert textproc/aspell to "USES=libtool tar:bzip2" and bump dependent ports
Approved by:	portmgr (implicit, PORTREVISION bump on unstaged port)
2014-07-04 20:28:31 +00:00
Jimmy Olgeni
5e38556079 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.

CR:		D201
Approved by:	portmgr (bapt)
2014-06-13 07:36:27 +00:00
Baptiste Daroussin
e836ab008a Replace lang/lua with the new lang/lua51
lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua

Approved by:	portmgr (implicit)
2014-05-26 15:28:28 +00:00
Pietro Cerutti
c5176f9b35 - Also, remove useless include 2014-02-20 10:06:14 +00:00
Pietro Cerutti
2bc5bf9a4e - Convert to USES=tcl 2014-02-20 10:05:21 +00:00
Jase Thew
23cef1d922 - Update to 20140213 (0.4.4-dev)
- Add secondary MASTER_SITES entry
- Rename DOCUMENTATION option to DOCS and add a pre-built docs distfile
- Utilise DOCSDIR macro in pkg-plist
- Change defaults to enable all OPTIONS [1]
- Remove COLOR256 option as devel/ncurses no longer supports building with
  extended colour support
- Rework MAINTAINER_MODE to cater for building both manpages and docs

PR:		ports/185908 [1]
Requested by:	dumbbell [1]
2014-02-13 18:38:20 +00:00
Rene Ladan
50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00
Jase Thew
570d9e9444 - Update to 20140110 2014-01-10 23:56:02 +00:00
Jase Thew
742caf4154 - Update to 20131015 (0.4.3-dev)
- Convert to latest LIB_DEPENDS format
- Add STAGE support
- Fix whitespace nits
- Revise pkg-descr to reflect reality - WeeChat client is ncurses only and
  other front-ends will connect to the ncurses client
- Add MANPAGES option along with pre-built manpages for all supported languages
2013-10-19 02:40:28 +00:00
Jase Thew
fe6f6aaea9 - Update to 20130921 (0.4.2-rc2) 2013-09-22 11:55:30 +00:00
Baptiste Daroussin
f30824b2ef Add NO_STAGE all over the place in preparation for the staging support (cat: irc) 2013-09-20 18:44:49 +00:00
Jase Thew
e43192c970 - Update to 20130916 (0.4.2-rc1) 2013-09-16 21:58:54 +00:00
Andrej Zverev
a5341091eb - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-16 17:03:42 +00:00
Jase Thew
172a1a401d - Update to 20130831
- Pet portlint(1) - whitespace nits in Makefile and pkg-descr
- Fix a typo and grammar in pkg-descr
- Add pkg-install which creates a symlink for renamed Weechat binary
2013-08-31 22:47:13 +00:00
Jase Thew
ad45dfe3fb - Update to 20130812
- Add pre-built manpage as build requirements for creating the manpage
  are somewhat excessive.
2013-08-16 18:34:03 +00:00
Sunpoet Po-Chuan Hsieh
c2d1a14c7c - Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
  - Add COOKIES
  - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
  - Add GSSAPI and SPNEGO [2]
  - Remove KERBEROS4
  - Rename LIBIDN to IDN
  - Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile

Changes:	http://curl.haxx.se/changes.html
PR:		ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by:	miwi
2013-07-11 16:26:26 +00:00
Jase Thew
596dd89d12 - Update to 20130514 (0.4.1-rc2) 2013-05-15 16:26:17 +00:00
Jase Thew
949bf6c6d5 - Update to 20130507 (0.4.1-rc1) 2013-05-11 16:53:58 +00:00
Baptiste Daroussin
9f1de9b900 Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline
2013-05-06 15:34:17 +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
Alex Kozlov
83f02b963c - Convert USE_GETTEXT to USES (part 4)
Approved by:	portmgr (bapt)
2013-04-26 10:44:28 +00:00
Pietro Cerutti
fef02240ea - Remove lang/tcl83 and x11-toolkits/tk83 (expired)
- Remove references to Tcl/Tk 8.3 from bsd.tcl.mk
- Update ports that required 8.3+ to require 8.4+ (since 8.5 is the
  default, I don't expect this change to cause much trouble)
2013-04-23 11:51:52 +00:00
Baptiste Daroussin
26b2bed6dd Convert irc to USES=pkgconfig 2013-04-23 10:51:39 +00:00
Max Brazhnikov
ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00
Jase Thew
c8078d4d2b - Update to 20130301
- Support for guile scripting module has been disabled. WeeChat now requires
  guile >= 2.0 and there is currently no guile 2.x port available in the Ports
  Collection
2013-03-01 15:51:57 +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
Jase Thew
6b080b0dc3 - Update to 20130120 (0.4.1-dev) 2013-01-20 20:14:38 +00:00
Jase Thew
734c675576 - Update to 20130114 (0.4.0-rc3) 2013-01-17 00:32:47 +00:00
Jase Thew
81f7ac067e - Update to 20130110 (0.4.0-rc2) 2013-01-11 00:51:48 +00:00
Jase Thew
ec9e2cfa4b - Update to 20121226 (0.4.0-rc1) 2012-12-26 17:40:00 +00:00
Jase Thew
2ac58137f4 - Update to 20121118
Security:	81826d12-317a-11e2-9186-406186f3d89d

Feature safe:	yes
2012-11-18 13:46:01 +00:00
Jase Thew
6717f8f0aa - Update to 20121110
- Remove extraneous patch

Feature safe:	yes
2012-11-10 14:07:11 +00:00
Eitan Adler
236f5555af Apply an upstream patch that fixes a security hole
when receiving a special colored message.

The maintainer was contacted but due to the nature of
the issue apply the patch ASAP.

Approved by:	secteam-ports (swills)
Security:	e02c572f-2af0-11e2-bb44-003067b2972c
Feature safe:	yes
2012-11-10 04:55:47 +00:00
Jase Thew
2b743568b7 - Update to 20121103
Feature safe:	yes
2012-11-03 18:49:43 +00:00
Jase Thew
e7b7f9cfc3 - Update to 20120929 (0.4.0-dev)
- Convert to new format Makefile header

Approved by:	flo, culot (mentors, implicit)
2012-09-29 13:52:46 +00:00
Jase Thew
cd198afd6e - Update to 20120918 (0.3.9-rc2)
Approved by:	flo (mentor)
2012-09-20 00:03:25 +00:00
Jase Thew
2d5591a59c - Update to 20120903 (0.3.9-rc1)
Approved by:	flo (mentor)
2012-09-04 16:09:59 +00:00
Jase Thew
9f9de444a5 - Update to 20120820
- Fix default build by removing SASL option as libgcrypt dependency is
  now mandatory

Approved by:	culot (mentor)
2012-08-21 09:29:33 +00:00
Jase Thew
eed66641a9 - Update to 20120817
Approved by:	culot (mentor)
2012-08-17 11:12:32 +00:00
Jase Thew
059de50524 - Update to 20120808
- Make dependency on devel/ncurses optional [1]
- Fix SASL option and its description
- Add secondary master site

Requested by:	Peter Jeremy <peter@rulingia.com> [1]
Approved by:	flo (mentor)
2012-08-15 15:22:04 +00:00
Jase Thew
99f19dbc03 - Update to 20120707
- Add SASL option to enable SASL authentication support
- Use devel/ncurses as it provides ability for 256 color support for
  ncursesw
- Remove support for devel/lua50 (upstream removing it shortly)
- Remove 'Enable' from option descriptions

Approved by:	flo (mentor)
2012-07-11 12:06:27 +00:00
Jase Thew
1b6cb2b12f - Update to 20120610 (0.3.9-dev)
- Update maintainer address
- Convert to new options framework

Approved by:	flo (mentor)
2012-06-10 17:20:10 +00:00