Author: pebender
Date: Fri May 1 21:48:45 2009
New Revision: 4690
Added:
trunk/gar-minimyth/script/net/mount.cifs/files/mount.cifs-3.3.4-sys_stat_h.patch
Removed:
trunk/gar-minimyth/script/net/mount.cifs/files/mount.cifs-3.3.3-sys_stat_h.patch
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
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/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt Fri May 1
21:48:45 2009
@@ -49,6 +49,7 @@
Updated lib/libdvdread.
Updated mediaplayers/mplayer.
Updated mediaplayers/xine-lib.
+ Updated net/mount.cifs.
Updated perl/perl-libwww-perl.
Updated qt/qt4.
Updated system/acpid.
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 Fri May 1 21:48:45
2009
@@ -1,5 +1,5 @@
GARNAME = mount.cifs
-GARVERSION = 3.3.3
+GARVERSION = 3.3.4
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 Fri May 1 21:48:45
2009
@@ -1,2 +1,2 @@
-4d5835817416d1ffa30783af45c5a9ed download/samba-3.3.3.tar.gz
-8fc9cadaff39063ac2dcd6b9aa3db73b
download/mount.cifs-3.3.3-sys_stat_h.patch
+1443165edb7cb3f56f1e77aec1ee3266 download/samba-3.3.4.tar.gz
+77e31e5c18a98c8f63775465ab00cb13
download/mount.cifs-3.3.4-sys_stat_h.patch
Added:
trunk/gar-minimyth/script/net/mount.cifs/files/mount.cifs-3.3.4-sys_stat_h.patch
==============================================================================
--- (empty file)
+++
trunk/gar-minimyth/script/net/mount.cifs/files/mount.cifs-3.3.4-sys_stat_h.patch
Fri May 1 21:48:45 2009
@@ -0,0 +1,11 @@
+diff -Naur mount.cifs-3.3.4-old/mtab.c mount.cifs-3.3.4-new/mtab.c
+--- mount.cifs-3.3.4-old/mtab.c 2009-04-27 23:46:16.000000000 -0700
++++ mount.cifs-3.3.4-new/mtab.c 2009-04-30 21:56:24.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
-~----------~----~----~----~------~----~------~--~---