summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-01-08The package needs no C compiler.heinz3-5/+10
2008-01-08The package needs a C compiler.heinz1-1/+3
2008-01-08Updated to version 1.09.heinz2-6/+8
Pkgsrc changes: - No compiler necessary. Changes since version 1.08: =========================== Thu Jan 3 18:35:44 2008 Tom Hughes <tom@compton.nu> * Zlib.pm Changed version number to 1.09. * Makefile.PL Install in the core library directory if the perl version is 5.9.3 or later.
2008-01-08The package needs a C compiler.heinz1-3/+5
2008-01-08Updated to version 0.29.heinz2-9/+9
Pkgsrc changes: - none Relevant changes since version 0.28: ==================================== Version 0.29 - released 2007-11-08 * verifiers can now access all parsed signatures and their results, not just signatures that were fully tested * signer policies can now specify what private key file to use * some other minor API improvements * bugfixes: * for DomainKeys signatures, fixed a compatibility issue handling the h= tag * for DKIM, signature expirations had been ignored * for DKIM, signature identities did not have to match the domain * for DKIM, public key granularity field had been ignored
2008-01-08Updated to version 0.62.heinz2-6/+8
Pkgsrc changes: - A C compiler is necessary. Changes since version 0.61: =========================== *** 0.62, 28 December 2007 Features: Move of some functionality out of the Packet to the Question and RR classes; parsing of elements in the packet is now performed by calling the appropriate subclasses. New methods were introduced: * Net::DNS::Packet->parse() * Net::DNS::RR->parse() * Net::DNS::Question->parse() The Packet class now defers parsing of authority/additional until their content is really needed. This should cause a bit of performance improvement. Dick Franks is acknowledged for this Good Work (TM). Feature: the Net::DNS::Packet's answersize() method will from now on ignore its arguments and just return the size of the packet. Feature: The Net::DNS::RR->new() method used to call Net::DNS::RR->new_from_data() whenever called with the appropriate combination of arguments. That (undocumented) behavior has been deprecated. Use Net::DNS::RR->new_from_data() directly if you depended on that. Feature: Net::DNS::Packets unique_push now ignores the TTL in comparison of uniqueness, this is closer to the intend of RFC2181, but not yet fully compliant. Fix rt.cpan.org #29816 Acquiring the IP address for the Resolver under Cygwin is made more resilient. Fix rt.cpan.org #31425 Empty question section in Base.pm search method detected Fix rt.cpan.org #31042 Makefile corrected to add a library target. Fix rt.cpan.org #29818 10-recurse.t used to fail in very specific environment (where a query for qname="." and qtype="NS" would return with an empty additional section). Fixed by adding the hints explicitly; this also forces the tests to take place under the root served by a-m.root-servers.net Fix rt.cpan.org #29877 Made 00-version.t recognize a "GIT" environment. Fix rt.cpan.org #29878 SPF.pm did not evaluate as true. Thanks Bjorn Hansen. Fix rt.cpan.org #21398 answersize() and answerfrom() set for persistent sockets Fix rt.cpan.org #29883 Fix various tests only available through SVN, so they are more robust (Acknowledgements Bjoern Hansen) Fix rt.cpan.org #24343 Resolver's nameserver() method would do silly things with undefined arguments. Fix rt.cpan.org #29531 Nameserver.pm, Packet.pm and Question.pm modified to avoid erroneous PTR lookup in response to mischievous query packet containing an IP address. Fix rt.cpan.org #27970 better netdns.o Marek Rouchal provided two minor improvements for linking the C code sniplets Fix rt.cpan 28345 A fix in Test::Simple revealed an off by 1 error in the testplan for 05-rr-rrsort.t. The fix is to remove a test, creating a dependency on Test::Simple 0.71 seemed overkill.
2008-01-08Fix builds on Darwinadrianp1-2/+2
2008-01-08This package only has basic DESTDIR support (for now).ghen1-2/+2
2008-01-08Updated sysutils/bacula and sysutils/bacula-clientonly to 2.2.4nb1.ghen1-1/+3
2008-01-08Move the dvd-handler python script from libexec/bacula to share/examples/baculaghen5-5/+31
to quiet CHECK_INTERPRETER (I don't want to add python as a dependency for that one script). Bump PKGREVISION for bacula and bacula-clientonly.
2008-01-08bump PKGREVISION for previous change to patch-ah.apb1-2/+2
2008-01-08Fixed spelling.heinz1-1/+1
2008-01-08NetBSD's /proc/${pid}/exe is sometimes a symlink to "/" instead of to theapb2-6/+18
actual program name, so Perl's $^X or $EXECUTABLE_NAME variable was wrong. Change a test to detect this case, and fall back to using argv[0].
2008-01-08Add options to liferea to permit selection of different rendering enginessmb2-1/+20
2008-01-08Updated to version 5.45.heinz2-6/+8
Pkgsrc changes: - Added explicit licence identification. Changes since version 5.44: =========================== 5.45 Tue Jun 26 02:36:00 MST 2007 - extended portability to earlier Perls -- works on Perl 5.003 and later -- thanks to Jim Doble for testing on legacy platforms - updated META.yml to conform to current META spec (1.3) - minor documentation fixes
2008-01-08Updated to version 0.25.heinz3-25/+12
Pkgsrc changes: - A C compiler is necessary. - Added explicit license identification. - Removed patch-ab (fixed upstream). Changes since version 0.24: =========================== 0.25 Sun May 20 2007 12:56:11 - Add a LICENSE file. - Fix a bug (reported by many) in rsa.t - we were incorrectly counting the number of tests in situations where use_sha512_hash was not available.
2008-01-08Updated to version 0.04.heinz2-7/+12
Pkgsrc changes: - The package supports installation to DESTDIR. - A C compiler is necessary. - Added explicit license identification. Changes since version 0.03: =========================== 0.04 Sun May 20 13:41:04 2007 - Add a LICENSE file. - Better use of types.
2008-01-08Updated to version 0.04.heinz2-7/+12
Pkgsrc changes: - The package supports installation to DESTDIR. - A C compiler is necessary. - Added explicit license identification. Changes since version 0.03: =========================== 0.04 Sun May 20 2007 13:08:23 - Add a LICENSE file. - Add -DOPENSSL_NO_KRB5 to DEFINE to keep redhat happy.
2008-01-08Modular X.org.ghen1-1/+4
2008-01-08Dont default QT_NO_DBUS to on in qconfig.h to be consistent with qt4-qdbusmarkd4-3/+22
package. (and therefore set it explicitly in qt4-tools) Bump PKGREVISION of qt4-libs.
2008-01-08Use a portable construct instead of "find ... -perm +111"; quietsapb3-2/+17
a build-time error message (which did not abort the build). PKGREVISION = 1.
2008-01-08Updated editors/texmaker to 1.6.ghen1-1/+2
2008-01-08Update to Texmaker 1.6.ghen3-10/+13
* Users can now change several keyboard shortcuts ("latex" and "math" menus). The default keyboard accelerators have been changed (trouble with non latin1 keyboard configuration). * The spell checking bug has been fixed (when the misspelled word and the corrected word had not the same size). * German, russian and chinese translations have been added (thanks to Alexey Oblozhko, Tao WEI and Flynn Marquardt). * The default system browser is now used for the documentation. * A "-master" option has been added to the program command line. The new synopsis is texmaker file [-master] [-line xxx] * The user manual has been enhanced.
2008-01-08Note net/Transmission and audio/shorten updates.tnn2-3/+4
2008-01-08Update to shorten-3.6.1. The only changes from 3.6.0 are win32-related.tnn3-12/+14
pkgsrc changes however: - fix LICENSE - DESTDIR support
2008-01-08Add a license file for audio/shortentnn1-0/+20
2008-01-08amsn was updated to 0.97.obache1-2/+1
2008-01-07Update databases/jdbc-postgresql80 from 318 to 321abs1-1/+2
2008-01-07Update databases/jdbc-postgresql80 from 318 to 321abs2-10/+10
Version 8.0-321 (2007-12-02) * fix Make code that parses queries for updateable resultsets aware of the ONLY clause. (jurka) Thanks to Oleg Vasylenko. * fix While custom type maps are not implemented, the code to detect the caller trying to use them threw a ClassCastException. Correctly detect the attempted use of custom types and bail out with a SQLException. (jurka) Version 8.0-320 (2007-07-31) * add Make setObject recognize a parameter of type java.lang.Byte. (jurka) Thanks to Boom Roos. * fix Updatable ResultSets did not work when updating bytea data and then retrieving it because we send the data to the server in binary format, but the ResultSet was expecting to read it in text format. So we need to convert the data from binary to text format before stuffing it into the ResultSet. (jurka) Thanks to Mikko Tiihonen. * fix Do escape processing on batch Statements prior to execution. This already worked for PreparedStatements, but not plain Statements. (jurka) Thanks to Hui Ye. * fix When retrieving the columns of a function that returns a complex type, don't retrieve system columns (like xmin/xmax/...) that you'll find if the type is from a table. (jurka) * fix Error message was reporting the wrong parameter type value in the V3 protocol's SimpleParameterList implementation. (jurka) Thanks to Nathan Keynes. * fix Explicitly state which source level we are compiling. Newer versions of gij/gcj run a 1.5 VM, but default to a 1.4 source level compile which tricks up our build system. This still doens't fix the case of running with a newer VM than compiler, but I don't see what we can do about that. (jurka) Thanks to Tom Lane, Oliver Jowett. Version 8.0-319 (2007-04-18) * add Implement ResultSet.updateArray by simply mapping it to updateObject which now works for arrays. (jurka) * fix Produce the timezone that we send to the server in the same format that we can parse. This is important for updatable ResultSets as we must be able to parse the format we produce. (jurka) Thanks to Leon Do. * fix Allow updatable ResultSets to update arrays. (jurka) Thanks to Vasylenko.
2008-01-07Update databases/jdbc-postgresql81 from 408 to 411abs1-1/+2
2008-01-07Update databases/jdbc-postgresql81 from 408 to 411abs2-10/+10
Version 8.1-411 (2007-12-02) * fix When doing batch execution we can have multiple Parse and DescribeStatement messages on the wire at the same time. When we finally get around to collecting the DescribeStatement results we must check whether they still apply to the currently parsed query. Otherwise we'll overwrite our type information with stale data that will cause failures down the line. (jurka) Thanks to Eric Faulhaber. * fix CallableStatements with OUT parameters that get executed more than prepareThreshold times failed if clearParameters() was called in between executions. When we've hit the prepareThreshold, we no longer send Parse messages which invoke SimpleParameterList.getTypeOID which has side effects required to setup the parameters correctly. Add an explicit convertFunctionOutParameters method to do this work instead that we call in all execution paths. (jurka) Thanks to Ludovico Bianchini. * fix Multiple calls to XAConnection.getConnection within the same user transaction ended up restarting the transaction on the server side as a result of manipulating the autocommit state. When retrieving a Connection, we must pay attention to whether a user transaction is in progress when setting the autocommit state. (jurka) Thanks to Heikki Linnakangas. * fix Make code that parses queries for updateable resultsets aware of the ONLY clause. (jurka) Thanks to Oleg Vasylenko. * fix While custom type maps are not implemented, the code to detect the caller trying to use them threw a ClassCastException. Correctly detect the attempted use of custom types and bail out with a SQLException. (jurka) Version 8.1-410 (2007-07-31) * add Make setObject recognize a parameter of type java.lang.Byte. (jurka) Thanks to Boom Roos. * fix Updatable ResultSets did not work when updating bytea data and then retrieving it because we send the data to the server in binary format, but the ResultSet was expecting to read it in text format. So we need to convert the data from binary to text format before stuffing it into the ResultSet. (jurka) Thanks to Mikko Tiihonen. * fix Do escape processing on batch Statements prior to execution. This already worked for PreparedStatements, but not plain Statements. (jurka) Thanks to Hui Ye. * fix Don't return quotes around identifiers in the results of DatabaseMetaData.getIndexInfo even if they would require quoting in SQL. (jurka) Thanks to Andrei Badea. * fix When retrieving the columns of a function that returns a complex type, don't retrieve system columns (like xmin/xmax/...) that you'll find if the type is from a table. (jurka) * fix The previous fix to try and set a XA based Connection's autocommit property correctly didn't quite work. Calling XAConnection.getConnection set autocommit to true even if we already had a transaction in progress. (jurka) Thanks to Luca Ferrari, Heikki Linnakangas. * fix Error message was reporting the wrong parameter type value in the V3 protocol's SimpleParameterList implementation. (jurka) Thanks to Nathan Keynes. * fix Backpatch fix to 8.1: Allow XAResource.start with TMJOIN in a limited set of circumstances to work with WebLogic. We allow TMJOIN only if the resource was previously ended and the Xid is the same as the current Xid. (jurka) Thanks to Jan de Visser and Heikki Linnakangas. * fix Backpatch fix to 8.1: A XAConnections default autocommit state should be true. The driver was previously setting autocommit to false and assuming it would stay that way. This caused two problems. First, some applications expected to be able to issue local autocommit transactions prior to begin(). Second, some TMs (Geronimo) set the autocommit state to true themselves, which causes problems as the driver did not expect it to be changed. This patch correctly disables and enables autocommit around begin, prepare, commit, and rollback methods. (jurka) Thanks to Allan Saddi. * fix Explicitly state which source level we are compiling. Newer versions of gij/gcj run a 1.5 VM, but default to a 1.4 source level compile which tricks up our build system. This still doens't fix the case of running with a newer VM than compiler, but I don't see what we can do about that. (jurka) Thanks to Tom Lane, Oliver Jowett. Version 8.1-409 (2007-04-18) * add Implement ResultSet.updateArray by simply mapping it to updateObject which now works for arrays. (jurka) * fix Statement.getTime, .getDate, and .getTimestamp methods which are passed a Calendar object were rotating the timezone in the wrong direction. Rewrite this code to use the existing TimestampUtils methods to match the working code in ResultSets. (jurka) Thanks to Ravi Periasmy. * fix Produce the timezone that we send to the server in the same format that we can parse. This is important for updatable ResultSets as we must be able to parse the format we produce. (jurka) Thanks to Leon Do. * fix Fix persistence of XA datasources. PGObjectFactory wasn't aware of PGXADataSource and can't be because of the requirements for different build versions. Add a new PGXADataSourceFactory to provide this functionality. (jurka) Thanks to Heikki Linnakangas. * fix Fix the error message generated by a CallableStatement not getting results that match the registered out parameters to report the correct parameter position. (jurka) * fix Interval formatting didn't work for negative seconds values greater than -1. It would format it as -.5, but interval input doesn't accept this, so write it as -0.5 instead. (jurka) * fix Allow updatable ResultSets to update arrays. (jurka) Thanks to Vasylenko. * fix In an error message reporting an unparseable timestamp value the code was trying to put the unparseable portion into the error message, but used the wrong variable to get the correct length. (jurka)
2008-01-07Updated databases/jdbc-postgresql82 to 507 from 504abs1-1/+2
2008-01-07Update databases/jdbc-postgresql82 to 507 from 504abs2-9/+9
Version 8.2-507 (2007-12-02) * fix When doing batch execution we can have multiple Parse and DescribeStatement messages on the wire at the same time. When we finally get around to collecting the DescribeStatement results we must check whether they still apply to the currently parsed query. Otherwise we'll overwrite our type information with stale data that will cause failures down the line. (jurka) Thanks to Eric Faulhaber. * fix CallableStatements with OUT parameters that get executed more than prepareThreshold times failed if clearParameters() was called in between executions. When we've hit the prepareThreshold, we no longer send Parse messages which invoke SimpleParameterList.getTypeOID which has side effects required to setup the parameters correctly. Add an explicit convertFunctionOutParameters method to do this work instead that we call in all execution paths. (jurka) Thanks to Ludovico Bianchini. * fix The driver was incorrectly parsing identifiers that had parts that look like dollar quotes. Things like a$b$c are valid identifiers, not dollar quotes. When determining if a $ we've found is a dollar quote start, look at the preceding character and see if it is a valid identifier part to determine if we're in the midst of an identifier or are starting a new token. (jurka) Thanks to Michael Paesold. * fix Multiple calls to XAConnection.getConnection within the same user transaction ended up restarting the transaction on the server side as a result of manipulating the autocommit state. When retrieving a Connection, we must pay attention to whether a user transaction is in progress when setting the autocommit state. (jurka) Thanks to Heikki Linnakangas. * fix Support NULL array elements. (jurka) Thanks to Christian Schröder. * fix Make code that parses queries for updateable resultsets aware of the ONLY clause. (jurka) Thanks to Oleg Vasylenko. * fix While custom type maps are not implemented, the code to detect the caller trying to use them threw a ClassCastException. Correctly detect the attempted use of custom types and bail out with a SQLException. (jurka) Version 8.2-506 (2007-07-31) * add Make setObject recognize a parameter of type java.lang.Byte. (jurka) Thanks to Boom Roos. * update Brazilian Portuguese translation update. (jurka) Thanks to Euler Taveira de Oliveira. * update Serbian translation updates. (jurka) Thanks to Bojan Skaljac. * fix Updatable ResultSets did not work when updating bytea data and then retrieving it because we send the data to the server in binary format, but the ResultSet was expecting to read it in text format. So we need to convert the data from binary to text format before stuffing it into the ResultSet. (jurka) Thanks to Mikko Tiihonen. * fix ResultSet.updateNClob(String, Reader) goes into an infinite loop. It really meant to call updateNClob(int, Reader), but was calling itself instead. (jurka) Thanks to Mikko Tiihonen. * fix Do escape processing on batch Statements prior to execution. This already worked for PreparedStatements, but not plain Statements. (jurka) Thanks to Hui Ye. * fix Don't return quotes around identifiers in the results of DatabaseMetaData.getIndexInfo even if they would require quoting in SQL. (jurka) Thanks to Andrei Badea. * fix When retrieving the columns of a function that returns a complex type, don't retrieve system columns (like xmin/xmax/...) that you'll find if the type is from a table. (jurka) * fix The previous fix to try and set a XA based Connection's autocommit property correctly didn't quite work. Calling XAConnection.getConnection set autocommit to true even if we already had a transaction in progress. (jurka) Thanks to Luca Ferrari, Heikki Linnakangas. * fix Error message was reporting the wrong parameter type value in the V3 protocol's SimpleParameterList implementation. (jurka) Thanks to Nathan Keynes. * fix Explicitly state which source level we are compiling. Newer versions of gij/gcj run a 1.5 VM, but default to a 1.4 source level compile which tricks up our build system. This still doens't fix the case of running with a newer VM than compiler, but I don't see what we can do about that. (jurka) Thanks to Tom Lane, Oliver Jowett. Version 8.2-505 (2007-04-18) * add Initial Serbian translation. (jurka) Thanks to Bojan Skaljac. * add Implement ResultSet.updateArray by simply mapping it to updateObject which now works for arrays. (jurka) * fix Statement.getTime, .getDate, and .getTimestamp methods which are passed a Calendar object were rotating the timezone in the wrong direction. Rewrite this code to use the existing TimestampUtils methods to match the working code in ResultSets. (jurka) Thanks to Ravi Periasmy. * fix Produce the timezone that we send to the server in the same format that we can parse. This is important for updatable ResultSets as we must be able to parse the format we produce. (jurka) Thanks to Leon Do. * fix Make Large Object handling work when the oid counter has exceeded Integer.MAX_VALUE by handling oids as longs. (jurka) * fix Fix persistence of XA datasources. PGObjectFactory wasn't aware of PGXADataSource and can't be because of the requirements for different build versions. Add a new PGXADataSourceFactory to provide this functionality. (jurka) Thanks to Heikki Linnakangas. * fix Fix the error message generated by a CallableStatement not getting results that match the registered out parameters to report the correct parameter position. (jurka) * fix Interval formatting didn't work for negative seconds values greater than -1. It would format it as -.5, but interval input doesn't accept this, so write it as -0.5 instead. (jurka) * fix Change DatabaseMetaData.getSearchStringEscape to always return "\\" instead of "\\\\". Previously it was assuming that it would be fed directly into a query and it needed to escape itself for the backend's input parser. This doesn't work for things like PreparedStatement parameters or DatabaseMetaData methods that take patterns. (jurka) Thanks to Valery Meshkov. * fix Allow updatable ResultSets to update arrays. (jurka) Thanks to Vasylenko. * fix In an error message reporting an unparseable timestamp value the code was trying to put the unparseable portion into the error message, but used the wrong variable to get the correct length. (jurka) * fix Parse timezones that have offsets in seconds. 8.2 servers now return this information so we must be able to handle it. (jurka)
2008-01-07+ ap-layout-5.0, asterisk-1.4.17, avidemux-2.4.0, deskbar-applet-2.20.3,wiz1-16/+29
devhelp-0.17, eog-2.20.4, evolution-2.12.3, evolution-data-server-1.12.3, evolution-exchange-2.12.3, gdm-2.20.3, gnome-applets-2.20.1, gnome-keyring-2.20.3, gtkhtml314-3.16.3, hylafax-5.2.1, ikiwiki-2.18, mednafen-0.8.7, nfdump-1.5.6 [pkg/37705], nmap-4.52, nxtvepg-2.8.0, orca-2.20.3, p5-IO-Zlib-1.09, rpm-5.0.0, seahorse-2.20.3, tcpdump-3.9.8, totem-2.20.3, vm-8.0.7.522 [pkg/37707], xchm-1.14, xterm-231.
2008-01-07Add 'audit-packages -F <file>' to process a list of packages/patternsadrianp2-200/+276
from a file. Update and sort options in the man page
2008-01-07Fix build on NetBSD < 4.0.ghen2-6/+6
2008-01-07Updated postgresql packagesadam1-1/+22
2008-01-07Changes 8.2.6:adam6-15/+21
This release contains a variety of fixes from 8.2.5, including fixes for significant security issues.
2008-01-07Changes 8.1.11:adam4-8/+14
This release contains a variety of fixes from 8.1.10, including fixes for significant security issues. This is the last 8.1.X release for which the PostgreSQL community will produce binary packages for Windows. Windows users are encouraged to move to 8.2.X or later, since there are Windows-specific fixes in 8.2.X that are impractical to back-port. 8.1.X will continue to be supported on other platforms.
2008-01-07Changes 8.0.15:adam4-8/+13
This release contains a variety of fixes from 8.0.14, including fixes for significant security issues. This is the last 8.0.X release for which the PostgreSQL community will produce binary packages for Windows. Windows users are encouraged to move to 8.2.X or later, since there are Windows-specific fixes in 8.2.X that are impractical to back-port. 8.0.X will continue to be supported on other platforms.
2008-01-07Update "sun-jre15" and "sun-jdk15" packages to vesion 5.0.14.tron2-11/+10
Changes since version 5.0.12: 6457444 doclet stddoclet javadoc does not create html file correctly in 5.0u6 6519085 hotspot compiler2 JVM crashes executing test suite of JavaDB (derby) 6321689 hotspot compiler2 Ideal_DU_postCCP not conservative enough 6565138 hotspot compiler2 1.5.0_10 64-Bit SIGBUS with ParallelGC in MarkSweep::MarkAndPushClosure::do_oop 6545719 hotspot garbage_collector Regression : Infinite GC occurs after fix in CR 6370163 6558100 hotspot garbage_collector CMS crash following parallel work queue overflow 6515362 hotspot runtime_system fix for 6374419 suppresses real error message from the linker 6528763 hotspot runtime_system VM crashes because of something related to LoaderConstraintEntry in 6.0 6546278 hotspot runtime_system Synchronization problem in the pseudo memory barrier code 6553303 idl orb Corba application fails w/ org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 203 completed: No 6543815 java classes_2d Imageable area of PageFormat is ignored if values of imageable X/Y are negative. 6480378 java classes_awt Backport 5065001, 6259348 and others to 5.0 update release 6577717 java classes_awt Textboxes don't work in applets under windows and linux 6562716 java classes_awt focus request queue is not updated when rejecting focus on EmbeddedFrame (win32) 6542420 java classes_awt A cross-platform ModalityListener interface should be provided in 1.5.0 6593729 java classes_io After failed file close, do not repeat the close operation. 6525425 java classes_lang (ref) heavy lock contention during object serialization on Solaris10/T2000 6206527 java classes_net "cannot assign address" when binding ServerSocket on Suse 9 6601686 java classes_net InetAddress.isReachable(timeout) may not return after timout milliseconds 6599750 java classes_net InetAddress.isReachable implementation not completely thread safe 6518816 java classes_net Reduce the memory foot print for HttpURLConnection 6520665 java classes_net NTLM Authentication not requested, throws null exception 6587875 java classes_net InetAddress.isReachable() will not work for super users with "large" process ids 6314370 java classes_net Nightly: Jaws hang on "Starting application..." window 6469580 java classes_security 1.5.0_08 JVM crashes in SignatureHandlerLibrary::add on Fujitsu Primepower platform 6418433 java classes_security org.ietf.jgss.Oid constructor accepts invalid values (and rejects valid values) 6570062 java classes_security Kerberos authentication regression 6543940 java classes_security Exception thrown when signing a jarfile in java 1.5 6512054 java classes_security SUBJECTDOMAINCOMBINER DOES NOT COMBINE CODE-BASED GRANTS IN JAAS MODE 6520101 java classes_swing FileChooser will cause OutOfMemory when application will run long time 4743558 java classes_text [BI] test/java/text/BreakIterator/BreakIteratorTest.java fails in th locale. 6483402 java classes_util_i18n (date) calling java.util.Date.toString() slows down subsequent calls to the class 6531591 java classes_util_i18n Currency update for Sudan 6538601 java classes_util_i18n Periodical timezone display name revision 6554586 java classes_util_i18n (tz) Support tzdata2007f 6611886 java classes_util_i18n (tz) support tzdata2007h 6571205 java classes_util_i18n Currency data changes for ISO 4217 Amendment 139 6570259 java classes_util_i18n Currency data changes for ISO 4217 Amendment 138 6531593 java classes_util_i18n Currency update for Iceland 5088563 java classes_util_regex Matcher.find throws StringIndexOutOfBoundsException if pattern is missing ']' 6464451 java compiler javac in 5.0ux can not compile try-catch block which has a lot of "return" 6557713 java imageio Java unable to convert from gif to png format 6579208 java install FamilyVersionSupport removed when installing jre-6u2-windows-i586-p.exe 6476329 java localization PIT: additional sentence needs to be translated for 6267625 6531255 java localization Need to update timezone display names for en_CA locale 6534678 java localization l10n of 6525138 6547501 java localization There should be a space before % sign in French locale 6454676 java serviceability Need -XX:+HeapDumpOnCtrlBreak to trigger heap dump on ctrl-break or ctrl-\ 6494472 java serviceability jmap -permstat fails with Out of swap because uses too much memory 6494722 java serviceability SA: jstack throws get_thread_regs failed for lwp debugger exception. 6431847 java tools Memory overflow in java launcher for Linux 6502051 java_deployment update jusched crash: buffer overrun 6503510 java_plugin iexplorer Crash occurs during verification of 5.0u10b02 6555628 java_plugin iexplorer Repeatedly open and close an applet freezes IE 6572147 java_plugin iexplorer Browser hang as an applet open and close repeatedly in 0.5-sec interval 6578895 java_plugin iexplorer NPE null pData general exeception occured as applet reloading repeatedly 6579743 java_plugin iexplorer Regression : Java Console pops up unexpectedly in 5.0u13-b01 6576321 java_plugin iexplorer Browser hang by a deadlock with open and close applet repeatedly 6522028 java_plugin iexplorer The print dialog moves the current IE frame to background 6530198 java_plugin misc 1.5.0_10 focus is not correctly returned to a JFrame 6586045 java_plugin misc browser crashes on an XP japanese machine with 6u5 deploy nightly build 6502568 java_plugin other request header has garbage characters when size of cookie is greater than 4k 6556044 java_plugin other JRE SSL Handshake error in jdk1.5.0 6373274 javawebstart download_engine Jar resources nested in JRE resources block are broken. 6465756 javawebstart jnlp_file cannot use CDATA xml tag within the jnlp <argument> tag 6265713 javawebstart jnlp_file Having a query string to a jnlp file negates the SingleInstanceService 6484661 javawebstart other cannot launch application offline if https is used 6354969 jaxp other Bug in XPathFactory.newInstance() method 6219364 jaxp sax com.SAXParserImpl.setProperty("feature",null) throws NullPointerException 6594813 jaxp sax XML Parsing differences 6236727 jaxp xslt XSLTC never stops resolving imported stylesheets when outer stylesheet is a DOMSource 6536120 jaxp xslt HTML serializer puts no space between public and system doctype 6490921 jaxp xslt The transformer API sometimes ignores the property org.xml.sax.driver 6467921 jce pkcs11_csp Backport SunPKCS11 to a Tiger update on 64 bit AMD Linux platform 6560218 jgss krb5plugin Problem with credentials from non-default realm 5053708 jndi dns DNS provider does not cleanup resources properly 6585239 jndi dns Regression: 2 DNS tests fail with JDK 5.0u13 b01 and pass with 5.0u12fcs 6358629 jsse runtime SSLSocket.close() and SSLSocket.read() deadlock 6447412 jsse runtime Issue with socket.close() for ssl sockets when poweroff on other system 6585736 java classes_security Add GlobalSign root certificates to JDK/JRE 6595137 java classes_util_i18n (tz) support tzdata2007g The x86_64 changes were done by Takahiro Kambe.
2008-01-07Note update of the "sun-jre15" and "sun-jdk15" packages to version 5.0.14.tron1-1/+3
2008-01-07Update "sun-jre15" and "sun-jdk15" packages to vesion 5.0.14.tron4-13/+15
Changes since version 5.0.12: 6457444 doclet stddoclet javadoc does not create html file correctly in 5.0u6 6519085 hotspot compiler2 JVM crashes executing test suite of JavaDB (derby) 6321689 hotspot compiler2 Ideal_DU_postCCP not conservative enough 6565138 hotspot compiler2 1.5.0_10 64-Bit SIGBUS with ParallelGC in MarkSweep::MarkAndPushClosure::do_oop 6545719 hotspot garbage_collector Regression : Infinite GC occurs after fix in CR 6370163 6558100 hotspot garbage_collector CMS crash following parallel work queue overflow 6515362 hotspot runtime_system fix for 6374419 suppresses real error message from the linker 6528763 hotspot runtime_system VM crashes because of something related to LoaderConstraintEntry in 6.0 6546278 hotspot runtime_system Synchronization problem in the pseudo memory barrier code 6553303 idl orb Corba application fails w/ org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 203 completed: No 6543815 java classes_2d Imageable area of PageFormat is ignored if values of imageable X/Y are negative. 6480378 java classes_awt Backport 5065001, 6259348 and others to 5.0 update release 6577717 java classes_awt Textboxes don't work in applets under windows and linux 6562716 java classes_awt focus request queue is not updated when rejecting focus on EmbeddedFrame (win32) 6542420 java classes_awt A cross-platform ModalityListener interface should be provided in 1.5.0 6593729 java classes_io After failed file close, do not repeat the close operation. 6525425 java classes_lang (ref) heavy lock contention during object serialization on Solaris10/T2000 6206527 java classes_net "cannot assign address" when binding ServerSocket on Suse 9 6601686 java classes_net InetAddress.isReachable(timeout) may not return after timout milliseconds 6599750 java classes_net InetAddress.isReachable implementation not completely thread safe 6518816 java classes_net Reduce the memory foot print for HttpURLConnection 6520665 java classes_net NTLM Authentication not requested, throws null exception 6587875 java classes_net InetAddress.isReachable() will not work for super users with "large" process ids 6314370 java classes_net Nightly: Jaws hang on "Starting application..." window 6469580 java classes_security 1.5.0_08 JVM crashes in SignatureHandlerLibrary::add on Fujitsu Primepower platform 6418433 java classes_security org.ietf.jgss.Oid constructor accepts invalid values (and rejects valid values) 6570062 java classes_security Kerberos authentication regression 6543940 java classes_security Exception thrown when signing a jarfile in java 1.5 6512054 java classes_security SUBJECTDOMAINCOMBINER DOES NOT COMBINE CODE-BASED GRANTS IN JAAS MODE 6520101 java classes_swing FileChooser will cause OutOfMemory when application will run long time 4743558 java classes_text [BI] test/java/text/BreakIterator/BreakIteratorTest.java fails in th locale. 6483402 java classes_util_i18n (date) calling java.util.Date.toString() slows down subsequent calls to the class 6531591 java classes_util_i18n Currency update for Sudan 6538601 java classes_util_i18n Periodical timezone display name revision 6554586 java classes_util_i18n (tz) Support tzdata2007f 6611886 java classes_util_i18n (tz) support tzdata2007h 6571205 java classes_util_i18n Currency data changes for ISO 4217 Amendment 139 6570259 java classes_util_i18n Currency data changes for ISO 4217 Amendment 138 6531593 java classes_util_i18n Currency update for Iceland 5088563 java classes_util_regex Matcher.find throws StringIndexOutOfBoundsException if pattern is missing ']' 6464451 java compiler javac in 5.0ux can not compile try-catch block which has a lot of "return" 6557713 java imageio Java unable to convert from gif to png format 6579208 java install FamilyVersionSupport removed when installing jre-6u2-windows-i586-p.exe 6476329 java localization PIT: additional sentence needs to be translated for 6267625 6531255 java localization Need to update timezone display names for en_CA locale 6534678 java localization l10n of 6525138 6547501 java localization There should be a space before % sign in French locale 6454676 java serviceability Need -XX:+HeapDumpOnCtrlBreak to trigger heap dump on ctrl-break or ctrl-\ 6494472 java serviceability jmap -permstat fails with Out of swap because uses too much memory 6494722 java serviceability SA: jstack throws get_thread_regs failed for lwp debugger exception. 6431847 java tools Memory overflow in java launcher for Linux 6502051 java_deployment update jusched crash: buffer overrun 6503510 java_plugin iexplorer Crash occurs during verification of 5.0u10b02 6555628 java_plugin iexplorer Repeatedly open and close an applet freezes IE 6572147 java_plugin iexplorer Browser hang as an applet open and close repeatedly in 0.5-sec interval 6578895 java_plugin iexplorer NPE null pData general exeception occured as applet reloading repeatedly 6579743 java_plugin iexplorer Regression : Java Console pops up unexpectedly in 5.0u13-b01 6576321 java_plugin iexplorer Browser hang by a deadlock with open and close applet repeatedly 6522028 java_plugin iexplorer The print dialog moves the current IE frame to background 6530198 java_plugin misc 1.5.0_10 focus is not correctly returned to a JFrame 6586045 java_plugin misc browser crashes on an XP japanese machine with 6u5 deploy nightly build 6502568 java_plugin other request header has garbage characters when size of cookie is greater than 4k 6556044 java_plugin other JRE SSL Handshake error in jdk1.5.0 6373274 javawebstart download_engine Jar resources nested in JRE resources block are broken. 6465756 javawebstart jnlp_file cannot use CDATA xml tag within the jnlp <argument> tag 6265713 javawebstart jnlp_file Having a query string to a jnlp file negates the SingleInstanceService 6484661 javawebstart other cannot launch application offline if https is used 6354969 jaxp other Bug in XPathFactory.newInstance() method 6219364 jaxp sax com.SAXParserImpl.setProperty("feature",null) throws NullPointerException 6594813 jaxp sax XML Parsing differences 6236727 jaxp xslt XSLTC never stops resolving imported stylesheets when outer stylesheet is a DOMSource 6536120 jaxp xslt HTML serializer puts no space between public and system doctype 6490921 jaxp xslt The transformer API sometimes ignores the property org.xml.sax.driver 6467921 jce pkcs11_csp Backport SunPKCS11 to a Tiger update on 64 bit AMD Linux platform 6560218 jgss krb5plugin Problem with credentials from non-default realm 5053708 jndi dns DNS provider does not cleanup resources properly 6585239 jndi dns Regression: 2 DNS tests fail with JDK 5.0u13 b01 and pass with 5.0u12fcs 6358629 jsse runtime SSLSocket.close() and SSLSocket.read() deadlock 6447412 jsse runtime Issue with socket.close() for ssl sockets when poweroff on other system 6585736 java classes_security Add GlobalSign root certificates to JDK/JRE 6595137 java classes_util_i18n (tz) support tzdata2007g The x86_64 changes were done by Takahiro Kambe.
2008-01-07Supports DESTDIR.joerg1-1/+3
2008-01-07This works with jdk15 and jdk6, too - no need for an ancient JDKhubertf1-2/+2
2008-01-07fix CVE-2007-4974 (buffer overflow), patch from Gentoodrochner3-3/+44
bump PKGREVISION
2008-01-07Fix builtin.mk logic for thread feature if no native OpenSSL exists.joerg1-2/+3
Fixes PR pkg/37699 from Aleksey Cheusov.
2008-01-07fix bug in AutNumSelector::AutNumSelector reported byspz3-3/+20
Matthew Moyle-Croft <mmc@mmc.com.au>
2008-01-07Unbreak build of a lot of X11 packages on systems which use native X11tron7-49/+7
(e.g. NetBSD with bundled XFree86). Checking whether "X11_TYPE" is "xorg" is obsolete and *not* equivalent to checking whether we are not using modular X.org.
2008-01-07Use yasm on i386 as well. From Matthias Drochner.joerg3-8/+13