summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-07-21Add a DESCR here; noted missing by martin@, ok agc@.dholland2-1/+4
The DESCR here is appended to the one from shells/tcsh.
2012-07-21Updated textproc/pdfgrep to 1.3.0ryoon1-1/+2
2012-07-21Update to 1.3.0ryoon2-7/+7
* Buildlink to print/poppler-cpp * Fix build with popplar-0.20 Changelog: Release 1.3.0 [2012-02-14] - Experimental support for libunac (removing accents and ligatures before search) - Recursive search [--recursive] (by Mahmut Gundes) - Don't use colors on dumb terminals - A few minor bug fixes - Use poppler-cpp instead of the poppler core library (by Pino Toscano)
2012-07-21Added meta-pkgs/modular-xorg-protos version 1.0wiz1-1/+2
2012-07-21+ modular-xorg-protoswiz1-1/+2
2012-07-21Import modular-xorg-protos-1.0 as meta-pkgs/modular-xorg-protos.wiz2-0/+29
This is the modular Xorg application meta-package for installing the various header prototypes for compiling programs against modular Xorg libraries.
2012-07-20devel/libFoundation: Fix gethostbyXXXX_r functions on DragonFlymarino2-1/+60
DragonFly has gethostbyname_r and gethostbyaddr_r functions while NetBSD does not. The function calls didn't make the prototype though. Macros were used to provide the correct arguments and return type for DragonFly.
2012-07-20pkgtools/x11-links: Mark NOT-FOR-DragonFlymarino1-1/+3
There in no case on DragonFly where the X11_TYPE variable would correctly be set to "native" because there is no native X11 option available. Mask the package so it and the four packages that depend on it will never attempt to build on DragonFly.
2012-07-20Updated devel/js_of_ocaml to 1.2nb1wiz1-1/+2
2012-07-20Update to latest tarball from upstream. They didn't change the name,wiz3-6/+12
but now install two more files, so we use DIST_SUBDIR. Bump PKGREVISION. From Jaap Boender.
2012-07-20Improve COMMENT, from Bug Hunting.wiz1-2/+2
2012-07-20sysutils/coreutils: Fix pthread linkmarino1-1/+5
The configure script incorrectly detects that libpthread is part of libc on DragonFly, likely due to the use of weak symbols there. For DragonFly only, Cache the variable that tells it to include -pthread while linking.
2012-07-20Updated net/nsd to 3.2.12wiz1-1/+2
2012-07-20Update to 3.2.12, prompted by Lloyd Parkes in PR 46727.wiz2-6/+6
NSD 3.2.12 Bugfixes Fix for VU#624931 CVE-2012-2978: NSD denial of service vulnerability from non-standard DNS packet from any host on the internet. NSD 3.2.11 Features Fallback to AXFR if IXFR is unknown at the primary. NSD considers IXFR unknown at the primary if there is a negative response for the IXFR RRtype. This does not override the value for 'allow-axfr-fallback'. Allow for reading in new DNSKEY algorithm mnemonics (RFC5155, RFC5702, RFC5933, and RFC6605 (ECDSA)). Zone statistics, enable with --enable-zone-stats. This stores the BIND8 stats per zone in a configurable statistics file. This option does not scale and should therefore not be enabled when serving many zones. Support for TLSA RRtype (DANE). Bugfixes Fix for qtype ANY for a wildcard domain in NSEC signed zone: Don't add the wildcard domain NSEC into the answer section. Instead, put the wildcard expanded NSEC into the answer section and keep the wildcard domain NSEC in the authority section. Fix for accept spinning reported by OpenBSD. Fix restart failed due to bad ixfr packet because of zone removed from nsd.conf. Bugfix #453: typo in nsdc man page. Operational notes NSD uses the query name for dname compression again (Fix #235 had as side effect that this didn't happen anymore and is hereby undone).
2012-07-20updated editors/vile to 9.8 [marino]marino1-1/+2
2012-07-20TODO: Removed vile-9.8 from listmarino1-2/+1
2012-07-20editors/vile: Update from 9.7 to 9.8marino8-77/+75
Please see CHANGES for complete list of changes (almost 900 lines since version 9.7 was released 14 June 2008). Unlike version 9.7, version 9.8 builds on DragonFly. From README (condensed: over 350 lines by itself) August 2010 vile 9.8 is released. The goal of this release is to fill in the remainder of the UTF-8 support. General changes: + many improvements to UTF-8, for regular expressions and input. + implement user-definable operators + vile.hlp and all ".doc" plain-text files are generated from html. http://invisible-island.net/vile/vile-toc.html + highlight matches in which-keywords, etc., and put a hyperlink on the highlighted text to view the corresponding file. + add a brief mode format "%M" for modeline-format + improve checks for insecure file permissions. + improve which-source and which-exec commands, showing which files fail the checks for insecure permissions. + new configure script options: + --with-symlink, which augments --program-suffix to make it simple(r) to install versioned binaries. + options for transforming program name upon install: -- program-prefix, --program-suffix, --program-transform-name Locale Improvements: (too many too list) New Commands: + new command-line option "-F" tells vile to only run the syntax filters for the given files, writing the attributed text to the standard output. Used this option to highlight the code-examples in vile's html and documentation. + added several "list-XXX" aliases to match "show-XXX" commands, for consistency. + "append-number", "insert-number", "overwrite-number" commands work with characters entered as numbers. + "define-menu-entry" modifies xvile menu entries. + "set-extra-colors" allows setting extra colors for special buffers such as [Settings]. + "show-filtercolors" macro shows the class names and their colors for the current majormode. + "show-extra-colors" shows classes and colors modified by "set-extra-colors". + "show-local-modes" is an easier-to-remember variation for the count+"show-modes" combination. + "show-undo-stack" shows the contents of the undo-stack. + "show-wide-printable" provides a way to see details for other "pages" than the ASCII/Latin-1 0-255 code. + "store-operator" stores a macro which is treated as an operator. New Modes: + "spaces-after-sentence" is now a buffer mode, to allow it to be part of a majormode. + "check-access" makes the check for insecure file-permissions configurable by the user. + "percent-autocolor" can be used to override the autocolor mode for very large files. + "reuse-position" allows users to specify that vile should restore the current line/column position when (re)displaying a scratch buffer built with liststuff. New Variables and Functions: + &bchanged, &fchanged and state variables $bchanged (same as $modified) and $fchanged make it simpler for scripts to check if buffer/file timestamps differ. + $cfgopts now shows drivers (ansi, borland, ntcons, ntwin, os2vio, vmsvt) and other useful settings (iconv, multibyte). + $cmd-encoding variable allows control of minibuffer's encoding + $cmd-motion variable is used in user-defined operators. + $font is always available, but readonly for non-GUI configurations. + $kill-size and $kill-limit variables to improve scripting with the $kill variable. + $latin1-expr variable specifies whether a derived narrow locale really has Latin1 (ISO-8859-1) encoding. + $modeline-limit limits the offset into each line that vile scans for modelines. + $term-cols, $term-lines and $term-resizes give the terminal dimensions, and tell if it is in a resizable window. + $title-encoding controls whether vile 8-bit or UTF-8 encoding is used when setting xterm title. Syntax Filters: (too many too list) Other Portability: (not listed) Performance: (not listed)
2012-07-20One more REPLACE_BASH needed to make this buildfhajny1-1/+2
2012-07-20Add back hashes for HPN, dropped in the last commitfhajny1-1/+4
2012-07-20net/mldonkey-gui: CONFIGURE_ARGS+= --disable-option-checkingmarino1-1/+2
On DragonFly, this package always halted on the configure stage with the message, "configure: error: unrecognized options: --with-libintl-prefix" We couldn't find the source of this obsolete configure option, it didn't come from mldonkey and devel/gettext-lib isn't a dependency. Adding --disable-option-checking changed allowed this to be a warning rather than a fatal error and also allows a successful build. Background: DragonFly doesn't have libintl in base.
2012-07-20Updated www/awstats to 7.1adam1-1/+2
2012-07-20Changes 7.1:adam3-11/+14
New features/improvements: - Update translations. - Add example of nginx setup. - Add some patches from debian package. - Rename domain name into documentation to awstats.org - Can allow urls with awredir without using md5 key parameter. - Usage of databasebreak option possible with awstats_buildstaticpages. - Add rel=nofollow on links. - Add option AddLinkToExternalCGIWrapper to add link to a wrapper script into each title of Dolibarr reports. This can be used to add a wrapper to download data into a CSV file for example. Fixes: - Security fix into awredir.pl - Fix: Case of uk in googlechart api
2012-07-20 Updated devel/py-pyutil to 1.9.3 [gdt 2012-07-20]gdt1-1/+3
Updated devel/py-setuptools_trial to 0.5.12 [gdt 2012-07-20] (now on right doc/ branch, sorry)
2012-07-20Note update of sysutils/smartmontools package to 5.40nb1.taca1-1/+2
2012-07-20Use a raw disk device file on NetBSD.taca3-2/+19
Bump PKGREVISION.
2012-07-20Note update of PHP;taca1-1/+3
lang/php53 5.3.15 lang/php54 5.4.5
2012-07-20- Reset PKG_REVISION by both php53 and php54 are updated.taca19-49/+19
- Remove supporting php5 (PHP 5.2.x) supporting codes.
2012-07-20Update php54 package to 5.4.5 (PHP 5.4.5).taca3-9/+11
19-July-2012 o Core * Fixed bug #62443 (Crypt SHA256/512 Segfaults With Malformed Salt) * Fixed bug #62432 (ReflectionMethod random corrupt memory on high concurrent) * Fixed bug #62373 (serialize() generates wrong reference to the object). * Fixed bug #62357 (compile failure: (S) Arguments missing for built-in function __memcmp) * Fixed bug #61998 (Using traits with method aliases appears to result in crash during execution) * Fixed bug #51094 (parse_ini_file() with INI_SCANNER_RAW cuts a value that includes a semi-colon) * Fixed potential overflow in _php_stream_scandir (CVE-2012-2688) o EXIF * Fixed information leak in ext exi o FPM * Fixed bug #62205 (php-fpm segfaults (null passed to strstr) * Fixed bug #62160 (Add process.priority to set nice(2) priorities) * Fixed bug #62153 (when using unix sockets, multiples FPM instances) * Fixed bug #62033 (php-fpm exits with status 0 on some failures to start) * Fixed bug #61839 (Unable to cross-compile PHP with --enable-fpm) * Fixed bug #61835 (php-fpm is not allowed to run as root) * Fixed bug #61295 (php-fpm should not fail with commented 'user' * Fixed bug #61218 (FPM drops connection while receiving some binary values in FastCGI requests) * Fixed bug #61045 (fpm don't send error log to fastcgi clients). (fat) for non-root start) * Fixed bug #61026 (FPM pools can listen on the same address). (fat) can be launched without errors) o Iconv * Fixed bug #55042 (Erealloc in iconv.c unsafe) o Intl * Fixed bug #62083 (grapheme_extract() memory leaks) * Fixed bug #62081 (IntlDateFormatter constructor leaks memory when called twice) * Fixed bug #62070 (Collator::getSortKey() returns garbage) * Fixed bug #62017 (datefmt_create with incorrectly encoded timezone leaks pattern) * Fixed bug #60785 (memory leak in IntlDateFormatter constructor) * ResourceBundle constructor now accepts NULL for the first two arguments o JSON * Fixed bug #61359 (json_encode() calls too many reallocs) o libxml * Fixed bug #62266 (Custom extension segfaults during xmlParseFile with FPM SAPI) o Phar * Fixed bug #62227 (Invalid phar stream path causes crash) o Readline * Fixed bug #62186 (readline fails to compile - void function should not return a value) o Reflection * Fixed bug #62384 (Attempting to invoke a Closure more than once causes segfault) * Fixed bug #62202 (ReflectionParameter::getDefaultValue() memory leaks with constant) o Sockets * Fixed bug #62025 (__ss_family was changed on AIX 5.3) o SPL * Fixed bug #62433 (Inconsistent behavior of RecursiveDirectoryIterator to dot files) * Fixed bug #62262 (RecursiveArrayIterator does not implement Countable) o XML Writer * Fixed bug #62064 (memory leak in the XML Writer module) o Zip * Upgraded libzip to 0.10. {
2012-07-20Update php53 pacakge to 5.3.15 (PHP 5.3.15).taca4-11/+13
19-July-2012 o Zend Engine * Fixed bug #51094 (parse_ini_file() with INI_SCANNER_RAW cuts a value that includes a semi-colon) o COM * Fixed bug #62146 com_dotnet cannot be built shared o Core * Fixed potential overflow in _php_stream_scandir, CVE-2012-2688 * Fixed bug #62432 (ReflectionMethod random corrupt memory on high concurrent) * Fixed bug #62443 (Crypt SHA256/512 Segfaults With Malformed Salt) o Fileinfo * Fixed magic file regex support o FPM * Fixed bug #61045 (fpm don't send error log to fastcgi clients) * Fixed bug #61835 (php-fpm is not allowed to run as root) * Fixed bug #61295 (php-fpm should not fail with commented 'user' for non-root start) * Fixed bug #61026 (FPM pools can listen on the same address) * Fixed bug #62033 (php-fpm exits with status 0 on some failures to start) * Fixed bug #62153 (when using unix sockets, multiples FPM instances can be launched without errors) * Fixed bug #62160 (Add process.priority to set nice(2) priorities) * Fixed bug #61218 (FPM drops connection while receiving some binary values in FastCGI requests) * Fixed bug #62205 (php-fpm segfaults (null passed to strstr)) o Intl * Fixed bug #62083 (grapheme_extract() memory leaks) * Fixed bug #62081 (IntlDateFormatter constructor leaks memory when called twice) * Fixed bug #62070 (Collator::getSortKey() returns garbage) * Fixed bug #62017 (datefmt_create with incorrectly encoded timezone leaks pattern) * Fixed bug #60785 (memory leak in IntlDateFormatter constructor) o JSON * Reverted fix for bug #61537 o Phar * Fixed bug #62227 (Invalid phar stream path causes crash) o Reflection * Fixed bug #62384 (Attempting to invoke a Closure more than once causes segfault) * Fixed bug #62202 (ReflectionParameter::getDefaultValue() memory leaks with constant) o SPL * Fixed bug #62262 (RecursiveArrayIterator does not implement Countable) o SQLite * Fixed open_basedir bypass, CVE-2012-3365 o XML Write * Fixed bug #62064 (memory leak in the XML Writer module) o Zip * Upgraded libzip to 0.10
2012-07-20devel/libusbx: Mark NOT-FOR-DRAGONFLYmarino1-1/+3
The library has to be specifically and non-trivially ported to each platform it supports and currently it is not ported to DragonFly. Moveover, FreeBSD's USB stack, which uses the same API, is intended to ported to DragonFly in the near future.
2012-07-20devel/libusb1: Mark NOT-FOR-DRAGONFLYmarino1-1/+3
The library has to be specifically and non-trivially ported to each platform it supports and currently it is not ported to DragonFly. Moveover, FreeBSD's USB stack, which uses the same API, is intended to ported to DragonFly in the near future.
2012-07-20Needs zlib bl3fhajny1-1/+3
2012-07-20Updated security/tcp_wrappers to 7.6.4adam1-1/+2
2012-07-20Changes 7.6.4:adam8-119/+57
Bug fixes
2012-07-20www/curl: Fix TCP_KEEPIDLE unit for DragonFlymarino3-2/+33
DragonFly uses millisecond rather than second as the unit of TCP_KEEPIDLE. Patch multiples obtained value by 1000 on DragonFly. Patch will be submitted to curl at SourceForge.
2012-07-20fix PLIST for official-mozilla-branding. Bump PKGREVISIONabs2-3/+3
2012-07-20Note the addition of net/mosh-1.2.2agc1-1/+2
2012-07-20add and enable moshagc1-1/+2
2012-07-20import mosh-1.2.2 into the packages collection.agc7-0/+129
Mosh is a Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes. Mosh is a replacement for SSH. It's more robust and responsive, especially over Wi-Fi, cellular, and long-distance links.
2012-07-20add a buildlink3.mk file for this packageagc1-0/+13
2012-07-20Update to 0.5.12, from wen heping.gdt2-6/+6
Via PR pkg/46550. As the PR, notes, no changelog can be found. The upstream community will be reminded about the lack of NEWS.
2012-07-20Update to 1.9.3, from wen heping.gdt3-8/+15
Fixes PR pkg/46551 (which also does not contain the requisite NEWSy commit message text. (Upstream has no news, and no changelog. Upstream author will be sent a bug report about the lack of NEWS.)
2012-07-19Updated graphics/tiff to 4.0.2nb1wiz1-1/+2
2012-07-19Fix CVE-2012-3401, buffer overflow in tiff2pdf.wiz3-2/+18
Bump PKGREVISION.
2012-07-19These packages are all modified-bsd, not 2-clause-bsd.jmmv3-6/+6
2012-07-19Updated mail/thunderbird-l10n to 14.0ryoon1-1/+2
2012-07-19Update to 14.0ryoon3-139/+229
* Sync with mail/thunderbird
2012-07-19Updated mail/thunderbird to 14.0ryoon1-1/+2
2012-07-19Update to 14.0ryoon14-133/+147
* Use Lightning 1.6 release * Enigmail is not tested fully Changelog: from http://www.mozilla.org/en-US/products/thunderbird/14.0/releasenotes/ FIXED Various fixes and performance improvements FIXED Various security fixes
2012-07-19Updated www/seamonkey-l10n to 2.11ryoon1-1/+2