summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-08-03Make it understand "-net tap,ifname=tap3" on NetBSD.asau3-2/+19
2012-08-03Updated textproc/grep to 2.13; databases/mysql55 to 5.5.27adam2-3/+5
2012-08-03Changes 5.5.27:adam3-7/+10
Important Change: The YEAR(2) data type is now deprecated because it is problematic. Support for YEAR(2) will be removed in a future release of MySQL. For more information, see Section 11.3.4, “YEAR(2) Limitations and Migrating to YEAR(4)”.
2012-08-03and libreoffice-3.5.5 is requested by pkg/46768obache1-2/+2
2012-08-03Updated www/opera to 12.01obache1-1/+2
2012-08-03Update opera to 12.01.obache2-18/+18
Opera 12.01 is a recommended upgrade offering security and stability enhancements. Fixes and Stability Enhancements since Opera 12.00 General and User Interface * Several general fixes and stability improvements * Website thumbnail memory usage improvements * Address bar inline auto-completion no longer prefers shortest domain * Corrected an error that could occur after removing the plugin wrapper * Resolved an issue where favicons were squeezed too much when many tabs were open Display and Scripting * Resolved an error with XHR transfers where content-type was incorrectly determined * Improved handling of object literals with numeric duplicate properties * Changed behavior of nested/chained comma expressions: now expressing and compiling them as a list rather than a tree * Aligned behavior of the #caller property on function code objects in ECMAScript 5 strict mode with the specification * Fixed an issue where input type=month would return an incorrect value in its valueAsDate property * Resolved an issue with JSON.stringify() that could occur on cached number conversion * Fixed a problem with redefining special properties using Object.defineProperty() Network and Site-Specific * Fixed an issue where loading would stop at "Document 100%" but the page would still be loading * tuenti.com: Corrected behavior when long content was displayed * https://twitter.com: Fixed an issue with secure transaction errors * Fixed an issue with Google Maps Labs that occured when compiling top-level loops inside strict evals * Corrected a problem that could occur with DISQUS * Fixed a crash occurring on Lenovo's "Shop now" page * Corrected issues when calling window.console.log via a variable at watch4you * Resolved an issue with Yahoo! chat Mail, News, Chat * Resolved an issue where under certain conditions the mail panel would continuously scroll up * Fixed a crash occurring when loading mail databases on startup Security * Re-fixed an issue where certain URL constructs could allow arbitrary code execution, as reported by Andrey Stroganov; see our advisory http://www.opera.com/support/kb/view/1016/ * Fixed an issue where certain characters in HTML could incorrectly be ignored, which could facilitate XSS attacks; see our advisory http://www.opera.com/support/kb/view/1026/ * Fixed another issue where small windows could be used to trick users into executing downloads as reported by Jordi Chancel; see our advisory http://www.opera.com/support/kb/view/1027/ * Fixed an issue where an element's HTML content could be incorrectly returned without escaping, bypassing some HTML sanitizers; see our advisory http://www.opera.com/support/kb/view/1025/ * Fixed a low severity issue, details will be disclosed at a later date
2012-08-03Changes 2.13:adam4-45/+19
** Bug fixes grep -i, in a multi-byte locale, when matching a line containing a character like the UTF-8 Turkish I-with-dot (U+0130) (whose lower-case representation occupies fewer bytes), would print an incomplete output line. Similarly, with a matched line containing a character (e.g., the Latin capital I in a Turkish UTF-8 locale), where the lower-case representation occupies more bytes, grep could print garbage. [bug introduced in grep-2.6] --include and --exclude can again be combined, and again apply to the command line, e.g., "grep --include='*.[ch]' --exclude='system.h' PATTERN *" again reads all *.c and *.h files except for system.h. [bug introduced in grep-2.6] ** New features 'grep' without -z now treats a sparse file as binary, if it can easily determine that the file is sparse. ** Dropped features Bootstrapping with Makefile.boot has been broken since grep 2.6, and was removed.
2012-08-03Should have been revbumped when imap-uw was updated. Hi wiz!sborrill1-2/+2
2012-08-03wip/libreoffice is ready to use for updating misc/libreoffice to 3.5.5.3obache1-2/+2
(include security fix).
2012-08-03Fix patch-common_packets.c checksumprlw11-2/+2
2012-08-03Note update of misc/ruby-launchy package to 2.1.1.taca1-2/+2
Remove previous duplicated line.
2012-08-03Update ruby-launchy to 2.1.1.taca2-7/+7
= Launchy Changlog == Version 2.1.1 - 2012-07-28 * Update addressable runtime dependency (copiousfreetime/launchy#47) * Bring minitest and ffi development dependencies up to date
2012-08-03Updated pkgtools/pkg_chk to 2.0.4abs1-1/+3
2012-08-03Updated pkgtools/pkg_chk to 2.0.4abs3-8/+35
Fix regression introduced in 2.0.1 where available binary packages would not always be listed Add licence (2 clause BSD)
2012-08-03net/coda: Back out DragonFly patchesmarino7-107/+7
Coda requires a kernel module to run and DragonFly had such a kernel at one point. However the kernel was removed six years ago and there is no desire to restore it. One of the main reasons against doing so is the lack of IPv6 support in Coda. The userland patches for coda are therefore unnecessary and coda has been reverted to its previous state save for marking NOT-FOR-DRAGONFLY. PKGREVISION was mispelled in the makefile, so fixing that typo bumps the revision to nb2 (caught by pkglint).
2012-08-03Recognize make syntax (make variable) in one more place.asau2-4/+4
2012-08-03Updated comms/asterisk18 to 1.8.15.0jnemeth1-1/+2
2012-08-03lang/gcc-aux: add gcc-aux/lib runpath to LINK_SPECmarino3-91/+256
The libraries of gcc-aux are not located on standard search paths for the runtime linker to find. Moreover, libraries from other versions of gcc may be and in that case rtld will link the wrong library. To fix this, an rpath to ${PREFIX}/gcc-aux/lib will be inserted into every dynamic binary created by gcc-aux. Other changes include: 1) simpler and more robust detection of an existing gcc-aux compiler to be used rather than the older bootstrap compiler. 2) Fixed FreeBSD support. FreeBSD bootstraps are available but not yet listed due to lack of testing (however, it should work out of the box) 3) Fixed some c++ testsuite directives for dejagnu
2012-08-03Updated comms/asterisk10 to 10.7.0jnemeth1-1/+2
2012-08-03Update to Asterisk 10.7.0; this is a bug fix release:jnemeth4-47/+47
The release of Asterisk 10.7.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following is a sample of the issues resolved in this release: * --- Fix deadlock potential with ast_set_hangupsource() calls. * --- Fix request routing issue when outboundproxy is used. * --- Set the Caller ID "tag" on peers even if remote party information is present. * --- Fix NULL pointer segfault in ast_sockaddr_parse() * --- Do not perform install on existing directories For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-10.7.0 Thank you for your continued support of Asterisk!
2012-08-03Updated emulators/suse121_libpng to 12.1nb3obache1-1/+2
2012-08-03Update libpng14 RPM to resolve CVE-2012-3425.obache2-10/+10
Bump PKGREVISION.
2012-08-03Update to Asterisk 1.8.15.0; this is a general bug fix release:jnemeth4-47/+47
The release of Asterisk 1.8.15.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following is a sample of the issues resolved in this release: * --- Fix deadlock potential with ast_set_hangupsource() calls. * --- Fix request routing issue when outboundproxy is used. * --- Make the address family filter specific to the transport. * --- Fix NULL pointer segfault in ast_sockaddr_parse() * --- Do not perform install on existing directories For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.15.0 Thank you for your continued support of Asterisk!
2012-08-02The R build/install process should seize all relevant environmentmishka1-2/+5
variables, and customization should be done via INSTALL_ENV/MAKE_ENV respectively. This also solves the internationalization issue fixed in previous commit properly. Noted by <joerg> on pkgsrc-changes@, many thanks!
2012-08-02Use the correct linker flags on Solaris/GCC.jperkin2-15/+38
Fixes Solaris 64-bit build.
2012-08-02Use __asm__ and __volatile__.jperkin2-1/+21
Fixes build on at least Solaris.
2012-08-02Updated devel/pth to 2.0.7nb3jperkin1-1/+2
2012-08-02Don't limit FD_SETSIZE on Solaris, causes conflicts in 64-bit mode.jperkin1-3/+7
Bump PKGREVISION.
2012-08-02Include unistd.h for read() and close()jperkin2-1/+16
Fixes build on at least Solaris.
2012-08-02Include unistd.h for sleep().jperkin2-1/+16
Fixes build on at least Solaris.
2012-08-02Include cmath for an abs() implementation which accepts a 'double' argument.jperkin2-1/+17
Fixes build on at least Solaris.
2012-08-02fix missing patch checksumsabs1-1/+8
2012-08-02Updated pkgtools/pkg_chk to 2.0.3abs1-1/+2
2012-08-02Updated pkgtools/pkg_chk to 2.0.3abs2-7/+6
PR#46760 pkgtools/pkg_chk /tmp/pkg_chk.XXXXXa directories - Ensure tmpdir is removed in the -g and -p case
2012-08-02Avoid conflict between gets() and std::gets().jperkin2-1/+24
Fixes build on at least Solaris.
2012-08-02Need to pre-create destination directory for SunOS pax to be happyfhajny1-1/+2
2012-08-02Updated emulators/suse121_libjpeg to 12.1nb1obache1-1/+2
2012-08-02Update ibjpeg62-62.0.0 rpm to 10.4.1 for CVE-2012-2806.obache2-9/+10
Bump PKGREVISION.
2012-08-02Add support for binary data in /proc/self on Illumos, seefhajny4-2/+64
https://github.com/puppetlabs/facter/pull/249. Bump PKGREVISION.
2012-08-02Update postgresql version information.obache1-2/+2
XXX: bare version numbers should not be in here, described with XXX: PGSQL_VERSION_DEFAULT/PGSQL_VERSIONS_ACCEPTED instead.
2012-08-02Default to PostgreSQL 9.1 as announced on pkgsrc-users and tech-pkg two ↵asau1-2/+2
weeks ago.
2012-08-01+ kde4-4.9.wiz1-1/+2
2012-08-01Don't enforce purely aesthetic changes.asau2-8/+9
2012-08-01leave DIST_SUBDIR there - as the distribution scheme worked all the time,drochner2-6/+6
patches will be released rather than full new distfiles, and if they crop up, we'd have to refetch the original distfile otherwise
2012-08-01oops - forgot to commit a framework change needed by py-dbus:drochner1-1/+8
provide py2x and py3x PLIST_VARS to let pkgs deal easily with files installed for one major version but not for the other
2012-08-01mark as buildable with Python3x, py-elementtree comes with alldrochner1-2/+2
supported Python versions
2012-08-01mention updatesdrochner2-5/+5
2012-08-01update to 1.1.1drochner5-37/+43
supports Python3x
2012-08-01+dbus-python-commondrochner1-1/+2
2012-08-01put the Python version independant files from py-dbus into an own pkg,drochner5-0/+79
to allow coexistence of py-dbus for different Python versions