[Rt-commit] rt branch, 4.2/update-jsmin.c, created. rt-4.1.6-406-g879bf48

Alex Vandiver alexmv at bestpractical.com
Tue Apr 2 02:04:43 EDT 2013


The branch, 4.2/update-jsmin.c has been created
        at  879bf4849477671732b0e03f8a0a9312e9f49ae8 (commit)

- Log -----------------------------------------------------------------
commit 879bf4849477671732b0e03f8a0a9312e9f49ae8
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Tue Apr 2 02:01:46 2013 -0400

    Update jsmin to fix minification bugs
    
    Updates in ckeditor and jquery exposed bugs in the version of 2011-01-22
    version of jsmin which 'make jsmin' installed.  Bump to the most recent
    version, which generates JS which is not made of compilation errors.

diff --git a/Makefile.in b/Makefile.in
index 092c76d..29a2b12 100755
--- a/Makefile.in
+++ b/Makefile.in
@@ -542,8 +542,8 @@ vessel-import: build-snapshot
      --skip cpan-capitalization,cpan-mod_perl,cpan-Encode,cpan-PPI,cpan-Test-Exception-LessClever,cpan-Test-Manifest,cpan-Test-Object,cpan-Test-Pod,cpan-Test-Requires,cpan-Test-SubCalls,cpan-Test-cpan-Tester,cpan-Test-Warn --skip-all-recommends
 	mv $(VESSEL)/scripts/RT/build  $(VESSEL)/scripts/RT/build.pl
 
-JSMIN_URL = http://download.bestpractical.com/mirror/jsmin-2011-01-22.c
-JSMIN_SHA = 8a6b3b980a52c028eb73aee4a82ebe060c1ee854
+JSMIN_URL = http://download.bestpractical.com/mirror/jsmin-2013-03-29.c
+JSMIN_SHA = 67dc8d73a8878f88cdaeb1a86775872eae5c3077
 
 jsmin: jsmin-checkcc jsmin-fetch jsmin-verify jsmin-confirm jsmin-build jsmin-install
 	@echo ""

-----------------------------------------------------------------------


More information about the Rt-commit mailing list