Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
of scheduled update of editors/p5-Padre package into editors/p5-Wx-Scintilla.
Scintilla is a contributed project which means it will not be the latest
by the time a new wxWidgets distribution is released. And on the scintilla
front, the Perl 5 lexer is not 100% bug free even and we do not have any
kind of Perl 6 support in Scintilla.
The ambitious goal of this project is to provide fresh Perl 5 and maybe 6
support in Wx while preserving compatibility with Wx::StyledTextCtrl and
continually contribute it back to Scintilla project.
|
|
|
|
(This package already depends on python via glib, so this change
is effectively free! :) ).
|
|
|
|
This adds support for Mercurial 2.3
|
|
|
|
mk/compiler/gcc.mk
|
|
|
|
when needed a runtime dependence on {gcc47,gcc47-libs}.
|
|
|
|
|
|
This package contains _just_ the shared libraries from gcc47 that programs
compiled with gcc need at runtime so that the entire gcc47 package does not
have to be install.
Because multiple packages cannot be build from the same PKGDIR and building
components of gcc separately is problematic this package is build using a
a couple of "cheap tricks":
1) gcc47 is built as before (including the libraries) but with a second
RPATH compiled in to all programs.
2) This package has a BUILD_DEPENDS on lang/gcc47 and simply copies the
shared libraries (except the java ones) to the second RPATH location
(so as to not have conflicts with lang/gcc47).
3) When adding a runtime dependence the pattern '{gcc47,gcc47-libs}>=4.7.*'
is used (i.e. the full gcc47 OR the gcc47-libs package can be used).
4) So that when a package that has the above dependence is installed
pkg_add will, if neither gcc47 or gcc47-libs is installed, automatically
install gcc47-libs the PKGREVISION of gcc47-libs should all ways be
bumped so that it is at least 1 more than that of the lang/gcc47
package. (With a note in this packages Makefile and one to be placed
in lang/gcc47's Makefile.)
|
|
|
|
09/09/12 - Allow use of editline library in Mathomatic, because somehow
use of GPL libraries in LGPL code is not allowed, and GNU readline
is GPL. I am so confused about this Debian bug#687063:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=687063
Based on the bug report's information sources,
it appears he is saying the truth about this license issue,
so I will have to upload new versions of
Mathomatic with editline instead of readline to Debian.
The only noticeable difference should be it doesn't save
the history between Mathomatic sessions.
I will comply with all that request it,
though most distributions do not include editline,
which has no major licensing restrictions. Readline is still
perfectly usable and good as before, you just have to link
it in yourself.
09/10/12 - Going to have to make a new release already, 2 days after the last
one, so I can upload this readline licensing fix to Debian by
linking with editline. There is no reason for anyone to upgrade
to version 16.0.4, unless you wish to link with editline instead
of readline. The proper code has been added. All you have to do
is have the editline libraries loaded on your system,
and run "make EDITLINE=1" to compile and link Mathomatic with
editline.
Mathomatic version 16.0.4 released Monday 09/10/12.
CHANGES MADE TO MATHOMATIC 16.0.2 TO BRING IT UP TO THE NEXT VERSION:
New command "set load" loads the current set options startup file again,
displaying the startup file as it reads it in.
If the file doesn't exist, or something is wrong, then an error message is
displayed and the set command returns with failure.
Accidently putting "load" in the startup file is now handled correctly.
08/09/12 - Allow "matho-primes all" and the command "list primes all" in
Mathomatic to continually output consecutive prime numbers.
08/12/12 - Fixed any rman errors in the makefile so they won't be ignored.
08/17/12 - rmath and matho no longer set the debug_level or modulus_mode,
so they can be set by the startup options file.
08/19/12 - Allow the repeat prefix on the approximate command, making it
approximate and simplify as much as the calculate command
does. Hopefully someday it will just give a temporary
result, too. Numerical input into the symbolic math library
now uses "repeat approximate" instead of just "approximate"
to approximate the user's input, so the result is the
same as the Mathomatic application's result.
Disallow the same warnings to be repeatedly displayed, if the
current warning is the same as the previous warning.
08/20/12 - Allow directory names as read command arguments, instructing
the read command to change the current directory to the specified
directory. Without any arguments, the read command now does an
"ls" command in Unix/Linux, and "dir" under MS-Windows, listing
the current directory contents. Running Mathomatic with a
directory name argument now conveniently changes directory to
that directory, then gives you the main prompt.
08/28/12 - Made "integer" type variables much more useful. For example,
the following now happens generally:
1-> i^(4*integer)
#1: i^(4*integer)
1-> simplify
#1: 1
1-> i^((4*integer) + 1)
#2: i^((4*integer) + 1)
2-> simplify
#2: i
2-> i^((4*integer) + 2)
#3: i^((4*integer) + 2)
3-> simplify
#3: -1
3-> i^((4*integer) + 3)
#4: i^((4*integer) + 3)
4-> simplify
#4: -1*i
08/29/12 - Displays "Calculating..." whenever autocalc is used now.
08/30/12 - Added ability to set the normal text color.
Still defaults to no color. Use "set color 0" to set the normal
text color to green, as it has been for many years in the past.
08/31/12 - Removed the "set preserve_surds" option, since the approximate
and calculate commands all take care of undoing that.
The code remains, however "set preserve_surds" is no longer
advertised. I have never used it.
Surds are preserved, for accuracy's sake, by default.
09/05/12 - "set" as a null set option works now, so no one will have any
trouble setting-up the set options startup file.
Mathomatic version 16.0.3 released Saturday 09/08/12.
|
|
0.715
! #75938 Change to warning / add configuration variable to allow XML tags starting with /xml/i
! #76902 Missing info in "SSL CERTIFICATE AUTHENTICATION" documentation
! #74577 work around/fixes for success with MS WS https/compressed
! #74308 SOAP-Lite fails for operations with period in name
! #73802 client did not set the encoding of the soap-envelope to 'iso-8859-1' in HTTP-request
! #75019 HTTP server doesn't process PIPE signal
! #72836 Processing a SOAP 1.2 request breaks the next SOAP 1.1 response
! #70381 SOAP-Lite performance
! #53375 comments after <?xml .. >
! #63693 Uninitalized value (again)
! #37360 Use of uninitialized variables in SOAP tests
! fixed encoding in xmlrpc keys
! #15176 problems with SOAP::Header ->value
|
|
|
|
all programs and shared libraries.
Bump PKGREVISION.
|
|
net/isc-dhcp4 4.2.4p2
net/isc-dhclient4 4.2.4p2
net/isc-dhcpd4 4.2.4p2
net/isc-dhcrelay4 4.2.4p2
|
|
Changes since 4.2.4-P1
! An issue with the use of lease times was found and fixed. Making
certain changes to the end time of an IPv6 lease could cause the
server to abort. Thanks to Glen Eustace of Massey University,
New Zealand for finding this issue.
[ISC-Bugs #30281]
CVE: CVE-2012-3955
|
|
net/bind96 9.6.3.1.ESV.7pl3
net/bind97 9.7.6pl3
net/bind98 9.8.3pl3
net/bind99 9.9.1pl3
|
|
--- 9.9.1-P3 released ---
3364. [security] Named could die on specially crafted record.
[RT #30416]
|
|
--- 9.8.3-P3 released ---
3364. [security] Named could die on specially crafted record.
[RT #30416]
|
|
--- 9.7.6-P3 released ---
3364. [security] Named could die on specially crafted record.
[RT #30416]
|
|
--- 9.6-ESV-R7-P3 released ---
3364. [security] Named could die on specially crafted record.
[RT #30416]
3358 [bug] Fix declaration of fatal in bin/named/server.c
and bin/nsupdate/main.c. [RT #30522]
|
|
|
|
|
|
was long ago.)
|
|
|
|
|
|
|
|
Changes in Erlang/OTP R15B01
Highlights:
* Dialyzer: The type analysis tool Dialyzer is optimized to be
generally faster. - It can now also run in parallel (default)
on SMP systems and by this perform the analysis significantly
faster (Thanks to Stavros Aronis and Kostis Sagonas)
* The SSL application now has experimental support for the
TLS 1.1 and 1.2 standards as well (Thanks to Andreas Schultz).
* CommonTest: It is now possible to sort the generated html tables.
A Netconf client (ct_netconf) which support basic netconf over
ssh is added
* Diameter: Statistics counters related to Diameter messages
can now be retrieved by calling the diameter:service_info/2
function.
* Various smaller optimizations in the Erlang VM
* This release also contains 66 contributions from users
outside the Ericsson team
|
|
|
|
Bump PKGREVISION
|
|
|
|
|
|
DynaMPD allows you to get a dynamic playlist with MPD: it adds to
your current playlist some tracks related to what you are currently
listenning to. The similar tracks request is done using the Last.fm
API (no registration required).
|
|
Patches submitted by Sverre Froyen, see:
http://mail-index.netbsd.org/pkgsrc-users/2012/01/19/msg015577.html
|
|
|
|
|
|
Updated www/firefox to 15.0.1
|
|
Changelog:
FIXED Sites visited while in Private Browsing mode could be found through manual browser cache inspection (787743)
NEW Silent, background updates
NEW Support for SPDY networking protocol v3
NEW WebGL enhancements, including compressed textures for better performance
NEW Localization in Maithili (see all available locales)
CHANGED Optimized memory usage for add-ons
DEVELOPER JavaScript debugger integrated into developer tools
DEVELOPER New layout view added to Inspector
DEVELOPER High precision event timer implemented
DEVELOPER The CSS word-break property has been implemented.
DEVELOPER New responsive design tool allows web developers to switch between desktop and mobile views of sites
HTML5 Native support for the Opus audio codec added
HTML5 The <audio> and <video> elements now support the played attribute
HTML5 The <source> element now supports the media attribute
FIXED Focus rings keep growing when repeatedly tabbing through elements (720987)
|
|
|
|
The consequences of not making this patch are platform dependent - some build
chains will still expose the symbols, but some will not. The API expects
them to be exposed.
Fixes Cairo 1.12.2 build on Ubuntu 11.10 and CentOS 6.3, presumably due to
later versions of gcc (4.6.1 in the Ubuntu case).
Bump PKGREVISION.
|
|
PKG_SUGGESTED_OPTIONS for SunOS.
PR 46947.
|
|
|
|
crashes or possible code injection (CVE-2012-4405)
bump PKGREV
|
|
|