Skip to content

Commit

Permalink
Item12285: Better fix
Browse files Browse the repository at this point in the history
Don't use references, they are not required.

Sync up the Patch contrib to the newest version.

git-svn-id: http://svn.foswiki.org/trunk/PatchItem12285Contrib@16189 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Dec 11, 2012
1 parent 76f8e3a commit 835bf1f
Show file tree
Hide file tree
Showing 3 changed files with 248 additions and 43 deletions.
3 changes: 3 additions & 0 deletions data/System/PatchItem12285Contrib.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ There is no "dependency order" established between patches. Patches are install

Patches will be mapped from the default Foswiki filename to the directory location used on the target system.

Note: This extension was re-released with a slightly different patch. The previous fix works fine, but escaped more than was required. The new version will re-apply the patch regardless of whether or not the old version was applied.


---++ Installation
%$INSTALL_INSTRUCTIONS%
Expand All @@ -43,6 +45,7 @@ Patches will be mapped from the default Foswiki filename to the directory locati
| Dependencies: | %$DEPENDENCIES% |
| Version: | %$VERSION% |
| Change History: | <!-- versions below in reverse order -->&nbsp; |
| 1.2 (10 Dec 2012) | Reissue with different fix. |
| 1.1 (10 Dec 2012) | Minor changes |
| 1.0 (10 Dec 2012) | Initial version |
| Home: | http://foswiki.org/Extensions/%TOPIC% |
Expand Down
4 changes: 2 additions & 2 deletions lib/Foswiki/Contrib/PatchItem12285Contrib.pm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use warnings;
# *must* exist in this package. This should always be in the format
# $Rev$ so that Foswiki can determine the checked-in status of the
# extension.
our $VERSION = '1.1';
our $VERSION = '1.2';

# $RELEASE is used in the "Find More Extensions" automation in configure.
# It is a manually maintained string used to identify functionality steps.
Expand All @@ -31,7 +31,7 @@ our $VERSION = '1.1';
# date - a date in 1 Jun 2009 format. Three letter English month names only.
# Note: it's important that this string is exactly the same in the extension
# topic - if you use %$RELEASE% with BuildContrib this is done automatically.
our $RELEASE = '1.1';
our $RELEASE = '1.2';

our $SHORTDESCRIPTION = 'Patch a critical vulnerability in Locale::Maketext.';

Expand Down

0 comments on commit 835bf1f

Please sign in to comment.