1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
Commit Graph

28 Commits

Author SHA1 Message Date
Sergey Matveychuk
e2ae93b2ae - Update to 1.4.1
- Use --disable-sha2 on 6.4 because of broken OpenSSL in base.
2009-12-17 12:45:52 +00:00
Sergey Matveychuk
025a8e2a2a - A patch from developer
* Fix crash when iterator without validator used
2009-12-01 16:18:41 +00:00
Sergey Matveychuk
2a0b22d752 - Fixe build on 6.4 amd64
Reported by:	pav
Tested by:	bud@RusNET.irc
2009-11-30 18:07:29 +00:00
Sergey Matveychuk
658a748d85 - Update to 1.4.0 2009-11-26 15:19:48 +00:00
Sergey Matveychuk
8bd36732f2 - Update to 1.3.4
PR:		ports/140639
Submitted by:	Kurt Jaeger <pi at fa8.opsec.eu>
2009-11-17 14:38:37 +00:00
Sergey Matveychuk
e5e208d6d1 - unbound does not use unbound' group anymore, but daemmon' instead
PR:		ports/137175 (based on)
Reported by:	Artis Caune <Artis.Caune at gmail.com>
2009-08-17 13:27:19 +00:00
Sergey Matveychuk
1700cabbec - Update to 1.3.3 2009-08-05 17:21:35 +00:00
Sergey Matveychuk
a74a7a227a - Update to 1.3.1 2009-07-09 17:38:19 +00:00
Sergey Matveychuk
010dc19b35 - Update to 1.3.0 2009-06-16 13:35:00 +00:00
Sergey Matveychuk
a719ad31ed - Fix a problem with OpenSSL from ports
Submitted by:	Artis Caune <artis.caune at gmail.com>
2009-03-31 16:23:24 +00:00
Mark Linimon
1c07236c6a Mark as broken on sparc64-6. 2009-03-18 04:38:28 +00:00
Sergey Matveychuk
1d310581c8 - Update to 1.2.1 2009-02-10 14:05:47 +00:00
Sergey Matveychuk
8a36f5f5a7 - Update to 1.2.0
Bugs fix release. Includes important security fix.
2009-01-14 08:49:04 +00:00
Sergey Matveychuk
d6d4e4e632 - Fix reopening log after SIGHUP 2008-12-18 15:41:14 +00:00
Sergey Matveychuk
fa7ec6398f - Update to 1.1.1
Urgent bugs fix release.
2008-11-20 19:39:53 +00:00
Sergey Matveychuk
dc5944eecb - Update to 1.1.0 2008-11-19 20:59:31 +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
Marcus Alves Grando
907d5d1a39 - Update libevent dependency and bump PORTREVISION 2008-08-19 16:40:17 +00:00
Sergey Matveychuk
587665b63f - Add an option to build without threads.
Requested by:	Beastie <beastie24@gmail.com>
2008-08-18 15:10:42 +00:00
Sergey Matveychuk
73226bad45 - Update to 1.0.2 2008-08-07 10:45:27 +00:00
Sergey Matveychuk
3962deef60 - Update to 1.0.1 2008-07-16 19:43:15 +00:00
Sergey Matveychuk
b663a290a5 - with USE_OPENSSL, users can choose base OpenSSL or the one in the ports
- fix configure script so that WITHOUT_LIBEVENT works
- install some docs

PR:		ports/123853
Submitted by:	Tomoyuki Sakurai <cherry at trombik.org>
2008-06-16 21:31:38 +00:00
Sergey Matveychuk
5c18111eac - Update to 1.0 2008-05-21 17:12:48 +00:00
Sergey Matveychuk
4e0a74d642 - Fix a typo like mistakes. No functional changes.
Reported by:	W.C.A. Wijngaards <wouter at nlnetlabs.nl>
2008-05-14 11:31:30 +00:00
Sergey Matveychuk
50f8405cb2 - unbound runned in chroot by default. it brings us a problem with
pid file. place it to PREFIX/etc/unbound as an author do.
2008-05-07 11:33:37 +00:00
Sergey Matveychuk
210673a14c - PORTREVISION bump after the last change.
Discussed with:	bsam
2008-04-29 21:51:33 +00:00
Sergey Matveychuk
5935faf3be - USE_LDCONFIG should be there 2008-04-29 08:00:03 +00:00
Sergey Matveychuk
18fa7d9169 - New port: dns/unbound
Unbound is designed as a set of modular components, so that also
DNSSEC (secure DNS) validation and stub-resolvers (that do not run as
a server, but are linked into an application) are easily possible.

Goals:
    * A validating recursive DNS resolver.
    * Code diversity in the DNS resolver monoculture.
    * Drop-in replacement for BIND apart from config.
    * DNSSEC support.
    * Fully RFC compliant.
    * High performance
          o even with validation.
    * Used as
          o stub resolver.
          o full caching name server.
          o resolver library.
    * Elegant design of validator, resolver, cache modules.
          o provide the ability to pick and choose modules.
    * Robust.
    * In C, open source: The BSD license.
    * Smallest as possible component that does the job.
    * Stub-zones can be configured (local data or AS112 zones).

Non-goals:
    * An authoritative name server.
    * Too many Features.

WWW: http://unbound.net
2008-04-29 07:35:14 +00:00