This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "APT Archive Web-Frontend (master repository)".
The branch, master has been updated
via bbfd15cf954f1041490d6d299d8ed5b581d431ba (commit)
via 86a2d10221398bd687f01ece9b52ad3b18ffb969 (commit)
via 2c8c7f257bafd443f4e0fe5ec746af4d18b6fb77 (commit)
via 2cd81017ac27717adcda738074294c4f5cd9e4cd (commit)
via bf100de148d30c07cbf7c5ad5848c2e1f48e0aea (commit)
via 62cd140731ff04e700c5556063279b87d737d045 (commit)
via 247ddb20960178df87239fe5c25cb31d37f9de03 (commit)
via aee28210328cf1867daba3d397bf77d0baa24ccc (commit)
via 365cc50e2a22798a94e4bc01f767937ad057d609 (commit)
via 8d4e73dedbc41c6a461d4a70021dab8070265db0 (commit)
via cb4dec3fd29b516081647db5fc1f2fbc3c4ae307 (commit)
from 5bb77393e18f0430532108bdfdfe55f01d4d74a0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit bbfd15cf954f1041490d6d299d8ed5b581d431ba
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date: Tue Sep 18 23:11:57 2007 +0200
html/messages.tmpl: Fix XSS vulneralibility
Noted by Moritz Naumann <security -at- moritz-naumann com>
Since error messages can contain user content, escape them
for display.
commit 86a2d10221398bd687f01ece9b52ad3b18ffb969
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date: Tue Sep 18 20:46:31 2007 +0200
langs.de.po/sections.de.po: Update
Also convert files to UTF-8
commit 2c8c7f257bafd443f4e0fe5ec746af4d18b6fb77
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date: Tue Sep 18 20:45:11 2007 +0200
Packages::I18N::LanguageNames: Misc. fixes
- Use names for variants of Chinese from webwml
- Turns out xgettext doesn't like tr as hash key
(probably confuses it with tr operator), so quote
it
commit 2cd81017ac27717adcda738074294c4f5cd9e4cd
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date: Tue Sep 18 19:03:27 2007 +0200
Packages::Sections: Add translations section
While this is only used by Ubuntu atm, it is still useful
to have in the master branch to not have to deal with different
sections.pot files on the different branches.
commit bf100de148d30c07cbf7c5ad5848c2e1f48e0aea
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date: Tue Sep 18 18:46:47 2007 +0200
sections.pot: Update for non-US support removal
commit 62cd140731ff04e700c5556063279b87d737d045
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date: Tue Sep 18 18:44:58 2007 +0200
Packages::I18N::LanguageNames: Sync with Languages.pm
commit 247ddb20960178df87239fe5c25cb31d37f9de03
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date: Tue Sep 18 18:28:27 2007 +0200
Packages::I18N::Languages: Sync with
webwml/english/template/debian/languages.wml
Includes the following changes:
revision 1.141
date: 2007-04-22 00:37:25 +0200; author: jseidel; state: Exp; lines: +3
-0
Added Persian, thanks Abbas Esmaeeli Some'eh <[EMAIL PROTECTED]>
----------------------------
revision 1.140
date: 2005-08-13 00:36:22 +0200; author: djpig; state: Exp; lines: +2 -1
Add native name of Armenian and latin transliteration
----------------------------
revision 1.139
date: 2005-08-12 15:40:53 +0200; author: djpig; state: Exp; lines: +1 -0
Add dummy entry for Armenian to %selflang since this is needed to let
it appear in the language list in the footer
----------------------------
revision 1.138
date: 2005-08-12 15:19:54 +0200; author: djpig; state: Exp; lines: +1 -0
Add armenian
commit aee28210328cf1867daba3d397bf77d0baa24ccc
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date: Tue Sep 18 18:04:24 2007 +0200
Packages::DoSearchContents: Avoid breaking the grep pipe
Since grep doesn't handle SIGPIPE in any sane way but instead
clutters the error.log with useless comments like
"grep: writing output: Broken pipe" for each and every line it
wants to write, lets make it happy and read all the stuff in even
if we don't use it.
commit 365cc50e2a22798a94e4bc01f767937ad057d609
Merge: 8d4e73dedbc41c6a461d4a70021dab8070265db0
5bb77393e18f0430532108bdfdfe55f01d4d74a0
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date: Tue Sep 18 18:00:34 2007 +0200
Merge branch 'master' of ssh://source/srv/source.djpig.de/git/packages
commit 8d4e73dedbc41c6a461d4a70021dab8070265db0
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date: Sat Sep 15 04:25:27 2007 +0200
INSTALL: document example crontab
Also mention that it is actually better to trigger the script
by archive updates instead of running it at fixed times.
commit cb4dec3fd29b516081647db5fc1f2fbc3c4ae307
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date: Sat Sep 15 04:24:11 2007 +0200
Add example crontab
-----------------------------------------------------------------------
Summary of changes:
INSTALL | 3 +
conf/.gitignore | 1 +
conf/crontab.sed.in | 4 ++
lib/Packages/DoSearchContents.pm | 1 +
lib/Packages/I18N/LanguageNames.pm | 11 +++-
lib/Packages/I18N/Languages.pm | 39 +++++++++----
lib/Packages/Sections.pm | 2 +
po/langs.de.po | 105 +++++++++++++++++++++++------------
po/langs.pot | 83 ++++++++++++++++++++---------
po/sections.de.po | 106 ++++++++++++++++--------------------
po/sections.pot | 55 +++++++++----------
templates/html/messages.tmpl | 14 +++---
12 files changed, 255 insertions(+), 169 deletions(-)
create mode 100644 conf/crontab.sed.in
hooks/post-receive
--
APT Archive Web-Frontend (master repository)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]