[DRE-commits] [yard] 07/09: Add privacy-breach.patch avoiding loading distant images in HTML doc

Cédric Boutillier boutil at moszumanska.debian.org
Sun Feb 21 23:58:33 UTC 2016


This is an automated email from the git hooks/post-receive script.

boutil pushed a commit to branch master
in repository yard.

commit 5bd5f38c27dfcd159379b48e6c99f6cece95560e
Author: Cédric Boutillier <boutil at debian.org>
Date:   Mon Feb 22 00:31:17 2016 +0100

    Add privacy-breach.patch avoiding loading distant images in HTML doc
---
 debian/patches/privacy-breach.patch | 24 ++++++++++++++++++++++++
 debian/patches/series               |  1 +
 2 files changed, 25 insertions(+)

diff --git a/debian/patches/privacy-breach.patch b/debian/patches/privacy-breach.patch
new file mode 100644
index 0000000..5f8de32
--- /dev/null
+++ b/debian/patches/privacy-breach.patch
@@ -0,0 +1,24 @@
+Description: Prevent possible privacy breach with distant images
+Author: Cédric Boutillier <boutil at debian.org>
+Origin: vendor
+Forwarded: not-needed
+Last-Update: 2016-02-20
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/README.md
++++ b/README.md
+@@ -1,14 +1,5 @@
+ # YARD: Yay! A Ruby Documentation Tool
+ 
+-[![Homepage](http://img.shields.io/badge/home-yardoc.org-blue.svg)](http://yardoc.org)
+-[![GitHub](http://img.shields.io/badge/github-lsegal/yard-blue.svg)](http://github.com/lsegal/yard)
+-[![Documentation](http://img.shields.io/badge/docs-rdoc.info-blue.svg)](http://rubydoc.org/gems/yard/frames)
+-[![Gitter Chat](http://img.shields.io/badge/chat-gitter.im-orange.svg)](https://gitter.im/lsegal/yard)
+-
+-[![Gem Version](https://badge.fury.io/rb/yard.svg)](http://github.com/lsegal/yard/releases)
+-[![Build Status](https://travis-ci.org/lsegal/yard.svg?branch=master)](https://travis-ci.org/lsegal/yard)
+-[![License](http://img.shields.io/badge/license-MIT-yellowgreen.svg)](#license)
+-
+ ## Synopsis
+ 
+ YARD is a documentation generation tool for the Ruby programming language.
diff --git a/debian/patches/series b/debian/patches/series
index 31ce620..f2c3713 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@ deactivate_failing_test_with_sbuild.patch
 move_yard_config_to_tmp_in_spec.patch
 fix_template_root_var.patch
 no-timestamps.patch
+privacy-breach.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/yard.git



More information about the Pkg-ruby-extras-commits mailing list