summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-03-14Changes 2.7.11:adam7-16/+11
General: * Our bundled libgadu should now build on HP-UX. * Fix some instances of file transfers never completing. Pidgin: * Sort by Status no longer causes buddies to move around when you click them. * Fix embedding in the system tray on older GTK+ releases (such as on CentOS 5.5 and older Fedora). * No longer require libstartup-notification for startup notification support. GTK+ has included support for years, so use it instead. AIM: * Fix a bug where some buddies from your buddy list might not show up. Affected non-English ICQ users the most. * Send keepalives for all types of network connections. Will hopefully make chat rooms more reliable. MSN: * Fix bug that prevented added buddies to your buddy list in certain circumstances. MXit: * MXit plugin and reported client version now follow the libpurple version. * Don't try to request profile information for non-user contacts. * Allow Re-Invite for contacts in Deleted or Rejected state. * Ensure we don't send packets too fast to the MXit server and trigger its flood-detection mechanism. Also increased the internal packet queue to 32 packets. XMPP: * Fix building on platforms with an older glib (inadvertantly broken in 2.7.10). * Don't treat the on-join status storms as 'new arrivals'. * Extend the /join command to support room JIDs, enabling you to join a room on any server. * Add support for receiving a limited amount of history when joining a room (not currently supported by Pidgin and Finch). Yahoo!/Yahoo! JAPAN: * Fix CVE-2011-1091, denials of service caused by NULL pointer dereferences due to improper handling of malformed YMSG packets.
2011-03-14update master_sites. ftp service has been suspended.zafer1-2/+2
2011-03-14revert. was temporary unavailable.zafer1-2/+2
2011-03-14Updated emulators/raine to 0.43.3nb3obache1-1/+2
2011-03-14* fixes build with libpng-1.5obache5-36/+95
* add user-destdir installation support * honor PKGMANDIR * manage desktopdb Bump PKGREVISION.
2011-03-14Updated graphics/gnuplot to 4.4.3adam1-1/+2
2011-03-14Changes 4.4.3:adam5-49/+13
* NEW Implement pan and zoom via mouse wheel. * NEW set key maxcolumns N maxrows M * NEW value("varname") returns the value of the named variable * NEW encoding cp1251 - 8-bit Cyrillic * CHANGE backport emf terminal driver from version 4.5 * FIX better estimation of latex string lengths * FIX colorbar representation of discrete color palettes is pixel accurate * FIX NaN initialization and tests working on more (all?) platforms * FIX configuration script tests for readline+ncurses * FIX prevent out-of-range boxes from creating degenerate ghosts on the border * FIX missing alpha channel flag for pdfcairo terminal * FIX font initialization in windows terminal
2011-03-14Note commented out LICENSE (Eiffel Forum Freeware License, version 1)obache1-1/+2
2011-03-14* Marked as user-destdir readyobache1-4/+6
* Do usual things instead of custom do-build target.
2011-03-14lang/openjdk7: add bootstrap for DragonFly 2.9rumko2-3/+12
ok@ wiz
2011-03-14misc/screen: DragonFly BSD 2.9+ supportrumko4-18/+23
Make screen use utmpx on DragonFly BSD 2.9+ so that it compiles again. Patch submitted by Matthias Rampke ( https://gist.github.com/823307 ). ok@ wiz
2011-03-14misc/tmux: make it compilable on DragonFlyrumko2-5/+7
* we need to link to libevent in order to succesfully compile * we already define closefrom(2) so define HAVE_CLOSEFROM Patch provided by Antonie Huete Jimenez via private mail. ok@ wiz
2011-03-14Add tex-xypic{,-doc}.minskim2-2/+6
2011-03-14Add upstream bug report URL.wiz3-5/+11
2011-03-14Import tex-xypic-doc-3.8.5 as graphics/tex-xypic-doc.minskim4-0/+38
This is documentation for tex-xypic.
2011-03-14Import tex-xypic-3.8.5 as graphics/tex-xypic.minskim4-0/+223
A package for typesetting a variety of graphs and diagrams with TeX. Xy-pic works with most formats (including LaTeX, AMS- LaTeX, AMS-TeX, and plain TeX).
2011-03-13Add tex-jurabib{,-doc}.minskim2-2/+6
2011-03-13Import tex-jurabib-doc-0.6 as print/tex-jurabib-doc.minskim4-0/+33
This is documentation for tex-jurabib.
2011-03-13Import tex-jurabib-0.6 as print/tex-jurabib.minskim4-0/+58
This package enables automated citation with BibTeX for legal studies and the humanities. In addition, the package provides commands for specifying editors in a commentary in a convenient way. Simplified formatting of the citation as well as the bibliography entry is also provided. It is possible to display the (short) title of a work only if an authors is cited with multiple works. Giving a full citation in the text, conforming to the bibliography entry, is supported. Several options are provided which might be of special interest for those outside legal studies--for instance, displaying multiple full citations. In addition, the format of last names and first names of authors may be changed easily. Cross references to other footnotes are possible. Language dependent handling of bibliography entries is possible by the special language field.
2011-03-13Add tex-fourier{,-doc}.minskim2-2/+6
2011-03-13Updated mail/opendkim to 2.3.0pettai2-3/+3
2011-03-132.3.0 2011/02/21pettai6-65/+27
Feature request #SF2964396: Allow SignHeaders, OmitHeaders and SenderHeaders to be specified as deltas to the default lists. Feature request #SF3053094: Correct documentation and improve function of the AuthservID configuration setting. Requested by Andreas Schulze. Feature request #SF3060152: Add odkim.replace_header() function. Feature request #SF3060161: Add odkim.del_header() function. Feature request #SF3061189: Add new "quarantine" option to all the various "On-" settings. Feature request #SF3066104: Add "AnonymousDomains" configuration option. Feature request #SF3074290: Add _FFR_ATPS, experimental support for draft-kucherawy-dkim-atps. Feature request #SF3076684: Add "VBR-TrustedCertifiersOnly" flag. Feature request #SF3080604: Add odkim.parse_field() function. Requested by Todd Lyons. Feature request #SF3081697: Add "OversignHeaders" configuration option. Feature request #SF3085536: Activate _FFR_STATS_I, providing statistics reporting about use of "i=" in signatures. Feature request #SF3096630: Add odkim.rbl_check() function. Feature request #SF3097083: Make SigningTable accessible from Lua. Feature request #SF3103095: Allow "%" in a KeyTable entry's filename component as well as the domain name. Feature request #SF3105480: Improved VBR correctness; don't conduct VBR checks at all if there are disagreeing "mc" values in multiple VBR-Info header fields. Feature request #SF3106132: Allow "%" in a SigningTable's value. Feature request #SF3109963: Add "MaximumSignaturesToVerify" setting. Suggested by John Wood. Feature request #SF3110593: Add compile-time support for GnuTLS as an alternative to OpenSSL. Suggested by Alessandro Vesely. Feature request #SF3136772: Sign the VBR-Info header field, if added. Requested by Frederik Pettai. Fix bug #SF3134119: With AutoRestart enabled, arrange to relay SIGUSR1 from the parent to the child rather than terminating. Reported by Yoshiaki Yanagihara. Fix bug #SF3141313: Trim whitespace from values in in-core data sets. Reported by Todd Lyons. Fix bug #SF3156124: More robust handling of database disconnects. Also add _FFR_POSTGRESQL_RECONNECT_HACK, which will hopefully be temporary. Reported by Miha Vrhovnik. Fix bug #SF3181180: Correct handling of quoted strings containing parentheses (and the opposite) when parsing Authentication-Results header fields. Reported by Mark Martinec. Fix back-compatibility with very old implementations of milter in MTAs. Fix case-insensitive matching for domain names when doing signing selection. Problem noted by John Espiro. New configuration file options: - "CaptureUnknownErrors", replacing the FFR of the same name - "DNSConnect", requesting the resolver use TCP mode - "KeepAuthResults", suppressing required removal of Authentication-Results header fields - "ResolverTracing", adding detailed logging of libar activity - "StrictHeaders", requesing libopendkim to assert header field counts according to the standards - "UnboundConfigFile", passing a configuration file name to libunbound (suggested by Andreas Schulze) - "VBR-PurgeFields", removing "X-VBR-*" fields after using them Trim whitespace from the end of all values in a config file, not just strings. Problem noted by Reuben Farrelly. Assume a default location for opendkim.conf. Suggested by Andreas Schulze. Don't needlessly demand milter features, causing aborts when they're not available. Problem noted by Todd Lyons. Make odkim.get_clienthost(), odkim.get_clientip() and odkim.get_fromdomain() available in the final script. When "SyslogSuccess" is active, log the selector and domain used. Suggested by Miha Vrhovnik. LIBAR: Feature request #SF3115073: Add flag for fine-grained activity logging for debugging purposes. LIBAR: Add support for using poll() instead of socket(). LIBOPENDKIM: Feature request #SF3087029: Add DKIM_LIBFLAGS_STRICTHDRS. LIBOPENDKIM: Feature request #SF3089990: Add dkim_sig_getsignedhdrs(). LIBOPENDKIM: Fix bug #SF3079094: Have dkim_diffheaders() take canonicalization into account when generating its results to avoid false positives. LIBOPENDKIM: Fix bug #SF3184670: Add error codes for missing and empty "v=" tags, thus avoiding a possible assertion failure when DKIM_LIBFLAGS_BADSIGHANDLES is in use. Reported by J. Coloos. LIBOPENDKIM: Fix up handling of multi-TXT DNS replies inside dkim_get_policy_dns(). LIBOPENDKIM: Add dkim_getid(). LIBOPENDKIM: Treat no answers as an NXDOMAIN with respect to retrieving ADSP records. LIBOPENDKIM: When an unexpected DNS type or class is received, log the received values. LIBVBR: Feature request #SF3105477: Copy the generic DNS work from libopendkim. STATS: Feature request #SF3085536: Activate _FFR_STATS_I, providing statistics reporting about use of "i=" in signatures. STATS: Feature request #SF3125701: Add "s=" key value tracking. STATS: Feature request #SF3137445: Track key sizes. Suggested by Todd Lyons. MILTERTEST: When asserting negotiation state, don't forget to capture what was negotiated. TOOLS: Feature request #SF3106876: Amend opendkim-testkey to return the DNSSEC results as well. TOOLS: Fix bug #SF3143922: Command line parameters to opendkim-testkey now override their configuration file counterparts. TOOLS: Experimental new "opendkim-spam" tool to let users update a stats database to indicate a message is spam, for possible later correlation use. BUILD: opendkim-genzone needs LIBCRYPTO_LDFLAGS. Reported by John Smith. Activate _FFR_CAPTURE_UNKNOWN_ERRORS.
2011-03-13Import tex-fourier-doc-1.3 as fonts/tex-fourier-doc.minskim4-0/+23
This is documentation for tex-fourier.
2011-03-13Import tex-fourier-1.3 as fonts/tex-fourier.minskim4-0/+242
Fourier-GUTenberg is a LaTeX typesetting system which uses Adobe Utopia as its standard base font. Fourier-GUTenberg provides all complementary typefaces needed to allow Utopia based TeX typesetting, including an extensive mathematics set and several other symbols. The system is absolutely stand- alone: apart from Utopia and Fourier, no other typefaces are required. The fourier fonts will also work with Adobe Utopia Expert fonts, which are only available for purchase. Utopia is a registered trademark of Adobe Systems Incorporated
2011-03-13Note update of tex-epsf{,-doc}.minskim1-1/+3
2011-03-13Update tex-epsf{,-doc} to 2.7.4.minskim4-14/+14
Changes: - Add previously-missing \space in rwi assignments.
2011-03-13+ ImageMagick-6.6.8.4, dar-2.3.11, gtar-1.26, gtexinfo-4.13a,wiz1-10/+17
help2man-1.39.2, m4-1.4.16, openldap-client-2.4.24, openssl-1.0.0d [pkg/44717], p5-PerlMagick-6.6.8.4, py-bsddb3-5.1.2, rftg-0.8.1, t1utils-1.36, taglib-1.7, vala-0.10.4, x264-devel-20110312, yaz-4.1.6.
2011-03-13Catch up with graphics/libungif/buildlink3.mk -> mk/giflib.buildlink3.mkabs1-2/+2
2011-03-13in te NetBSD backend, fill in some metadata which are needed at leastdrochner3-2/+18
for per-track CD-TEXT support (CD-TEXT does work basically, but it is unclear which encoding it is supposed to be, and who should sanitize the text, eg delete trailing garbage)
2011-03-13build local socket credential support on NetBSD only if LOCAL_PEEREID isdrochner2-4/+4
defined, should fix build on NetBSD-4 (PR pkg/44718 by Michael van Elst)
2011-03-12Updated security/dnssec-tools to 1.8pettai1-1/+2
2011-03-121.8:pettai2-7/+6
- New Features: - zonesigner, rollerd - Made changes so that these tools are more compatible with recent versions of Bind - The zone_errors configuration parameter allows a zone- specific maximum to be set. Once exceeded, that zone will be skipped rather than allowing rollover to continue. - blinkenlights - Recognizes when rollerd abruptly quits, so error messages aren't spewed interminably. - ZonFile::Fast - Fixed parsing of DS records containing spaces and parsing of mname and rname SOA fields - Added support for parsing KEY records - keyrec.pm - Made changes to properly lock keyrec files before writing to them. - Begun process of deprecating keyrec_open(). - mapper: - added a new option: --node-size for mapping complex zones. - dnspktflow: - added two new options: --layout-style for selecting the layout style to use --node-size for mapping complex zones. - Add new (default) option to cluster authoritative nodes together to help better understand the relationships between traffic patterns and authoritative name server/zone arrangement. - libval: - Now distributed with the Root TA. - Added stricter checks for openssl SHA-256 support in configure. - Added several improvements that allow the validator to lookup information within provably insecure zones that do not handle EDNS0 requests nicely. This includes adding support for turning off EDNS0 when traversing a name hierarchy that leads to a provably insecure zone, EDNS0 fallback support, and additional checks to check the sanity of response data. - Fixed certain bugs in CNAME handling and in the validation of proofs accompanying wildcard responses, referrals and alias chains. - Fixed support for RSADSA and RSASHA-512 signature validation. - Mac OSX: - Added a Ports file for mac ports - updated the fink build spec - many other miscellaneous bug fixes and improvements.
2011-03-12Fix build + installation errors.pettai2-3/+4
2011-03-12The configure script stubbornly wants a python interpreter despitetnn1-1/+2
not using it, and despite --without-python. Pretend we have one.
2011-03-12Updated security/zkt to 1.0pettai1-1/+2
2011-03-12zkt 1.0 -- 15. June 2010pettai3-12/+34
* feat "/dev/urandom" check added to checkconfig() * feat Config compability switch (-C) added to zkt-conf * feat zkt-ls has a new switch -s to change sorting of domains from subdomain before parent to subdomain below the parent * feat "zkt-ls -T" prints only parent trust anchor zkt 1.0rc1 -- 1. Apr 2010 (The 1.0 release was sponsored by DOMINIC(r) ) * feat Several config parameter are printed now in a more consistent and user friendly form. SerialFormat "Incremental" could be abbreviated as "inc" on input. * bug use of AC_ARG_ENABLE macros changed in a way that it is possible to use it as a "--disable-FEATURE" switch. * port no longer checking for malloc() in configue script. Mainly because it checks only if malloc(0) is allowed and we do not need this. * port --disable-color-mode added to configure script * bug Makro PRINT_AGE_OF_YEAR renamed to PRINT_AGE_WITH_YEAR in configure.ac * misc man page zkt-keyman added * misc New command zkt-keyman added as replacement for dnssec-zkt's key management functionality * misc man page zkt-ls added * port Check for ncurses added to Makefile.in * misc Color mode (Option -C) added to zkt-ls (experimental) New source file tcap.c. * misc Deprecate "single linked list" version of ZKT. The binary tree version is the default for years, so the VERSION string does no longer contain a "T". Now, if someone insist on the single link list version (configure --disable-tree) a "S" is added to the version string. Anyway, the code for the single link list version does no longer have the same functionality and will be removed in one of the later releases. * misc New command zkt-ls added as replacement for dnssec-zkt's key listing functionality * func New key algorithms RSASHA256 and RSAHSHA512 added to dki.[ch] and zconf.c New parameter NSEC3 added. Now it's possible to configure an NSEC3_OPTOUT zone. * bug Token parsing function gettok() fixed to recognize tokens with dashes ("zone-statistics" was seen as "zone"). Thanks to Andreas Baess for finding this bug. * bug Fixed bug in (re)salting dynamic zones. sig_zone() and gensalt() needs parameter change for this * func New option -a added to zkt-conf * func In zconf.c CONF_TIMEINT parameter are now able to recognize "unset" values (which is represented internaly as 0) * func Set Max_TTL to sig lifetime for dynamic zones or if Max_TTL is less than 1. max_ttl checks in checkconfig() fixed. * func printconfigdiff() added to zconf.c and used by zkt-conf. Now local configs are printed as diff to site wide config. * misc man page zkt-signer.8 changed to new command syntax * func Per domain logging added. Use parameter LogDomainDir to enable it. For more details see file README.logging. * func distribute.sh supports new action type "distkeys" but is currently not used * misc LOG_FNAMETMPL changed and moved from config_zkt.h to log.h * misc Default soa serial format changed from "Incremental" to "Unixtime" * func dnssec-signer command renamed to zkt-signer. Man page updated. * func New command zkt-conf added as replacement for dnssec-zkt -Z * misc timeint2str() is now global (zconf.c) * func zfparse.c - a rudimentary zone file parser scans minimum and maximum ttl values; adds $INCLUDE dnskey.db zkt 0.99d -- Not released * func Option SIG_DnsKeyKSK for DNSKEY signing with KSK only added * misc BIND 9.7 compability
2011-03-12Note update of the "tiff" package to version 3.9.4nb2.tron1-1/+2
2011-03-12Add fix for vulnerability reported in SA43593 taken from thetron3-3/+24
"libtiff" CVS repository.
2011-03-12PR/43759: update scons to 1.3.1. Changes (windows-only omitted):shattered5-12/+12
- Fix the ability to append to default $*FLAGS values (which are implemented as CLVar instances) in a copied construction environment without affecting the original construction environment's value.
2011-03-12Add two new entries.wiz1-1/+3
2011-03-12Updated archivers/unrar to 4.0.7adam1-1/+2
2011-03-12Changes 4.0.7:adam2-6/+6
Bug-fixes.
2011-03-12Bash-4.2.wiz2-3/+3
2011-03-12Update to 4.2.wiz4-33/+23
1. New Features in Bash a. `exec -a foo' now sets $0 to `foo' in an executable shell script without a leading #!. b. Subshells begun to execute command substitutions or run shell functions or builtins in subshells do not reset trap strings until a new trap is specified. This allows $(trap) to display the caller's traps and the trap strings to persist until a new trap is set. c. `trap -p' will now show signals ignored at shell startup, though their disposition still cannot be modified. d. $'...', echo, and printf understand \uXXXX and \UXXXXXXXX escape sequences. e. declare/typeset has a new `-g' option, which creates variables in the global scope even when run in a shell function. f. test/[/[[ have a new -v variable unary operator, which returns success if `variable' has been set. g. Posix parsing changes to allow `! time command' and multiple consecutive instances of `!' (which toggle) and `time' (which have no cumulative effect). h. Posix change to allow `time' as a command by itself to print the elapsed user, system, and real times for the shell and its children. j. $((...)) is always parsed as an arithmetic expansion first, instead of as a potential nested command substitution, as Posix requires. k. A new FUNCNEST variable to allow the user to control the maximum shell function nesting (recursive execution) level. l. The mapfile builtin now supplies a third argument to the callback command: the line about to be assigned to the supplied array index. m. The printf builtin has a new %(fmt)T specifier, which allows time values to use strftime-like formatting. n. There is a new `compat41' shell option. o. The cd builtin has a new Posix-mandated `-e' option. p. Negative subscripts to indexed arrays, previously errors, now are treated as offsets from the maximum assigned index + 1. q. Negative length specifications in the ${var:offset:length} expansion, previously errors, are now treated as offsets from the end of the variable. r. Parsing change to allow `time -p --'. s. Posix-mode parsing change to not recognize `time' as a keyword if the following token begins with a `-'. This means no more Posix-mode `time -p'. Posix interpretation 267. t. There is a new `lastpipe' shell option that runs the last command of a pipeline in the current shell context. The lastpipe option has no effect if job control is enabled. u. History expansion no longer expands the `$!' variable expansion. v. Posix mode shells no longer exit if a variable assignment error occurs with an assignment preceding a command that is not a special builtin. w. Non-interactive mode shells exit if -u is enabled and an attempt is made to use an unset variable with the % or # expansions, the `//', `^', or `,' expansions, or the parameter length expansion. x. Posix-mode shells use the argument passed to `.' as-is if a $PATH search fails, effectively searching the current directory. Posix-2008 change. 2. New Features in Readline a. The history library does not try to write the history filename in the current directory if $HOME is unset. This closes a potential security problem if the application does not specify a history filename. b. New bindable variable `completion-display-width' to set the number of columns used when displaying completions. c. New bindable variable `completion-case-map' to cause case-insensitive completion to treat `-' and `_' as identical. d. There are new bindable vi-mode command names to avoid readline's case- insensitive matching not allowing them to be bound separately. e. New bindable variable `menu-complete-display-prefix' causes the menu completion code to display the common prefix of the possible completions before cycling through the list, instead of after.
2011-03-12Updated sysutils/cdrtools to 3.01alpha03wiz1-1/+2
2011-03-12Update to 3.01a03:wiz2-6/+6
Libscg: - libscg/scsi-bsd.c tries to better support the SCSI sense data length in the recently upgrades in FreeBSDs ATAPI/CAM module. - try to keep SCSI status and error codes when doing a manual GET SENSE on AIX, UnixWare, VMS, Linux Parallel Port, Apollo Domain Cdrecord: - cdrecord now warns and aborts if someone tries to write more CD-Text for a single language than permitted by the standard. Cdda2wav (Maintained/enhanced by Jörg Schilling, originated by Heiko Eißfeldt heiko@hexco.de): - many typo fixes to the cdda2wav.1 man page, thanks to John Bradshaw Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale): - Add several forgotten options to the mkisofs man page.
2011-03-12Add MULTI variable, and add it to BUILD_DEFS, to more easily findwiz5-5/+28
variable settings affecting binary packages. From Aleksey Cheusov in PR 44695.
2011-03-12Add missing match file.gdt1-0/+13
2011-03-12+ cdrtools-3.01a03, gobject-introspection-0.10.4, rasqal-0.9.25wiz1-9/+5
[needs raptor-2.0.0], redland-1.0.13 [needs redland-0.9.22]. - TeXmacs-1.0.7.10, bluefish-2.0.2, cfitsio-3250, eric4-4.4.12, gst-plugins0.10-gnonlin-0.10.17, gst-plugins0.10-good-0.10.28
2011-03-12list recent additions/updatesdrochner1-1/+16