Author: pebender
Date: Sat Mar 14 10:53:43 2009
New Revision: 4466
Added:
trunk/gar-minimyth/script/net/mount.cifs/files/mount.cifs-3.3.2-sys_stat_h.patch
Removed:
trunk/gar-minimyth/script/net/mount.cifs/files/mount.cifs-3.3.1-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 Sat Mar 14 10:53:43
2009
@@ -1,5 +1,5 @@
GARNAME = mount.cifs
-GARVERSION = 3.3.1
+GARVERSION = 3.3.2
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 Sat Mar 14 10:53:43
2009
@@ -1,2 +1,2 @@
-babe094be14886d265b1caa917d29aa7 download/samba-3.3.1.tar.gz
-2482d0ff1a0f1c441d0fa0c862ac5cd4
download/mount.cifs-3.3.1-sys_stat_h.patch
+5c5178ea2c5d9bd5f6569285f2e0e6d7 download/samba-3.3.2.tar.gz
+401c615483e093e0b2ef4d4c98ccbc5b
download/mount.cifs-3.3.2-sys_stat_h.patch
Added:
trunk/gar-minimyth/script/net/mount.cifs/files/mount.cifs-3.3.2-sys_stat_h.patch
==============================================================================
--- (empty file)
+++
trunk/gar-minimyth/script/net/mount.cifs/files/mount.cifs-3.3.2-sys_stat_h.patch
Sat Mar 14 10:53:43 2009
@@ -0,0 +1,11 @@
+diff -Naur mount.cifs-3.3.2-old/mtab.c mount.cifs-3.3.2-new/mtab.c
+--- mount.cifs-3.3.2-old/mtab.c 2009-03-12 02:47:20.000000000 -0700
++++ mount.cifs-3.3.2-new/mtab.c 2009-03-14 09:32:40.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
-~----------~----~----~----~------~----~------~--~---