Author: pebender
Date: Tue Jun 23 18:55:09 2009
New Revision: 5038
Added:
trunk/gar-minimyth/script/net/mount.cifs/files/mount.cifs-3.3.6-sys_stat_h.patch
Removed:
trunk/gar-minimyth/script/net/mount.cifs/files/mount.cifs-3.3.5-sys_stat_h.patch
Modified:
trunk/gar-minimyth/script/net/mount.cifs/Makefile
trunk/gar-minimyth/script/net/mount.cifs/checksums
Log:
- Updated package net/mount.cifs.
Modified: trunk/gar-minimyth/script/net/mount.cifs/Makefile
==============================================================================
--- trunk/gar-minimyth/script/net/mount.cifs/Makefile (original)
+++ trunk/gar-minimyth/script/net/mount.cifs/Makefile Tue Jun 23 18:55:09
2009
@@ -1,5 +1,5 @@
GARNAME = mount.cifs
-GARVERSION = 3.3.5
+GARVERSION = 3.3.6
CATEGORIES = net
DISTFILES = samba-$(GARVERSION).tar.gz
MASTER_SITES = http://us1.samba.org/samba/ftp/stable/
Modified: trunk/gar-minimyth/script/net/mount.cifs/checksums
==============================================================================
--- trunk/gar-minimyth/script/net/mount.cifs/checksums (original)
+++ trunk/gar-minimyth/script/net/mount.cifs/checksums Tue Jun 23 18:55:09
2009
@@ -1,2 +1,2 @@
-8fa0e3c5daaba4c2ce2fb871a5f3157a download/samba-3.3.5.tar.gz
-4d7ceda6deeb05f76d89f4cf661f055b
download/mount.cifs-3.3.5-sys_stat_h.patch
+858cb6c640358be0e81297c5de615a3c download/samba-3.3.6.tar.gz
+653f75357f2fb3507008ee7e1f368c7e
download/mount.cifs-3.3.6-sys_stat_h.patch
Added:
trunk/gar-minimyth/script/net/mount.cifs/files/mount.cifs-3.3.6-sys_stat_h.patch
==============================================================================
--- (empty file)
+++
trunk/gar-minimyth/script/net/mount.cifs/files/mount.cifs-3.3.6-sys_stat_h.patch
Tue Jun 23 18:55:09 2009
@@ -0,0 +1,11 @@
+diff -Naur mount.cifs-3.3.6-old/mtab.c mount.cifs-3.3.6-new/mtab.c
+--- mount.cifs-3.3.6-old/mtab.c 2009-06-23 02:35:13.000000000 -0700
++++ mount.cifs-3.3.6-new/mtab.c 2009-06-23 18:07:33.000000000 -0700
+@@ -31,6 +31,7 @@
+ #include <unistd.h>
+ #include <errno.h>
+ #include <stdio.h>
++#include <sys/stat.h>
+ #include <sys/time.h>
+ #include <time.h>
+ #include <fcntl.h>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---