public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-mail/rss2email/files: rss2email-2.65-r2e-chmod.patch rss2email-2.65-X-rss-feed.patch
@ 2014-10-15 17:30 Tim Harder (radhermit)
  0 siblings, 0 replies; 2+ messages in thread
From: Tim Harder (radhermit) @ 2014-10-15 17:30 UTC (permalink / raw
  To: gentoo-commits

radhermit    14/10/15 17:30:09

  Removed:              rss2email-2.65-r2e-chmod.patch
                        rss2email-2.65-X-rss-feed.patch
  Log:
  Remove old.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)


^ permalink raw reply	[flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-mail/rss2email/files: rss2email-2.65-r2e-chmod.patch rss2email-2.65-X-rss-feed.patch
@ 2009-07-26 13:48 Robert Buchholz (rbu)
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Buchholz (rbu) @ 2009-07-26 13:48 UTC (permalink / raw
  To: gentoo-commits

rbu         09/07/26 13:48:45

  Added:                rss2email-2.65-r2e-chmod.patch
                        rss2email-2.65-X-rss-feed.patch
  Log:
  rss2email, new package. Thanks to the work of Fabian Groffen (grobian) in bug 105175 as well as Joey Hess and David Watson of Debian. Also added a patch to include the feed url in the header.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  net-mail/rss2email/files/rss2email-2.65-r2e-chmod.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/rss2email/files/rss2email-2.65-r2e-chmod.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/rss2email/files/rss2email-2.65-r2e-chmod.patch?rev=1.1&content-type=text/plain

Index: rss2email-2.65-r2e-chmod.patch
===================================================================
Index: rss2email/r2e
===================================================================
--- rss2email.orig/r2e
+++ rss2email/r2e
@@ -10,7 +10,7 @@ if [ "$1" = "-d" ]; then
 	shift 2
 fi
 if [ ! -d "$dir" ]; then
-	mkdir -p "$dir"
+	mkdir -p -m 700 "$dir"
 fi
 cd "$dir"
 exec python /usr/share/rss2email/rss2email.py feeds.dat $*



1.1                  net-mail/rss2email/files/rss2email-2.65-X-rss-feed.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/rss2email/files/rss2email-2.65-X-rss-feed.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/rss2email/files/rss2email-2.65-X-rss-feed.patch?rev=1.1&content-type=text/plain

Index: rss2email-2.65-X-rss-feed.patch
===================================================================
--- rss2email.py~	2009-04-25 00:29:16.000000000 +0200
+++ rss2email.py	2009-07-26 15:39:16.787467661 +0200
@@ -619,7 +619,7 @@
 					subjecthdr = title
 					datehdr = time.strftime("%a, %d %b %Y %H:%M:%S -0000", datetime)
 					useragenthdr = "rss2email"
-					extraheaders = {'Date': datehdr, 'User-Agent': useragenthdr}
+					extraheaders = {'Date': datehdr, 'User-Agent': useragenthdr, 'X-rss-feed': f.url}
 					if BONUS_HEADER != '':
 						for hdr in BONUS_HEADER.strip().splitlines():
 							pos = hdr.strip().find(':')






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-10-15 17:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-15 17:30 [gentoo-commits] gentoo-x86 commit in net-mail/rss2email/files: rss2email-2.65-r2e-chmod.patch rss2email-2.65-X-rss-feed.patch Tim Harder (radhermit)
  -- strict thread matches above, loose matches on Subject: below --
2009-07-26 13:48 Robert Buchholz (rbu)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox