public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/avfs/files: avfs-0.9.8-gcc43_fix_open_missing_mode.patch
@ 2009-03-01 20:09 Patrick Lauer (patrick)
  0 siblings, 0 replies; 3+ messages in thread
From: Patrick Lauer (patrick) @ 2009-03-01 20:09 UTC (permalink / raw
  To: gentoo-commits

patrick     09/03/01 20:09:47

  Added:                avfs-0.9.8-gcc43_fix_open_missing_mode.patch
  Log:
  Fix for gcc 4.3.3 / fortify_sources. Patch by Romain Perier.
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sys-fs/avfs/files/avfs-0.9.8-gcc43_fix_open_missing_mode.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/avfs/files/avfs-0.9.8-gcc43_fix_open_missing_mode.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/avfs/files/avfs-0.9.8-gcc43_fix_open_missing_mode.patch?rev=1.1&content-type=text/plain

Index: avfs-0.9.8-gcc43_fix_open_missing_mode.patch
===================================================================
--- ../avfs-0.9.8_orig/modules/urar.c	2007-05-14 20:21:23.000000000 +0200
+++ modules/urar.c	2009-02-09 13:48:56.780225932 +0100
@@ -587,7 +587,7 @@
     if(res < 0)
         return res;
 
-    fd = open(tmpfile, O_RDWR | O_CREAT | O_TRUNC);
+    fd = open(tmpfile, O_RDWR | O_CREAT | O_TRUNC, 0644);
     if(fd == -1) {
         res = -errno; 
         av_log(AVLOG_ERROR, "RAR: Could not open %s: %s", tmpfile,






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

* [gentoo-commits] gentoo-x86 commit in sys-fs/avfs/files: avfs-0.9.8-gcc43_fix_open_missing_mode.patch
@ 2011-07-12  0:31 Tim Harder (radhermit)
  0 siblings, 0 replies; 3+ messages in thread
From: Tim Harder (radhermit) @ 2011-07-12  0:31 UTC (permalink / raw
  To: gentoo-commits

radhermit    11/07/12 00:31:59

  Modified:             avfs-0.9.8-gcc43_fix_open_missing_mode.patch
  Log:
  Version bump. Update to EAPI 4, remove old kernel version warning, use system zlib/bzip2 libraries, and remove relative path in patch file.
  
  (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sys-fs/avfs/files/avfs-0.9.8-gcc43_fix_open_missing_mode.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/avfs/files/avfs-0.9.8-gcc43_fix_open_missing_mode.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/avfs/files/avfs-0.9.8-gcc43_fix_open_missing_mode.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/avfs/files/avfs-0.9.8-gcc43_fix_open_missing_mode.patch?r1=1.1&r2=1.2

Index: avfs-0.9.8-gcc43_fix_open_missing_mode.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/avfs/files/avfs-0.9.8-gcc43_fix_open_missing_mode.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- avfs-0.9.8-gcc43_fix_open_missing_mode.patch	1 Mar 2009 20:09:47 -0000	1.1
+++ avfs-0.9.8-gcc43_fix_open_missing_mode.patch	12 Jul 2011 00:31:59 -0000	1.2
@@ -1,4 +1,4 @@
---- ../avfs-0.9.8_orig/modules/urar.c	2007-05-14 20:21:23.000000000 +0200
+--- modules/urar.c	2007-05-14 20:21:23.000000000 +0200
 +++ modules/urar.c	2009-02-09 13:48:56.780225932 +0100
 @@ -587,7 +587,7 @@
      if(res < 0)






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

* [gentoo-commits] gentoo-x86 commit in sys-fs/avfs/files: avfs-0.9.8-gcc43_fix_open_missing_mode.patch
@ 2014-04-25  8:46 Tim Harder (radhermit)
  0 siblings, 0 replies; 3+ messages in thread
From: Tim Harder (radhermit) @ 2014-04-25  8:46 UTC (permalink / raw
  To: gentoo-commits

radhermit    14/04/25 08:46:14

  Removed:              avfs-0.9.8-gcc43_fix_open_missing_mode.patch
  Log:
  Remove old.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)


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

end of thread, other threads:[~2014-04-25  8:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-12  0:31 [gentoo-commits] gentoo-x86 commit in sys-fs/avfs/files: avfs-0.9.8-gcc43_fix_open_missing_mode.patch Tim Harder (radhermit)
  -- strict thread matches above, loose matches on Subject: below --
2014-04-25  8:46 Tim Harder (radhermit)
2009-03-01 20:09 Patrick Lauer (patrick)

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