summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-12-25Disable compiler version check in configure.wiz2-1/+26
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-25Fix build failure on some Linuxes if CHECK_INTERPRETER=yescheusov1-3/+8
2012-12-25Update distinfo.ryoon2-4/+4
2012-12-25Updated net/unbound to 1.4.19pettai1-1/+2
2012-12-25Unbound 1.4.19pettai3-7/+37
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-25Updated www/apache22 to 2.2.23nb3spz1-1/+2
2012-12-24Disable return warning for Clang.joerg1-1/+7
2012-12-24Fix void usage. Follow one patch per file rule.joerg4-18/+52
2012-12-24Disable integrated assembler with Clang, it doesn't like some of thejoerg2-1/+28
Intel assembler parts.
2012-12-24Don't use visibility attributes with Clang.joerg4-22/+52
2012-12-24Fix inline usage.joerg5-7/+264
2012-12-24Fix void usage.joerg7-4/+127
2012-12-24Honour user CFLAGS.joerg8-20/+85
2012-12-24Fix inline usage. Fix shipped agg copy.joerg5-1/+88
2012-12-24Don't use non-literal strings as format strings.joerg2-5/+32
2012-12-24Always use static inline to fix build with C99 compilers.joerg2-1/+15
2012-12-24Fix build on Solaris.ryoon1-2/+3
* Pass LDFLAGS to CXX
2012-12-24Fix build on Solaris.ryoon2-8/+20
* Define LDFLAGS.SunOS for missing libs * Pass LDFLAGS to linker
2012-12-24Fix build on Solaris.ryoon2-1/+15
Solaris has no SOL_TCP, but TCP_CORK.
2012-12-24Make patches generic to Solaris. If changes are necessary for versionsjperkin4-14/+8
prior to Solaris 11 then we can handle them later.
2012-12-24Fix build with Solaris's /bin/pax.ryoon1-1/+2
2012-12-24Fix build on SmartOS.ryoon4-2/+73
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-24Add etc/emacs/site-start.d/50magit.el, which appears when built againstdholland2-2/+4
both emacs22 and emacs23, to the PLIST. The package does not build at all against emacs<=21. XXX: Why is this file appearing in etc/? It does not appear to be a XXX: configuration file.
2012-12-24Provide NULL if it's missing; should fix or advance the dfly build.dholland2-1/+19
2012-12-24Remove any getchar macro before defining a getchar member function.dholland2-1/+17
Should fix (or advance) dfly build.
2012-12-24Remove any putc macro before defining a putc member function.dholland4-2/+34
Should fix (or advance) dfly build.
2012-12-24Don't ignore errors when building. This finally reveals what the builddholland1-8/+7
problem really is: "File not found: quickref.mx1"
2012-12-24Updated www/php-concrete5 to 5.6.0.2nb1ryoon1-1/+2
2012-12-24Bump PKGREVISION.ryoon3-2/+20
Fix XSS. Thank you, taca@.
2012-12-24Add libmtp-1.1.5ryoon1-1/+2
2012-12-24fix typo in previous. grr.dholland1-2/+2
(consequence of having separate build and commit machines)
2012-12-24Not MAKE_JOBS_SAFE, as it turns out.dholland1-1/+2
2012-12-24Use pkg-config to get libXtst. This way we don't lose its rpaths; fixesdholland1-2/+2
build with native X11.
2012-12-24Don't use "restrict" as an identifier; it's a keyword nowadays.dholland4-5/+54
Fixes clang build.
2012-12-24Create user/groupryoon1-1/+11
2012-12-24+ sendmail-8.14.6.taca1-1/+2
2012-12-24Updated www/php-tiki6 to 6.8ryoon1-1/+2
2012-12-24Update to 6.8ryoon3-107/+38
* Create user/group Changelog: * [bp/r43638][SEC] unserialize: More complete check for objects in serialized data when it's not the first item * And more bugfixes
2012-12-24Uncomment LICENSE.dholland1-2/+2
2012-12-24Fix LP64 problems and patch up some other stuff that appeared whiledholland6-2/+133
doing so.
2012-12-24pkglintryoon1-3/+5
2012-12-24Create user/group when they do not exist.ryoon1-1/+11
2012-12-24Create user and groupryoon1-1/+11
2012-12-24Create user and group when they do not exist.ryoon1-1/+9
2012-12-24Remove quite a bit of pkglint.dholland1-11/+14
2012-12-24Don't hardwire /usr/pkg.dholland1-2/+2
2012-12-23Updated net/knot to 1.1.3pettai1-1/+2
2012-12-23v1.1.3 - Dec 19, 2012pettai2-6/+6
--------------------- Bugfixes * Updated manpage. v1.1.3-rc1 - Dec 6, 2012 ------------------------ Bugfixes * Fixed answering DS queries (RRSIGs not together with DS, AA bit missing). * Fixed setting ARCOUNT in some error responses with EDNS enabled. * Fixed crash when compiling zone zone with NSEC3PARAM but no NSEC3 and semantic checks enabled.
2012-12-23Apply patch https://issues.apache.org/bugzilla/show_bug.cgi?id=49491spz3-3/+19
from upstream for a bug that lets the devel/rt3 mailgate fail rather dismally when present. Reviewed by tron.
2012-12-23Use c89. Pass gcc -Wall. Fix clang build. While here, use snprintfdholland4-25/+679
instead of sprintf. PKGREVISION -> 2.