Commit graph

195115 commits

Author SHA1 Message Date
joerg
62db458536 Fix inline use. 2012-12-25 21:14:45 +00:00
joerg
36b2e0319e Use more void. 2012-12-25 21:14:17 +00:00
joerg
f73c46f348 Explicitly put clang into C++11 mode. 2012-12-25 21:13:42 +00:00
joerg
e86efd75b2 Use correct enum. 2012-12-25 21:13:18 +00:00
joerg
8775065959 static const objects must have default constructors, so don't use const
here. Don't use extern inside functions when the declared function is
not in the same namespace.
2012-12-25 21:12:31 +00:00
joerg
c060f56adf Fix inline use. 2012-12-25 21:11:12 +00:00
joerg
43127bf18b Use more void and system headers. 2012-12-25 21:10:55 +00:00
joerg
08fd7bebde Call static methods without class. 2012-12-25 21:10:29 +00:00
joerg
061fcd2396 Use more void and system headers. 2012-12-25 21:09:52 +00:00
joerg
4622c3f8dc Fix main definition. 2012-12-25 21:09:08 +00:00
joerg
1f0de94848 Apply some void love. 2012-12-25 21:08:40 +00:00
joerg
d453257c86 Call correct destructor. 2012-12-25 21:07:47 +00:00
joerg
ee25e2ae29 Define _NETBSD_SOURCE to ensure u_char is defined for arpa/nameser.h 2012-12-25 21:07:13 +00:00
joerg
abef6f3497 Fix syntax of WeakPtr class. 2012-12-25 21:06:31 +00:00
joerg
f7796df586 Fix use of inline. 2012-12-25 21:05:49 +00:00
joerg
10c9a03577 Provide a deterministic return value from main. Bump revision. 2012-12-25 21:05:19 +00:00
joerg
e303191ee3 Allow building with libxml 2.9. 2012-12-25 21:04:32 +00:00
joerg
3b47bdc5a7 stddef.h needed for size_t. 2012-12-25 21:04:15 +00:00
joerg
bbd55b7075 Fix inline use. 2012-12-25 21:03:36 +00:00
joerg
c55538e1cd Always return a value from !void functions. 2012-12-25 21:02:56 +00:00
joerg
33c1d70e11 Fix tautologic compares. Add a few missing static specifiers for inline
functions. Don't use non-literal strings as format strings. Use z for
size_t on NetBSD. Fix inline assembler syntax of inl.
2012-12-25 21:02:14 +00:00
joerg
627b0d0bda Stop clang from complaining about non-UTF8 source code. 2012-12-25 21:00:31 +00:00
joerg
a75f0e5f68 Fix inline use. 2012-12-25 21:00:00 +00:00
ryoon
c898c86db1 Do not install *orig files.
Thank you, dholland@.
2012-12-25 19:54:50 +00:00
dholland
3c997c5a02 Fix implicit int on main; should fix clang build. 2012-12-25 18:50:17 +00:00
taca
d29c44ba30 - ruby-1.8.7.370
+ ruby-1.9.3p362
2012-12-25 16:22:34 +00:00
wiz
e6566bfcaa Updated misc/py-anki2 to 2.0.3nb1 2012-12-25 15:33:46 +00:00
wiz
96e21f26a9 Use latest distfile with same name.
Changes are minor code changes and lots of translation updates.

Checksum mismatch noted by joerg.
2012-12-25 15:33:34 +00:00
wiz
e7447b0e50 Disable compiler version check in configure.
This way, the build progresses to a clang error.

When looking at this, consider upgrading the package to 2.16 first, perhaps
it's already fixed there.
2012-12-25 15:30:14 +00:00
cheusov
0a0bc4e2de Fix build failure on some Linuxes if CHECK_INTERPRETER=yes 2012-12-25 11:41:25 +00:00
ryoon
8902e2be44 Update distinfo. 2012-12-25 09:34:41 +00:00
pettai
2f122d80da Updated net/unbound to 1.4.19 2012-12-25 08:56:37 +00:00
pettai
366df3e78b Unbound 1.4.19
Features:

* RFC6725 deprecates RSAMD5: this DNSKEY algorithm is disabled.
  The contrib/patch_rsamd5_enable.diff patch enables RSAMD5 validation
  otherwise it is treated as insecure. The MD5 hash is considered weak for
  some purposes, if you want to sign your zone, then RSASHA256 is an
  uncontested hash.
* unbound-control -q option is quiet
* include: directive in config file accepts wildcards.
  Suggested use: include: "/etc/unbound.d/conf.d/*"

Bug Fixes:

* Fix openssl race condition, initializes openssl locks.
* Improved forward-first and stub-first documentation.
* Fix that enables modules to register twice for the same serviced_query,
  without race conditions or administration issues.
* Fix forward-first option where it sets the RD flag wrongly.
* added manpage links for libunbound calls.
* Add documentation to libunbound for default nonuse of resolv.conf.
* Fix timeouts so that when a server has been offline for a while and is
  probed to see it works, it becomes fully available for server selection again.
* Fallback to 1472 and 1232, one fragment size without headers.
* [bugzilla: 465 ] Nicer comments outgoing-port-avoid.
* chdir to / after chroot call (suggested by Camiel Dobbelaar).
* updated contrib/unbound.spec.
* ignore trusted-keys globs that have no files (from Paul Wouters).
* fix text in unbound-anchor man page.
* fix build of pythonmod in objdir.
* make clean and makerealclean remove generated python and docs.
* Fix validation for responses with both CNAME and wildcard expanded CNAME
  records in answer section.
* [bugzilla: 477 ] Fix unbound-anchor segfault if EDNS is blocked.
* Fix unbound-control forward disables configured stubs below it.
* [bugzilla: 481 ] Fix python example0.
* iana portlist updated.
2012-12-25 08:54:26 +00:00
spz
953921bd01 Updated www/apache22 to 2.2.23nb3 2012-12-25 02:00:46 +00:00
joerg
c3ddabcf38 Disable return warning for Clang. 2012-12-24 21:17:12 +00:00
joerg
faa2fea515 Fix void usage. Follow one patch per file rule. 2012-12-24 21:16:40 +00:00
joerg
7c675ec6ba Disable integrated assembler with Clang, it doesn't like some of the
Intel assembler parts.
2012-12-24 21:15:32 +00:00
joerg
14dabe3146 Don't use visibility attributes with Clang. 2012-12-24 21:14:19 +00:00
joerg
74f8a7dc04 Fix inline usage. 2012-12-24 21:13:28 +00:00
joerg
2ff3817212 Fix void usage. 2012-12-24 21:12:36 +00:00
joerg
93c12c8d2f Honour user CFLAGS. 2012-12-24 21:11:17 +00:00
joerg
2b8f0f4115 Fix inline usage. Fix shipped agg copy. 2012-12-24 21:09:47 +00:00
joerg
fca956f276 Don't use non-literal strings as format strings. 2012-12-24 21:08:42 +00:00
joerg
2febe07d71 Always use static inline to fix build with C99 compilers. 2012-12-24 21:08:06 +00:00
ryoon
da8be0017a Fix build on Solaris.
* Pass LDFLAGS to CXX
2012-12-24 14:42:05 +00:00
ryoon
3365aeace3 Fix build on Solaris.
* Define LDFLAGS.SunOS for missing libs
* Pass LDFLAGS to linker
2012-12-24 14:29:24 +00:00
ryoon
040dba8686 Fix build on Solaris.
Solaris has no SOL_TCP, but TCP_CORK.
2012-12-24 13:45:02 +00:00
jperkin
7e4c4d009a Make patches generic to Solaris. If changes are necessary for versions
prior to Solaris 11 then we can handle them later.
2012-12-24 13:40:18 +00:00
ryoon
542a87e256 Fix build with Solaris's /bin/pax. 2012-12-24 13:32:06 +00:00
ryoon
ca111ae08e Fix build on SmartOS.
If this is irrelevant, please revert them.

* Use OS_VARIANT to include db_185.h
* Include posix stat function in ifdef to avoid binary change
2012-12-24 12:53:17 +00:00