1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
Commit Graph

149 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
1d7f5e5c0f Cleanup plist 2014-11-22 14:43:23 +00:00
Matthias Andree
b50a4b0708 Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
  where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
  versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
  for new Berkeley DB, but are untested.

NOTE: please read UPDATING and the Wiki page before proceeding!

Announcement:	http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference:	https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR:		192690
Approved by:	portmgr (implicit, PORTREVISION bump on unstaged ports)
2014-08-21 22:50:29 +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
Tijl Coosemans
0cf528a692 - USES=libtool tar:bzip2
- Add INSTALL_TARGET=install-strip
- Use @sample
- Simplify handling of symbolic links
2014-07-10 11:59:10 +00:00
Joe Marcus Clarke
e0c764a8e4 Add -D_IPP_PRIVATE_STRUCTURES to CPPFLAGS to fix the build with CUPS.
PR:		189538
Obtained from:	https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713558
2014-06-08 00:05:49 +00:00
Joe Marcus Clarke
fefad75e53 Switch to using an exists() check on netatalk/ddp.h.
Suggested by:	danfe
2014-04-20 21:41:41 +00:00
Joe Marcus Clarke
6e2e717c0a Convert to new LIB_DEPENDS format. 2014-04-19 19:17:50 +00:00
Joe Marcus Clarke
08329c95e6 * Convert to STAGE
* Only enable AppleTalk support on versions of FreeBSD that support it [1]

PR:		187726
2014-04-19 19:07:41 +00:00
Baptiste Daroussin
0c710c7b4e Add NO_STAGE all over the place in preparation for the staging support (cat: net) 2013-09-20 22:10:23 +00:00
Boris Samorodov
54e44467d7 . introduce ICONV_CONFIGURE_BASE variable at Mk/Uses/iconv.mk. It's value is
"--with-libiconv=${LOCALBASE}" at systems pre OSVERSION 100043 and "" (null)
  otherwise;
. convert all ports which has CONFIGURE_ARGS=--with-libiconv=${LOCALBASE}.

Approved by:	portmgr (bapt, implicit)
2013-09-05 20:18:30 +00:00
Baptiste Daroussin
5c716a530c Do not overwrite CONFIGURE_ARGS
Submitted by:	tijl
2013-09-05 11:20:10 +00:00
Baptiste Daroussin
ffb2503c98 Fix build on head with iconv in libc 2013-09-05 10:26:41 +00:00
Baptiste Daroussin
25682ffca8 Convert to USES: pkgconfig, gmake, perl5 2013-09-02 10:30:12 +00:00
Joe Marcus Clarke
f2197f2521 Update to 2.2.5. 2013-08-11 15:34:49 +00:00
Baptiste Daroussin
4ee2403cf0 Fix previous bad commit in plist
Reported by:	QAT
2013-06-04 08:20:22 +00:00
Baptiste Daroussin
ac818fc7df Convert to new options framework
While here trim parts related to unsupported FreeBSD versions
2013-06-04 06:34:05 +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
Joe Marcus Clarke
40c5d6a074 Update to 2.2.4. See http://netatalk.sourceforge.net/2.2/ReleaseNotes2.2.4.html
for a list of changes in this release.

Feature safe:	yes
2012-10-21 14:12:26 +00:00
Joe Marcus Clarke
da4a7afa8f Make sure not to detect mDNSResponder.
PR:		169295
2012-07-09 01:24:02 +00:00
Joe Marcus Clarke
3f4bbea12b Update the plist when AppleTalk support is disabled. 2012-06-03 03:25:52 +00:00
Joe Marcus Clarke
64e4360d32 Add a patch from netatalk git to fix the UAMS installation. 2012-05-30 06:20:36 +00:00
Joe Marcus Clarke
f1f82fe18b Update to 2.2.3. See http://netatalk.sourceforge.net/2.2/ReleaseNotes2.2.3.html
for a list of changes in this release.
2012-05-27 21:20:20 +00:00
Joe Marcus Clarke
b593c7b4d7 Fix usage of sendfile on FreeBSD.
PR:		167380
Submitted by:	Daniel Becker <razzfazz@gmail.com>
Obtained from:	netatalk git
2012-04-29 00:48:35 +00:00
Joe Marcus Clarke
dcc67b2d4f Disable sendfile support by default and make it optional. Sendfile
can cause performance and excessive I/O problems when used with ZFS.

PR:		167385
Submitted by:	Daniel Becker <razzfazz@gmail.com>
2012-04-29 00:43:37 +00:00
Joe Marcus Clarke
60cbfe327b Update to 2.2.2. 2012-04-27 07:34:31 +00:00
Joe Marcus Clarke
50d12c2640 Add optional (default: off) support for LDAP.
Feature safe:	yes
2012-04-08 01:55:05 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Joe Marcus Clarke
76ff89cf82 Update to 2.2.1.
PR:		160590
Submitted by:	Douglas Carmichael <dcarmich@dcarmichael.net> (based on)
2011-09-10 18:40:45 +00:00
Joe Marcus Clarke
9e7a4387ef Fix installation when WITHOUT_NETATALK is defined.
PR:		160181
Submitted by:	akira noda <you.akira.noda@gmail.com>
2011-08-28 07:40:00 +00:00
Joe Marcus Clarke
372b348201 Make sure Netatalk waits for Avahi if Zeroconf support is enabled. 2011-08-14 17:17:28 +00:00
Joe Marcus Clarke
7c905cd3f3 Fix the packaging on FreeBSD < 800031 due to missing *at function support.
Reported by:	pointyhat via pav
2011-08-07 17:43:59 +00:00
Joe Marcus Clarke
005011b161 Fix the build when upgrading from previous versions. 2011-08-01 07:29:01 +00:00
Joe Marcus Clarke
ba3206da99 Add optional Zeroconf (Bonjour) support and enable it by default.
Requested by:	Jan Glaubitz <jan@glaubitz.org>
2011-07-31 08:09:45 +00:00
Joe Marcus Clarke
8c846f4dc7 Update to 2.2.0. See http://netatalk.sourceforge.net/2.2/ReleaseNotes2.2.0.html
for a list of changes in this release.
2011-07-31 03:30:58 +00:00
Steve Wills
e0755b977d - Chase the libgcrypt shared lib version 2011-07-03 11:40:49 +00:00
Joe Marcus Clarke
38be301751 Fix linkage when PAM support is enabled. This isn't on by default, but I
think it's a common enough option that I'm bumping PORTREVISION.

PR:		156336
2011-05-08 23:08:21 +00:00
Joe Marcus Clarke
d8a833999e Update to 2.1.5. 2010-12-29 04:36:17 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Joe Marcus Clarke
66acba6630 Update to 2.1.4. 2010-11-07 23:54:44 +00:00
Dmitry Marakasov
394ccbfcc7 - Remove conflicts with graphics/uniconvertor as it no longer installs bin/uniconv
- Add mutual conflicts between netatalk<->yudit as both do install bin/uniconv
2010-10-27 00:37:57 +00:00
Joe Marcus Clarke
b4fd4cce65 Add support for wildcard IPv4/6 sockets.
PR:		148022
2010-08-15 21:52:32 +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
Joe Marcus Clarke
9e721c894b Update to 2.1.3. 2010-07-25 01:37:08 +00:00
Joe Marcus Clarke
c503b877c4 Update to 2.1.2.
Feature safe:	yes
2010-07-07 05:36:06 +00:00
Joe Marcus Clarke
d15c60ff16 Fix the build on 6.X.
Reported by:	pointyhat via pav
2010-06-09 22:49:30 +00:00
Joe Marcus Clarke
1f16c85aa6 Add a missing symlink to the plist.
Reported by:	pointyhat via erwin
2010-06-02 14:46:42 +00:00
Joe Marcus Clarke
8935edfc51 * Update to 2.1.1 [1]
* Make AppleTalk support optional (enabled by default) [1]
* Convert to OPTIONS [1]
* Add a CONFLICTS entry for uniconvertor [2]

Big thanks to Stefan Bethke <stb@lassitu.de> for doing all of the heavy
lifting on this update.

PR:		146576 [1]
		145724 [2]
Submitted by:	Stefan Bethke <stb@lassitu.de> [1]
2010-05-30 17:03:17 +00:00