Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-29 | Fix inline usage. | joerg | 2 | -1/+33 | |
2012-06-29 | Fix build for NetBSD current/GCC. Almost fix build with Clang. | joerg | 12 | -12/+154 | |
2012-06-29 | Consistently return a value. | joerg | 2 | -1/+20 | |
2012-06-29 | Fix vexing parse errors to declare variable. Add missing implementation | joerg | 3 | -1/+34 | |
of constructor. | |||||
2012-06-29 | Fix build with clang. | joerg | 2 | -1/+15 | |
2012-06-29 | Note update of www/wordpress | morr | 2 | -3/+3 | |
2012-06-29 | Security update to version of Wordpress 3.4.1. | morr | 3 | -37/+82 | |
ChangeLog: Wordpress 3.4.1: * Fixes an issue where a theme’s page templates were sometimes not detected. * Addresses problems with some category permalink structures. * Better handling for plugins or themes loading JavaScript incorrectly. * Adds early support for uploading images on iOS 6 devices. * Allows for a technique commonly used by plugins to detect a network-wide activation. * Better compatibility with servers running certain versions of PHP (5.2.4, 5.4) or with uncommon setups (safe mode, open_basedir), which had caused warnings or in some cases prevented emails from being sent. Additionally: Version 3.4.1 fixes a few security issues and contains some security hardening. These issues were discovered and fixed by the WordPress security team: * Privilege Escalation/XSS. Critical. Administrators and editors in multisite were accidentally allowed to use unfiltered_html for 3.4.0. * CSRF. Additional CSRF protection in the customizer. * Information Disclosure: Disclosure of post contents to authors and contributors (such as private or draft posts). * Hardening: Deprecate wp_explain_nonce(), which could reveal unnecessary information. * Hardening: Require a child theme to be activated with its intended parent only. Wordpress 3.4: * Enhanced theme control * Customize theme options before activating a new theme using Theme Customizer * Use Theme Previewer to customize current theme without changing the front-end design * Custom Headers * Improved Custom Headers with flexible sizes * Selecting Custom Header Images and Custom Background Images from Media Library Screen * Media improvements * Support HTML in image captions * Under the Hood improvements * Improvements in WordPress internationalization and localization (more info) * Different split in translation POT files for faster translations * Codex XML-RPC information update accessed via XML-RPC_WordPress_API * WP_Query improvements | |||||
2012-06-29 | Fix typo (PKGREVISON -> PKGREVISION). | wiz | 1 | -2/+2 | |
2012-06-28 | Updated mail/getmail to 4.30.2 | schmonz | 1 | -1/+2 | |
2012-06-28 | Update to 4.30.2. From the changelog: | schmonz | 2 | -7/+6 | |
- fix a nuisance stack trace that would be dumped if a connection failed in particular states. Thanks: Gary Schmidt. Updating this leaf package during the freeze for the bugfix. | |||||
2012-06-28 | Omit needless patches in last change; mark only `install' as phony. | riastradh | 5 | -203/+14 | |
ok wiz | |||||
2012-06-28 | + boehm-gc-7.2c, doclifter-2.8, eigen3-3.1, grub-2.0, hatari-1.6.2, | wiz | 1 | -8/+17 | |
jhead-2.96, lbreakout-2.6.4, libdrm-2.4.36, libraw-0.14.8, mawk-1.3.4.20120627, p5-Search-Xapian-1.2.12, sablecc-3.3, samba-3.6.6, tinc-1.0.19, xapian-1.2.12, xterm-281. | |||||
2012-06-28 | strip -Werror, using deprecated g_atexit in glib2. | obache | 1 | -1/+4 | |
2012-06-28 | Fix typo pkg/465959 -> pkg46595 | mef | 1 | -2/+2 | |
2012-06-28 | Make a "Fix build on SunOS." patch work on Linux aswell. | sbd | 2 | -10/+12 | |
2012-06-28 | Make "Fix build on SunOS." patch a SunOS only fix as it breaks Linux build | sbd | 2 | -19/+16 | |
otherwise. | |||||
2012-06-28 | Fail the build if on NetBSD and /usr/bin/m4 is one of the buggy | dholland | 1 | -0/+33 | |
versions that loops chewing memory. | |||||
2012-06-28 | Add m4 to USE_TOOLS. | dholland | 1 | -2/+2 | |
2012-06-28 | Updated audio/hydrogen to 0.9.4.2nb5 | sbd | 1 | -1/+2 | |
2012-06-28 | Linux build fixes: | sbd | 3 | -16/+33 | |
* On Linux only pull in alsa-lib buildlink and enable alsa support. * In the Sconstruct file move the line setting the include path and ldflags based on the prefix from the netbsd section to the linux, darwin and netbsd section. * When adding to an if/elif/else block _elif_ should be used. Bump PKGREVISION (because of the earlier libarchive additions). | |||||
2012-06-28 | Make this available on x86_64. It builds and passes its self-tests. | dholland | 1 | -1/+2 | |
2012-06-28 | Oops, need intptr_t even where the conversion is harmless. | dholland | 4 | -1/+97 | |
2012-06-28 | Fix build failure when time_t is 64 bits on a 32-bit machine. | dholland | 2 | -1/+20 | |
2012-06-28 | Set the type for get_crc_table() based on zlib version. | sbd | 2 | -5/+8 | |
2012-06-28 | Apply a similar fix to archivers/star to fix schilyware configuration for | dholland | 1 | -3/+5 | |
powerpc on NetBSD. | |||||
2012-06-28 | fix typo | dholland | 1 | -1/+1 | |
2012-06-28 | Fix wrong INSTALLATION_DIRS. | dholland | 1 | -2/+2 | |
2012-06-28 | Always use /dev/random to seed on NetBSD, instead of relying on a | dholland | 2 | -4/+16 | |
configure test, which might arbitrarily fail if chrooted. | |||||
2012-06-28 | If libarchive is going to be used the libarchive buildlink3.mk should be | sbd | 1 | -1/+2 | |
included. | |||||
2012-06-28 | Recognize both "ppc" and "powerpc" as appeared in today's netbsd powerpc | dholland | 1 | -2/+2 | |
build. | |||||
2012-06-28 | Fix broken build by adding <cstring>. While here, deploy intptr_t, and | dholland | 6 | -4/+80 | |
allow building this on LP64PLATFORMS again as I see no obvious further reason it shouldn't work. If anyone knows how to test it properly, please do so. | |||||
2012-06-27 | stdint.h must be included for uintX_t types. | sbd | 2 | -9/+15 | |
2012-06-27 | On Linux use the pkgsrc supplied CFLAGS/CXXFLAGS/LDFLAGS. | sbd | 2 | -5/+20 | |
2012-06-27 | Document licence (MIT). | asau | 1 | -1/+2 | |
2012-06-27 | Remove "-m486" flag to let it build with contemporary GCC. | asau | 1 | -2/+3 | |
2012-06-27 | Ensure the Solaris native linker is used by default, avoids conflicts | jperkin | 1 | -1/+10 | |
where GNU ld is picked up first via $PATH. | |||||
2012-06-27 | Fix missing libnsl and libsocket link on SunOS. Bump PKGREVISION. | fhajny | 3 | -5/+6 | |
2012-06-27 | Add MirBSD support to patches, fix build. | bsiegert | 5 | -13/+13 | |
ok wiz | |||||
2012-06-27 | Move #include <sys/types.h> before the #define of _XOPEN_SOURCE so that | bsiegert | 2 | -1/+22 | |
u_short etc. are being defined by it. Fixes build on MirBSD. This is a leaf package. | |||||
2012-06-27 | In src/mac.cpp make get_file_extname() a const function. | sbd | 2 | -1/+20 | |
2012-06-27 | The correct type for get_crc_table with zlib 1.2.7 is z_crc_t* | sbd | 2 | -4/+16 | |
2012-06-26 | Actually add patches to make rxvt-unicode build on Mac OS X 10.7. | riastradh | 4 | -0/+183 | |
It helps to run `cvs add' before adding files. | |||||
2012-06-26 | Patch x11/rxvt-unicode to make it work on Mac OS X 10.7. | riastradh | 3 | -8/+66 | |
ok wiz | |||||
2012-06-26 | don't pull in libelf on SunOS, to fix build problems (PR pkg/46478) | drochner | 1 | -2/+2 | |
This is a poor fix for an apparently not well understood problem, so we should consider it a stopgap fix and find a sustainable solution after the freeze. | |||||
2012-06-26 | Fix checksum for patch-af, which Joerg accidentally reverted. (Hi, Joerg.) | dholland | 1 | -2/+2 | |
2012-06-26 | Install documentation. Emacs is not the package that can be used | asau | 5 | -55/+59 | |
without it effectively. | |||||
2012-06-26 | Solaris needs -m32 for ABI=32 too, now that we have compilers which build | jperkin | 1 | -11/+2 | |
64-bit by default. | |||||
2012-06-26 | Fix missing rpath information on SunOS. Bump PKGREVISION. | fhajny | 3 | -7/+26 | |
2012-06-26 | Fix manual page location on Solaris. | jperkin | 2 | -2/+14 | |
2012-06-26 | Add xgettext tool. | sbd | 1 | -2/+2 | |