Commit graph

215 commits

Author SHA1 Message Date
Jun Kuriyama
a96d0cea62 - Upgrade to 2.1.13 (minor bugfixes). 2016-06-20 10:49:47 +00:00
Jun Kuriyama
fd4b89a11d - Upgrade to 2.1.12 (bugfixes). 2016-05-06 15:48:53 +00:00
Mathieu Arnold
597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00
Tijl Coosemans
6bc6f3a9e0 - Update security/gnutls to 3.4.10.
- 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)
2016-03-27 14:57:59 +00:00
Pietro Cerutti
3aa486ecf3 security/gnupg: ldap module needs gcrypt too 2016-02-19 18:06:14 +00:00
Pietro Cerutti
4970f902db security/gnupg: fix build when NLS is disabled 2016-02-19 16:38:36 +00:00
Raphael Kubo da Costa
97dab04820 Regenerate distinfo information for gnupg-2.1.11.tar.bz2.sig.
This fixes `make fetch'.

The actual hash and sizes are different, as mentioned in the associated PR.
I have also checked it manually, and verified the tarball's signature with
`gpg --verify gnupg-2.1.11.tar.bz2.sig gnupg-2.1.11.tar.bz2'.

I don't understand how this happened, but it looks similar to bug 202312.

PR:		207327
Submitted by:	Trond.Endrestol@ximalas.info
2016-02-19 11:12:53 +00:00
Jun Kuriyama
90211c4907 Update to 2.1.11 (minor fixes, with upstream patch). 2016-02-19 06:25:34 +00:00
Jun Kuriyama
1ac5b8b249 - Upgrade to 2.1.8 (minor bugfixes). 2015-09-14 00:27:45 +00:00
Jun Kuriyama
80f5314898 Add more signature (locally verified).
PR:		ports/202312
Submitted by:	igorz@yandex.ru
2015-08-17 01:47:46 +00:00
Jun Kuriyama
15a431ac2d - Upgrade to 2.1.7 (minor fixes). 2015-08-11 22:50:17 +00:00
Mathieu Arnold
848dfdbbaa Fix build WITHOUT=NLS.
Sponsored by:	Absolight
2015-07-20 13:01:33 +00:00
Jun Kuriyama
12c252b1c2 - Upgrade to 2.1.6 (minor bugfixes).
Announce:	https://lists.gnupg.org/pipermail/gnupg-announce/2015q3/000370.html
2015-07-02 14:10:31 +00:00
Jun Kuriyama
b016fff0ef - Upgrade to 2.1.5 (bugfixes, minor enhancements). 2015-06-13 07:34:04 +00:00
Jun Kuriyama
05793382a7 - Update dist signature file.
Old one has "Werner Koch (dist sig)" only (287 bytes).  New one adds
"NIIBE Yutaka (GnuPG Release Key) <gniibe@fsij.org>" signature (574 bytes).

I verified both of signature files.

Reported by:	Lena@lena.kiev.ua
2015-05-24 12:55:13 +00:00
Jun Kuriyama
5c39d4f4d0 Upgrade to 2.1.4 (bugfixes since 2.1.2). 2015-05-19 14:16:24 +00:00
Jimmy Olgeni
bf192a6883 Add references to security/pinentry-tty. 2015-05-18 23:54:31 +00:00
Mathieu Arnold
60d1a83c2a MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2015-05-14 10:15:04 +00:00
Jun Kuriyama
fa09e9e2b9 - Add CPE information [1].
- Fix accidentally linking devel/readline if installed [2].

# I'm working on 2.1.3 update, but it requires LDAP header even if
# disabled.  Stay tuned (or patches are welcome).

PR:		ports/198849 [1], ports/198036 and ports/198354 [2]
Submitted by:	shun.fbsd.pr@dropcut.net [1], amdmi3 and jf@fahrner.name [2]
2015-04-13 02:55:29 +00:00
Jun Kuriyama
778db2a487 - Upgrade to 2.1.2 (bugfixes). 2015-02-18 22:30:59 +00:00
Ryan Steinmetz
768535146c - Fix version requirement for security/libgpg-error BUILD_DEPEND 2015-02-16 20:48:29 +00:00
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
Jun Kuriyama
089e2dfe47 - Upgrade to 2.1.1 and various fixes.
Sorry for mess at introducing 2.1.0.  This branch is *modern* release,
and please use security/gnupg{1,20} for stable gpg.  Patches are welcome
to use DEFAULT_VERSIONS. :-)

PR:		ports/195489, ports/195931, ports/195459, ports/196301
Submitted by:	rakuco, Matthew West <freebsd@r.zeeb.org>, Phil Pennock <freebsd@phil.spodhuis.org>, tijl
2014-12-28 14:04:02 +00:00
Glen Barber
7bfe20a2d0 Update security/gnupg*/pkg-message to reflect
reality.

Sponsored by:	The FreeBSD Foundation
2014-12-24 17:46:49 +00:00
Jun Kuriyama
31adc73cc6 - Turn pinentry dependency mandatory, not option. [1]
- Remove gpg-zip.1.gz manpage which command is not installed. [2]

PR:		ports/194788 [1], ports/195229 [2]
Submitted by:	donaldcallen@gmail.com [1], crest@sahiro.org [2]
2014-11-22 09:55:13 +00:00
Jun Kuriyama
e7cbbfd172 - Upgrade security/gnupg to 2.1.0 (modern release) and copy previous
as security/gnupg20 (stable release).
- Set PINENTRY as default option.
2014-11-20 05:11:20 +00:00
Antoine Brodin
698f4644c4 Cleanup plist 2014-11-13 09:02:57 +00:00
Dmitry Marakasov
ff5dac2580 - Drop .la files for security/libksba, no dependees require them
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-09-16 13:44:13 +00:00
Jun Kuriyama
e977b8622c - Upgrade to 2.0.26 (minor fixes). 2014-08-14 22:16:17 +00:00
Tijl Coosemans
74a7f8c73c Bump PORTREVISION on more ports that depend on libgcrypt after the update
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)
2014-08-05 22:13:29 +00:00
Tijl Coosemans
37f54e0f66 net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD

databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip

databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample

databases/libgdamm:
- Drop :keepla
- USES=tar:bzip2
- Use INSTALL_TARGET=install-strip

databases/libgdamm5:
- Add INSTALL_TARGET=install-strip
- Drop --enable-static (inherited from old repocopy)

devel/anjuta x11-toolkits/py-gnome-extras:
- Drop :keepla

dns/powerdns dns/powerdns-devel:
- Convert to USES=libtool
- Add INSTALL_TARGET=install-strip
- Disable static modules
- Stop creating library symlinks with .0 suffix, not needed for dynamically
  opened modules

mail/dovecot2:
- Add USES=libtool

mail/dovecot2-pigeonhole:
- Drop CONFIGURE_TARGET (incorrect for Dragonfly)
- Add USES=libtool and INSTALL_TARGET=install-strip

math/gnumeric:
- USES=libtool tar:xz

Approved by:	portmgr (implicit, bump unstaged ports)
2014-07-24 18:34:16 +00:00
Jun Kuriyama
9d66852b20 - Upgrade to 2.0.25 (bugfix).
- Fix STD_SOCKET option argument [1].

PR:		ports/191150 [1]
Submitted by:	mazhe@alkumuna.eu [1]
2014-06-30 22:44:52 +00:00
Jun Kuriyama
084e677708 - Upgrade to 2.0.24 (security).
- Explicitly depends on libgpg-error>=1.11 [1]
- Turn on PINENTRY option by default [2]
  (I don't like this, but by popular demand for years...)

Submitted by:	dereckson@gmail.com [1], sbruno [2]
PR:		ports/138424 [1], ports/189394 [2]
2014-06-24 14:42:41 +00:00
Sunpoet Po-Chuan Hsieh
3c0e9975cf - Convert to new LIB_DEPENDS format
- Use USES=tar:bzip2

Approved by:	portmgr (blanket)
2014-06-03 16:57:23 +00:00
Jun Kuriyama
b925e066a1 - Upgrade to 2.0.23 (minor enhancement). 2014-06-03 12:19:50 +00:00
Mathieu Arnold
79e7728380 Fix KDNS option.
Reported by:	geoffroy desvernay
Pointy hat to:	mat
2013-12-02 12:05:45 +00:00
Mathieu Arnold
c8db721432 Convert to new options framekwork.
maintainer timeout.

PR:		ports/183955
Submitted by:	mat
2013-11-29 15:16:28 +00:00
Eitan Adler
64faeb613a Fix build with KDNS: --with-adns must be passed to configure.
PR:		ports/183113
Submitted by:	Erick Turnquist <jhujhiti@adjectivism.org>
Approved by:	maintainer timeout (3 weeks)
2013-11-14 05:37:22 +00:00
Antoine Brodin
49dc8582d2 Fix staging:
- add man pages to the plist
- remove pkg-install and pkg-message from post-install
  (the gpg symlink creation was violating stage)
- re-add INFO to Makefile
- use @mode instead of chmod to allow packaging setuid as user

While here, USE_GMAKE->USES=gmake, use OPTIONS_SUB instead of PLIST_SUB
and use %%PORTDOCS%% for help files as they do not exist with --disable-doc

Approved by:	Jun Kuriyama (maintainer)
2013-10-06 15:04:10 +00:00
Jun Kuriyama
cd653907e2 - Upgrade 2.0.22 (security, VuXML entry will follow).
- Pet portlint about pkg-plist.
- Use $STAGEDIR.
- Turn setuid knob to OptionsNG [1]

PR:		ports/181495 [1]
Submitted by:	Matthew Luckie <mjl@luckie.org.nz> [1]
2013-10-05 09:34:12 +00:00
Baptiste Daroussin
a65ed2e51b Add NO_STAGE all over the place in preparation for the staging support (cat: security) 2013-09-20 22:55:24 +00:00
Jun Kuriyama
ce99cacd0f - Upgrade to 2.0.21 (minor improvements). 2013-08-19 13:29:42 +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
Jun Kuriyama
7271678f7c - Upgrade to 2.0.20. 2013-05-11 01:38:42 +00:00
Emanuel Haupt
2898e3fa0c Chase security/libgcrypt update 2013-05-03 16:36:39 +00:00
Rene Ladan
4e4178dab5 In preparation of removing devel/libusb (expires 2013-04-30), remove it
from these ports.

Other changes:
- convert Makefile header
- convert to optionsNG
- remove indefinite article from comment
- drop support for FreeBSD < 8.0
- pet portlint (leave library ABI versions in LIB_DEPENDS)
- net-mgmt/spectools: change option name from GTK to GTK2 to use default
  description from bsd.options.desc.mk

Approved by:	portmgr (bapt)
2013-04-29 16:43:05 +00:00
Marcus von Appen
95e7081976 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
  USE_GETTEXT=yes to USES=gettext while here
2013-04-27 18:25:24 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Jun Kuriyama
a7ae59c7fd - Fix with NOPORTDOCS=yes [1,2]
- Fix CURL option handled incorrectly [3,4]

PR:		ports/170543 [1], ports/171848 [2], ports/171370 [3], ports/174075 [4]
Submitted by:	Rainer Duffner <rainer@ultra-secure.de> [1], Konstantinos Koukopoulos <koukopoulos@gmail.com> [2], John Marshall <john.marshall@riverwillow.com.au> [3], Phil Pennock <phil.pennock@globnix.org> [4]
2012-12-27 14:04:17 +00:00
Jun Kuriyama
d18e4a3b19 Revert previous tty patch until matured. 2012-08-13 14:17:35 +00:00