Author: pebender
Date: Thu Apr 2 08:18:06 2009
New Revision: 4545
Added:
trunk/gar-minimyth/script/net/mount.cifs/files/mount.cifs-3.3.3-sys_stat_h.patch
Removed:
trunk/gar-minimyth/script/net/mount.cifs/files/mount.cifs-3.3.2-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 Thu Apr 2
08:18:06 2009
@@ -48,6 +48,7 @@
Updated lib/openssl.
Updated mediaplayers/vlc.
Reverted net/curl (breaks TFTP upload).
+ Updated net/mount.cifs.
Updated system/lirc.
Updated utils/busybox.
Updated utils/m4.
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 Thu Apr 2 08:18:06
2009
@@ -1,5 +1,5 @@
GARNAME = mount.cifs
-GARVERSION = 3.3.2
+GARVERSION = 3.3.3
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 Thu Apr 2 08:18:06
2009
@@ -1,2 +1,2 @@
-5c5178ea2c5d9bd5f6569285f2e0e6d7 download/samba-3.3.2.tar.gz
-401c615483e093e0b2ef4d4c98ccbc5b
download/mount.cifs-3.3.2-sys_stat_h.patch
+4d5835817416d1ffa30783af45c5a9ed download/samba-3.3.3.tar.gz
+8fc9cadaff39063ac2dcd6b9aa3db73b
download/mount.cifs-3.3.3-sys_stat_h.patch
Added:
trunk/gar-minimyth/script/net/mount.cifs/files/mount.cifs-3.3.3-sys_stat_h.patch
==============================================================================
--- (empty file)
+++
trunk/gar-minimyth/script/net/mount.cifs/files/mount.cifs-3.3.3-sys_stat_h.patch
Thu Apr 2 08:18:06 2009
@@ -0,0 +1,11 @@
+diff -Naur mount.cifs-3.3.3-old/mtab.c mount.cifs-3.3.3-new/mtab.c
+--- mount.cifs-3.3.3-old/mtab.c 2009-04-01 04:48:54.000000000 -0700
++++ mount.cifs-3.3.3-new/mtab.c 2009-04-01 18:24:17.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
-~----------~----~----~----~------~----~------~--~---