Next | Query returned 66 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2010-02-10 18:42:33 by Joerg Sonnenberger | Files touched by this commit (54) | Package removed
Log message:
Retire jdk, jdk-openjit, sun-jdk14, sun-jdk15, sun-jre14, sun-jre15.
   2009-06-25 13:43:41 by OBATA Akio | Files touched by this commit (5) | Package updated
Log message:
Update sun-{jre,jdk}14 to 2.19, a.k.a. 1.4.2_19.

Changes in 1.4.2_19

 The full internal version number for this update release is 1.4.2_19-b04 (where
 "b" means "build"). The external version number is 1.4.2_19.

 OlsonData 2008i

  This release contains Olson time zone data version 2008i. For more information,
  refer to Timezone Data Versions in the JRE Software .

 Root Certificates Included

  Root Certificates are included in this release. The following root
  certificates have been added:

    * Camerfirma root certificates
    * T-systems root CA certificate (Deutsche Telekom Root CA 2)

 Bug Fixes

  This release contains fixes for one or more security vulnerabilities. For more
  information, please see Sun Alerts 244986, 244987, 244988, 244990, 244991,
  245246, 246266, 246346, 246386, and 246387.

 Other bug fixes are listed in the following URL:
  http://java.sun.com/j2se/1.4.2/ReleaseNotes.html#142_19

Changes in 1.4.2_18

 The full internal version number for this update release is 1.4.2_18-b06 (where
 "b" means "build"). The external version number is 1.4.2_18.

 OlsonData 2008b

  This release contains Olson time zone data version 2008b. For more information,
  refer to 6679340 or to US DST Timezone Updater.

 Bug Fixes

  This release contains fixes for one or more security vulnerabilities. For more
  information, please see Sun Alerts 238666, 238905, 238967, and 238968.

 Other bug fixes are listed in the following URL:
  http://java.sun.com/j2se/1.4.2/ReleaseNotes.html#142_18
   2009-06-14 20:03:45 by Joerg Sonnenberger | Files touched by this commit (167)
Log message:
Remove @dirrm entries from PLISTs
   2009-05-19 10:59:39 by Thomas Klausner | Files touched by this commit (383)
Log message:
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2008-03-05 22:50:22 by Tobias Nygren | Files touched by this commit (5) | Package updated
Log message:
Update to 1.4.2 Update 17. Security update that fixes multiple recently
reported vulnerabilities.
* http://java.sun.com/j2se/1.4.2/ReleaseNotes.html#142_17
   2008-01-21 02:39:02 by Tobias Nygren | Files touched by this commit (5)
Log message:
- Update to sun-jdk14-2.16 and sun-jre14-2.16.
    Update 16 adds a GlobalSign root certificate.
    Update 15 is a bugfix release, see
      http://java.sun.com/j2se/1.4.2/ReleaseNotes.html#142_15
- Add the appropriate license files.
   2007-08-22 16:49:25 by Johnny C. Lam | Files touched by this commit (10)
Log message:
Don't bother stating that we need COMPAT_LINUX, as the packages we
depend upon to supply the Linux shared libraries already tell the user
this.  The JDK packages also depend on the corresponding JRE package,
so they don't need to show the same message -- keep the message with
the JRE packages instead.
   2007-08-22 16:03:49 by Johnny C. Lam | Files touched by this commit (12)
Log message:
Fix error that happened during conversion to the emulator framework:
the Sun JDK/JRE packages require the "compat" Linux module, so make
that a hard requirement in EMUL_MODULES.linux.

Bump the PKGREVISION for sun-{jdk,jre}{13,14,15,6}.
   2007-07-29 07:20:04 by Johnny C. Lam | Files touched by this commit (427) | Package updated
Log message:
* Add new emulator framework in pkgsrc/mk/emulator that handles all
  binary-only packages that require binary "emulation" on the native
  operating system.  Please see pkgsrc/mk/emulator/README for more
  details.

* Teach the plist framework to automatically use any existing
  PLIST.${EMUL_PLATFORM} as part of the default PLIST_SRC definition.

* Convert all of the binary-only packages in pkgsrc to use the
  emulator framework.  Most of them have been tested to install and
  deinstall correctly.  This involves the following cleanup actions:

    * Remove use of custom PLIST code and use PLIST.${EMUL_PLATFORM}
      more consistently.

    * Simplify packages by using default INSTALL and DEINSTALL scripts
      instead of custom INSTALL/DEINSTALL code.

    * Remove "SUSE_COMPAT32" and "PKG_OPTIONS.suse" from pkgsrc.
      Packages only need to state exactly which emulations they support,
      and the framework handles any i386-on-x86_64 or sparc-on-sparc64
      uses.

    * Remove "USE_NATIVE_LINUX" from pkgsrc.  The framework will
      automatically detect when the package is installing on Linux.

  Specific changes to packages include:

    * Bump the PKGREVISIONs for all of the suse100* and suse91* packages
      due to changes in the +INSTALL/+DEINSTALL scripts used in all
      of the packages.

    * Remove pkgsrc/emulators/suse_linux, which is unused by any
      packages.

    * cad/lc -- remove custom code to create the distinfo file for
	all supported platforms; just use "emul-fetch" and \ 
"emul-distinfo"
	instead.

    * lang/Cg-compiler -- install the shared libraries under ${EMULDIR}
	instead of ${PREFIX}/lib so that compiled programs will find
	the shared libraries.

    * mail/thunderbird-bin-nightly -- update to latest binary
	distributions for supported platforms.

    * multimedia/ns-flash -- update Linux version to 9.0.48 as the
	older version is no longer available for interactive fetch.

    * security/uvscan -- set LD_LIBRARY_PATH explicitly so that
	it's not necessary to install library symlinks into
	${EMULDIR}/usr/local/lib.

    * www/firefox-bin-flash -- update Linux version to 9.0.48 as the
	older version is no longer available for interactive fetch.

Next | Query returned 66 messages, browsing 1 to 10 | Previous