Author: pebender
Date: Fri Feb 27 17:53:25 2009
New Revision: 4409
Added:
trunk/gar-minimyth/script/net/mount.cifs/files/mount.cifs-3.3.1-sys_stat_h.patch
Removed:
trunk/gar-minimyth/script/net/mount.cifs/files/mount.cifs-3.3.0-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 Feb 27
17:53:25 2009
@@ -1,7 +1,7 @@
MiniMyth Changelog
--------------------------------------------------------------------------------
-Changes since 64 (2009-02-23):
+Changes since 64 (2009-02-27):
Current MythTV versions
MythTV 0.20-softpad: version 0.20.2.softpad, release-0-20-fixes branch
svn 16082,
@@ -60,6 +60,7 @@
Updated lib/fftw3f.
Updated lib/libsndfile.
Updated mediaplayers/mplayer-svn.
+ Updated net/mount.cifs.
Updated qt/qt4.
Updated system/lirc.
Updated system/zoneinfo.
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 Feb 27 17:53:25
2009
@@ -1,5 +1,5 @@
GARNAME = mount.cifs
-GARVERSION = 3.3.0
+GARVERSION = 3.3.1
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 Feb 27 17:53:25
2009
@@ -1,2 +1,2 @@
-adb048dc3988055533e1ea5d91d81f99 download/samba-3.3.0.tar.gz
-2c5b61c3010b75f830ef4275b320d722
download/mount.cifs-3.3.0-sys_stat_h.patch
+babe094be14886d265b1caa917d29aa7 download/samba-3.3.1.tar.gz
+2482d0ff1a0f1c441d0fa0c862ac5cd4
download/mount.cifs-3.3.1-sys_stat_h.patch
Added:
trunk/gar-minimyth/script/net/mount.cifs/files/mount.cifs-3.3.1-sys_stat_h.patch
==============================================================================
--- (empty file)
+++
trunk/gar-minimyth/script/net/mount.cifs/files/mount.cifs-3.3.1-sys_stat_h.patch
Fri Feb 27 17:53:25 2009
@@ -0,0 +1,11 @@
+diff -Naur mount.cifs-3.3.1-old/mtab.c mount.cifs-3.3.1-new/mtab.c
+--- mount.cifs-3.3.1-old/mtab.c 2009-02-23 23:38:16.000000000 -0800
++++ mount.cifs-3.3.1-new/mtab.c 2009-02-26 08:15:40.000000000 -0800
+@@ -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
-~----------~----~----~----~------~----~------~--~---