aboutsummaryrefslogtreecommitdiff
path: root/german
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2012-07-29 09:58:08 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2012-07-29 09:58:08 +0000
commitdc09050fa308cbce682eea42e1f1a8589f32d20b (patch)
treed9498eb684639fc644ca6ea28bab2f968b631a0a /german
parentc75a54293871fc84978f2c6755f4b06253c6982b (diff)
downloadports-dc09050fa308cbce682eea42e1f1a8589f32d20b.tar.gz
ports-dc09050fa308cbce682eea42e1f1a8589f32d20b.zip
- update to official release (just published)
Notes
Notes: svn path=/head/; revision=301682
Diffstat (limited to 'german')
-rw-r--r--german/bugzilla/Makefile10
-rw-r--r--german/bugzilla/distinfo4
-rw-r--r--german/bugzilla/files/patch-de__default__global__confirm-user-match.html.tmpl24
-rw-r--r--german/bugzilla/files/patch_405-40728
-rw-r--r--german/bugzilla42/Makefile9
-rw-r--r--german/bugzilla42/distinfo4
-rw-r--r--german/bugzilla42/files/patch_421-422193
7 files changed, 6 insertions, 266 deletions
diff --git a/german/bugzilla/Makefile b/german/bugzilla/Makefile
index 9824eac7c3b2..79a884acf1d4 100644
--- a/german/bugzilla/Makefile
+++ b/german/bugzilla/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= bugzilla
-PORTVERSION= 4.0.5
-PORTREVISION= 3
+PORTVERSION= 4.0.7
CATEGORIES= german
MASTER_SITES= SF
MASTER_SITE_SUBDIR=bugzilla-de/${PORTVERSION:R}/${PORTVERSION}
@@ -26,13 +25,6 @@ NO_WRKSUBDIR= yes
LANGDIR= ${WWWDIR}/template/de
-# german template checks the bugzilla version number and displays
-# non supported bugzilla version, however there are no relevant
-# changes in the templates between 4.0.5 and 4.0.7
-post-patch:
- @${SED} -i '' -e 's|4.0.5|4.0.7|' ${WRKDIR}/de/default/global/gzversion.html.tmpl
- @${FIND} ${WRKDIR}/ -name \*.orig -delete
-
do-install:
@-${MKDIR} ${LANGDIR}
@(cd ${WRKSRC}/de && ${COPYTREE_SHARE} . ${LANGDIR})
diff --git a/german/bugzilla/distinfo b/german/bugzilla/distinfo
index 0903b4ed35ca..ab829af6cf93 100644
--- a/german/bugzilla/distinfo
+++ b/german/bugzilla/distinfo
@@ -1,2 +1,2 @@
-SHA256 (bugzilla/germzilla-4.0.5-1.utf-8.tar.gz) = 4bb1b085e040eef4cef0612104cc7a03bb8db48f309644d69e6a716b5407572a
-SIZE (bugzilla/germzilla-4.0.5-1.utf-8.tar.gz) = 264181
+SHA256 (bugzilla/germzilla-4.0.7-1.utf-8.tar.gz) = e0d328ff19a19f8644ca906420358cd05ed58988344603ad94693d1d62fb3bab
+SIZE (bugzilla/germzilla-4.0.7-1.utf-8.tar.gz) = 264194
diff --git a/german/bugzilla/files/patch-de__default__global__confirm-user-match.html.tmpl b/german/bugzilla/files/patch-de__default__global__confirm-user-match.html.tmpl
deleted file mode 100644
index 2d350c260e74..000000000000
--- a/german/bugzilla/files/patch-de__default__global__confirm-user-match.html.tmpl
+++ /dev/null
@@ -1,24 +0,0 @@
---- ./de/default/global/confirm-user-match.html.tmpl.orig 2012-07-27 21:42:53.000000000 +0200
-+++ ./de/default/global/confirm-user-match.html.tmpl 2012-07-27 21:44:33.000000000 +0200
-@@ -159,8 +159,6 @@
- [% ELSE %]
- passte zu
- <b>[% query.value.users.0.identity FILTER html %]</b>
-- <input type="hidden" name="[% field.key FILTER html %]"
-- value="[% query.value.users.0.login FILTER html %]">
- [% END %]
- [% ELSE %]
- [% IF (query.key.length < 3) && !Param('emailsuffix') %]
-@@ -186,8 +184,10 @@
-
- [% IF matchsuccess == 1 %]
-
-- [% SET exclude_these =
-- matches.keys.merge(['Bugzilla_login', 'Bugzilla_password']) %]
-+ [% SET exclude_these = ['Bugzilla_login', 'Bugzilla_password'] %]
-+ [% FOREACH key IN matches.keys %]
-+ [% exclude_these.push(key) IF cgi.param(key) == '' %]
-+ [% END %]
- [% SET exclude = '^' _ exclude_these.join('|') _ '$' %]
- [% PROCESS "global/hidden-fields.html.tmpl" exclude = exclude %]
-
diff --git a/german/bugzilla/files/patch_405-407 b/german/bugzilla/files/patch_405-407
deleted file mode 100644
index 14da1494dbe5..000000000000
--- a/german/bugzilla/files/patch_405-407
+++ /dev/null
@@ -1,28 +0,0 @@
-====================================================
-This patch is fix security issues in the german
-bugzilla language templates (4.0.5 -> 4.0.7)
-
---- ./de/default/global/confirm-user-match.html.tmpl.orig 2012-07-27 21:42:53.000000000 +0200
-+++ ./de/default/global/confirm-user-match.html.tmpl 2012-07-27 21:44:33.000000000 +0200
-@@ -159,8 +159,6 @@
- [% ELSE %]
- passte zu
- <b>[% query.value.users.0.identity FILTER html %]</b>
-- <input type="hidden" name="[% field.key FILTER html %]"
-- value="[% query.value.users.0.login FILTER html %]">
- [% END %]
- [% ELSE %]
- [% IF (query.key.length < 3) && !Param('emailsuffix') %]
-@@ -186,8 +184,10 @@
-
- [% IF matchsuccess == 1 %]
-
-- [% SET exclude_these =
-- matches.keys.merge(['Bugzilla_login', 'Bugzilla_password']) %]
-+ [% SET exclude_these = ['Bugzilla_login', 'Bugzilla_password'] %]
-+ [% FOREACH key IN matches.keys %]
-+ [% exclude_these.push(key) IF cgi.param(key) == '' %]
-+ [% END %]
- [% SET exclude = '^' _ exclude_these.join('|') _ '$' %]
- [% PROCESS "global/hidden-fields.html.tmpl" exclude = exclude %]
-
diff --git a/german/bugzilla42/Makefile b/german/bugzilla42/Makefile
index 1c1668ce442b..34121eeb3e8c 100644
--- a/german/bugzilla42/Makefile
+++ b/german/bugzilla42/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= bugzilla
-PORTVERSION= 4.2.1
-PORTREVISION= 1
+PORTVERSION= 4.2.2
CATEGORIES= german
MASTER_SITES= SF
MASTER_SITE_SUBDIR=bugzilla-de/${PORTVERSION:R}/${PORTVERSION}
@@ -26,12 +25,6 @@ NO_WRKSUBDIR= yes
LANGDIR= ${WWWDIR}/template/de
-# german template checks the bugzilla version number and displays
-# non supported bugzilla version.
-post-patch:
- @${SED} -i '' -e 's|4.2.1|4.2.2|' ${WRKDIR}/de/default/global/gzversion.html.tmpl
- @${FIND} ${WRKDIR}/ -name \*.orig -delete
-
do-install:
@-${MKDIR} ${LANGDIR}
@(cd ${WRKSRC}/de && ${COPYTREE_SHARE} . ${LANGDIR})
diff --git a/german/bugzilla42/distinfo b/german/bugzilla42/distinfo
index 23c1838ff0e3..25540a2ae22f 100644
--- a/german/bugzilla42/distinfo
+++ b/german/bugzilla42/distinfo
@@ -1,2 +1,2 @@
-SHA256 (bugzilla/germzilla-4.2.1-1.utf-8.tar.gz) = 26e10c32bcdb53b9a3c8d33fca3d2e51c09a3f0e3b1393c66d86a48ed1c772d4
-SIZE (bugzilla/germzilla-4.2.1-1.utf-8.tar.gz) = 270855
+SHA256 (bugzilla/germzilla-4.2.2-1.utf-8.tar.gz) = 952942c2d7cb176bd4a21d8163b66e8b3bf01e114952f1a2ae8616aec8924881
+SIZE (bugzilla/germzilla-4.2.2-1.utf-8.tar.gz) = 271098
diff --git a/german/bugzilla42/files/patch_421-422 b/german/bugzilla42/files/patch_421-422
deleted file mode 100644
index 5c5976b56dff..000000000000
--- a/german/bugzilla42/files/patch_421-422
+++ /dev/null
@@ -1,193 +0,0 @@
-====================================================
-This patch is fix security issues in the german
-bugzilla language templates (4.2.1 -> 4.2.2)
-
---- ./de/default/admin/params/editparams.html.tmpl.orig 2012-07-28 11:54:15.000000000 +0200
-+++ ./de/default/admin/params/editparams.html.tmpl 2012-07-28 11:55:48.000000000 +0200
-@@ -95,7 +95,7 @@
- [% ELSE %]
-
- <div class="contribute"><strong>Hinweis:</strong>
-- [%+ terms.Bugzilla %] wird ausschließlich ehrenamtlich
-+ B[% %]ugzilla wird ausschließlich ehrenamtlich
- weiterentwickelt.
- Die beste Weise, dem Projekt zu helfen, ist,
- <a href="http://www.bugzilla.org/contribute/">selbst beizutragen</a>!
---- ./de/default/bug/dependency-tree.html.tmpl.orig 2012-07-28 11:27:44.000000000 +0200
-+++ ./de/default/bug/dependency-tree.html.tmpl 2012-07-28 11:50:21.000000000 +0200
-@@ -85,13 +85,28 @@
- [% END %]
- </h3>
- [% IF ids.size %]
-- ([% IF maxdepth -%]Bis Tiefe [% maxdepth %] | [% END -%]
-- [%%]<a href="buglist.cgi?bug_id=[% ids.join(",") %]">Als
-- [%+ terms.bug %]liste anzeigen</a>
-+ [%# 27 chars is the length of buglist.cgi?tweak=&bug_id=" %]
-+ [% use_post = (ids.join(",").length > constants.CGI_URI_LIMIT - 27 ) ? 1 : 0 %]
-+ [% IF use_post %]
-+ <form action="buglist.cgi" method="post">
-+ <input type="hidden" name="bug_id" value="[% ids.join(",") %]">
-+ [% END %]
-+
-+ [% IF maxdepth -%]Up to [% maxdepth %] level[% "s" IF maxdepth > 1 %] deep | [% END -%]
-+ [% IF use_post %]
-+ <button>view as [% terms.bug %] list</button>
-+ [% IF user.in_group('editbugs') && ids.size > 1 %]
-+ | <button type="submit" name="tweak" value="1">change several</button>
-+ [% END %]
-+ </form>
-+ [% ELSE %]
-+ [%%]<a href="buglist.cgi?bug_id=[% ids.join(",") %]">Als [%+ terms.bug %]liste anzeigen</a>
- [% IF user.in_group('editbugs') && ids.size > 1 %]
- | <a href="buglist.cgi?bug_id=[% ids.join(",") %]&amp;tweak=1">Mehrere
- [% terms.bugs %] gleichzeitig ändern</a>
-- [% END %])
-+ [% END %]
-+ [% END %]
-+
- <ul class="tree">
- [% INCLUDE display_tree tree=$tree_name %]
- </ul>
---- ./de/default/email/bugmail.html.tmpl.orig 2012-07-28 11:01:28.000000000 +0200
-+++ ./de/default/email/bugmail.html.tmpl 2012-07-28 11:26:34.000000000 +0200
-@@ -33,11 +33,12 @@
- [% FOREACH comment = new_comments.reverse %]
- <div>
- [% IF comment.count %]
-- <b>[% "Kommentar ${comment.count}" FILTER bug_link( bug,
-- {comment_num => comment.count, full_url => 1}) FILTER none %]
-+ <b>[% "Kommentar # ${comment.count}" FILTER bug_link(bug,
-+ {comment_num => comment.count, full_url => 1, user => to_user}) FILTER none %]
-+ on [% "$terms.bug $bug.id" FILTER bug_link(bug, { full_url => 1, user => to_user }) FILTER none %]
- von [% INCLUDE global/user.html.tmpl who = comment.author %]</b>
- [% END %]
-- <pre>[% comment.body_full({ wrap => 1 }) FILTER quoteUrls(bug, comment) %]</pre>
-+ <pre>[% comment.body_full({ wrap => 1 }) FILTER quoteUrls(bug, comment, to_user) %]</pre>
- </div>
- [% END %]
- </p>
-@@ -70,13 +71,14 @@
- [% SET in_table = 0 %]
- [% END %]
- [% IF change.blocker %]
-- [% "${terms.Bug} ${bug.id}" FILTER bug_link(bug, full_url => 1) FILTER none %]
-- hängt von [% "${terms.bug_dat} ${change.blocker.id}"
-- FILTER bug_link(change.blocker, full_url => 1) FILTER none %]
-+ [% "${terms.Bug} ${bug.id}" FILTER bug_link(bug, {full_url => 1, user => to_user}) FILTER none %]
-+ hängt von
-+ [%+ "${terms.bug} ${change.blocker.id}"
-+ FILTER bug_link(change.blocker, {full_url => 1, user => to_user}) FILTER none %],
- ab, dessen Status sich geändert hat.
- [% ELSE %]
-- Änderung von [% INCLUDE global/user.html.tmpl who = change.who %]
-- an [% "${terms.bug_dat} ${bug.id}" FILTER bug_link(bug, full_url => 1) FILTER none %]:
-+ Änderung von [% INCLUDE global/user.html.tmpl who = change.who %] an
-+ [%+ "${terms.bug} ${bug.id}" FILTER bug_link(bug, {full_url => 1, user => to_user}) FILTER none %]
- [% END %]
- <br>
- [% IF in_table == 0 %]
-@@ -100,7 +102,7 @@
- <th>[% field_label FILTER html %]</th>
- <td>
- [% IF change.field_name == "bug_id" %]
-- [% new_value FILTER bug_link(bug, full_url => 1) FILTER none %]
-+ [% new_value FILTER bug_link(bug, {full_url => 1, user => to_user}) FILTER none %]
- [% ELSE %]
- [% new_value FILTER html %]
- [% END %]
---- ./de/default/global/code-error.html.tmpl.orig 2012-07-28 10:57:03.000000000 +0200
-+++ ./de/default/global/code-error.html.tmpl 2012-07-28 10:59:39.000000000 +0200
-@@ -500,6 +500,10 @@
- [% ELSIF error == "invalid_post_bug_submit_action" %]
- Ungültige Einstellung für post_bug_submit_action.
-
-+ [% ELSIF error == "search_field_operator_unsupported" %]
-+ [% terms.Bugzilla %] does not support the search type
-+ "[% operator FILTER html %]".
-+
- [% ELSE %]
- [%# Try to find hooked error messages %]
- [% error_message = Hook.process("errors") %]
---- ./de/default/global/confirm-user-match.html.tmpl.orig 2012-07-28 10:52:48.000000000 +0200
-+++ ./de/default/global/confirm-user-match.html.tmpl 2012-07-28 10:56:09.000000000 +0200
-@@ -159,8 +159,6 @@
- [% ELSE %]
- passte zu
- <b>[% query.value.users.0.identity FILTER html %]</b>
-- <input type="hidden" name="[% field.key FILTER html %]"
-- value="[% query.value.users.0.login FILTER html %]">
- [% END %]
- [% ELSE %]
- [% IF (query.key.length < 3) && !Param('emailsuffix') %]
-@@ -186,8 +184,10 @@
-
- [% IF matchsuccess == 1 %]
-
-- [% SET exclude_these =
-- matches.keys.merge(['Bugzilla_login', 'Bugzilla_password']) %]
-+ [% SET exclude_these = ['Bugzilla_login', 'Bugzilla_password'] %]
-+ [% FOREACH key IN matches.keys %]
-+ [% exclude_these.push(key) IF cgi.param(key) == '' %]
-+ [% END %]
- [% SET exclude = '^' _ exclude_these.join('|') _ '$' %]
- [% PROCESS "global/hidden-fields.html.tmpl" exclude = exclude %]
-
---- ./de/default/list/server-push.html.tmpl.orig 2012-07-28 10:49:41.000000000 +0200
-+++ ./de/default/list/server-push.html.tmpl 2012-07-28 10:51:31.000000000 +0200
-@@ -36,15 +36,10 @@
- die Arbeit der Datenbank ab…</h1>
-
- [% IF debug %]
-- <p>
-- [% FOREACH debugline = debugdata %]
-- <code>[% debugline FILTER html %]</code><br>
-+ <p>[% query FILTER html %]</p>
-+ [% IF query_explain.defined %]
-+ <pre>[% query_explain FILTER html %]</pre>
- [% END %]
-- </p>
-- <p>
-- <code>[% query FILTER html %]</code>
-- </p>
- [% END %]
--
- </body>
- </html>
---- ./de/default/search/knob.html.tmpl.orig 2012-07-28 09:42:38.000000000 +0200
-+++ ./de/default/search/knob.html.tmpl 2012-07-28 09:47:28.000000000 +0200
-@@ -42,6 +42,9 @@
- "Last Changed" => "Zeitpunkt der letzten Änderung" } %]
-
- <input type="hidden" name="cmdtype" value="doit">
-+[% IF user.id %]
-+ <input type="hidden" name="token" value="[% issue_hash_token(['searchknob']) FILTER html %]">
-+[% END %]
-
- <p>
- <label for="order">Anfrageergebnisse sortieren nach</label>:
-@@ -70,7 +73,8 @@
- [% END %]
- </p>
-
--<p>
-+[% IF user.id %]
-+ <p>
- &nbsp;&nbsp;&nbsp;
- <input type="checkbox" id="remasdefault"
- name="remtype" value="asdefault">
-@@ -78,11 +82,13 @@
- und verwende die Formulareinträge in Zukunft als meine
- persönlichen Standard-Abfrageoptionen
- </label>
--</p>
-+ </p>
-+[% END %]
-
- [% IF userdefaultquery %]
- <p>
-- <a href="query.cgi?nukedefaultquery=1">
-+ <a href="query.cgi?nukedefaultquery=1&amp;token=
-+ [%- issue_hash_token(['nukedefaultquery']) FILTER uri %]">
- Setze meine persönlichen Standard-Suchoptionen
- zurück auf die Systemvoreinstellung</a>.
- </p>