This is an automated email from the git hooks/post-receive script. broucaries-guest pushed a commit to branch master in repository lintian.
commit 31f7e917fef39652ba916b585abdc16dedbb39a3 Author: Bastien ROUCARIÈS <[email protected]> Date: Sun Jun 22 18:57:33 2014 +0200 Improve detection rules of well know privacy site. --- data/files/privacy-breaker-websites | 4 ++-- debian/changelog | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/data/files/privacy-breaker-websites b/data/files/privacy-breaker-websites index 2a66ba1..763f102 100644 --- a/data/files/privacy-breaker-websites +++ b/data/files/privacy-breaker-websites @@ -9,10 +9,10 @@ privacy-breach-google-adsense ~~^(?:[^\./]+\.)?(?:googlesyndication\.com/pagead/show_ads\.js|google-analytics\.com/(?:ga|urchin)\.js) privacy-breach-google-cse ~~^(?:[^\./]+\.)?google\.[^\./]+\.?/(:?afsonline/show_afs_search\.js|cse/api/branding\.css|coop/cse/brand\?[^/]+)$ privacy-breach-google-plus ~~^(?:[^\./]+\.)?google\.[^\./]+\.?/js/plusone\.[^\./]+ -privacy-breach-donation ~~(?:(?:donate|paypal|support)\.(gif|jpe?g|png|svg)$|^(?:[^\./]+\.)?(?:flattr.(?:com|net)|paypal.com)/) +privacy-breach-donation ~~(?:(?:donate|paypal|support)\.(gif|jpe?g|png|svg)$|^(?:[^\./]+\.)?(?:flattr\.(?:com|net)|paypal(?:objects)?\.com)/) privacy-breach-facebook ~~^(?:[^\./]+\.)?facebook\.com(?:/|\Z) privacy-breach-logo ~~(?:^(?:sflogo\.)?sourceforge\.net/sflogo\.php\?|(?:acrobat|clanlib|(?:fav|github-)?icons?|logos?\d*)\.(gif|ico|jpe?g|png|svg)$) privacy-breach-piwik ~~/piwik\.php\? -privacy-breach-statistics-website ~~^(?:[^\./]+\.)?(?:cruel-carlota\.pagodabox\.com|linkexchange\.com|nedstatbasic\.net|onestat\.com|sitemeter\.com|statcounter\.com|webstats\.motigo\.com)(?:/|\Z) +privacy-breach-statistics-website ~~^(?:(?:[^\./]+\.)?(?:cruel-carlota\.pagodabox\.com|linkexchange\.com|nedstatbasic\.net|onestat\.com|sitemeter\.com|statcounter\.com|webstats\.motigo\.com)(?:/|\Z)|/count(?:er)?\.cgi\?[^/]*\Z) privacy-breach-w3c-valid-html ~~^(?:(?:[^\./]+\.)?w3.org/(?:Icons/valid-|css-validator/images/)(?:[^/]+)?$|validator\.w3\.org(?:/|\Z)) diff --git a/debian/changelog b/debian/changelog index c3c7899..bdf3521 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,9 @@ lintian (2.5.24) UNRELEASED; urgency=medium + [JW] Also validate desktop files in usr/share/xessions. (Closes: #746402) + * data/files/privacy-breaker-{fragments,websites}: + + [BR] Improve detection rules. + * debian/rules: + [NT] Extract some tasks from the build-stamp target, so they can be run independently. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

