mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-07 10:56:49 +00:00
setup: remove binary WinFUSE modules
I would prefer to have just source code, or indications of what 3rd-party packages are required, under revision control, and have the build process generate o r acquire the binaries as needed. Also, having these in our release tarballs is interfering with getting Tahoe-LAFS uploaded into Ubuntu Karmic. (Technicall y, they would accept binary modules as long as they came with the accompanying source so that they could satisfy their obligations under GPL2+ and TGPPL1+, bu t it is easier for now to remove the binaries from the source tree.) In this case, the binaries are from the tahoe-w32-client project: http://allmydata.org/trac/tahoe-w32-client , from which you can also get the source.
This commit is contained in:
parent
79fd1bd540
commit
923ba7db68
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<noInheritable></noInheritable>
|
||||
<assemblyIdentity type="win32" name="Microsoft.VC80.CRT" version="8.0.50727.762" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity>
|
||||
<file name="msvcr80.dll" hash="10f4cb2831f1e9288a73387a8734a8b604e5beaa" hashalg="SHA1"><asmv2:hash xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"><dsig:Transforms><dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity"></dsig:Transform></dsig:Transforms><dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"></dsig:DigestMethod><dsig:DigestValue>n9On8FItNsK/DmT8UQxu6jYDtWQ=</dsig:DigestValue></asmv2:hash></file>
|
||||
<file name="msvcp80.dll" hash="b2082dfd3009365c5b287448dcb3b4e2158a6d26" hashalg="SHA1"><asmv2:hash xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"><dsig:Transforms><dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity"></dsig:Transform></dsig:Transforms><dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"></dsig:DigestMethod><dsig:DigestValue>0KJ/VTwP4OUHx98HlIW2AdW1kuY=</dsig:DigestValue></asmv2:hash></file>
|
||||
<file name="msvcm80.dll" hash="542490d0fcf8615c46d0ca487033ccaeb3941f0b" hashalg="SHA1"><asmv2:hash xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"><dsig:Transforms><dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity"></dsig:Transform></dsig:Transforms><dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"></dsig:DigestMethod><dsig:DigestValue>YJuB+9Os2oxW4mY+2oC/r8lICZE=</dsig:DigestValue></asmv2:hash></file>
|
||||
</assembly>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,34 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
|
||||
<configSections>
|
||||
<sectionGroup name="providerGroup">
|
||||
<section name="fileSystemService" type="NeoGeo.Library.SMB.Provider.FileSystemServiceSection, NeoGeo.Library.SMB" allowDefinition="MachineToApplication" restartOnExternalChanges="true" />
|
||||
<!--<section name="authenticationService" type="NeoGeo.Library.SMB.Provider.AuthenticationServiceSection, NeoGeo.Library.SMB" allowDefinition="MachineToApplication" restartOnExternalChanges="true" />-->
|
||||
</sectionGroup>
|
||||
</configSections>
|
||||
|
||||
<providerGroup>
|
||||
<fileSystemService defaultProvider="AllmydataFS">
|
||||
<providers>
|
||||
<add name="Allmydata" description="Allmydata 3.0 File System" type="TahoeFS.TahoeFS, TahoeFS"/>
|
||||
</providers>
|
||||
</fileSystemService>
|
||||
<!--<authenticationService>
|
||||
<providers>
|
||||
<add name="authentication" description="" type="Suchwerk.FileSystem.AuthenticationDummy, DummyFS" />
|
||||
</providers>
|
||||
</authenticationService>-->
|
||||
</providerGroup>
|
||||
|
||||
<appSettings>
|
||||
<add key="ServerName" value="servername"/>
|
||||
<add key="DomainController" value=""/>
|
||||
<add key="LogFile" value="C:\temp\CIFS\log.txt"/>
|
||||
<add key="TempDir" value="c:\temp\temp\"/>
|
||||
<add key="DefaultLanguage" value="EN"/>
|
||||
</appSettings>
|
||||
|
||||
</configuration>
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,4 +0,0 @@
|
||||
[.ShellClassInfo]
|
||||
ConfirmFileOp=0
|
||||
IconFile=%systemroot%\system32\shell32.dll
|
||||
IconIndex=158
|
@ -1,4 +0,0 @@
|
||||
[.ShellClassInfo]
|
||||
ConfirmFileOp=0
|
||||
IconFile=%systemroot%\system32\imageres.dll
|
||||
IconIndex=167
|
@ -1,4 +0,0 @@
|
||||
[.ShellClassInfo]
|
||||
ConfirmFileOp=0
|
||||
IconFile=%systemroot%\system32\shell32.dll
|
||||
IconIndex=145
|
@ -1,4 +0,0 @@
|
||||
[.ShellClassInfo]
|
||||
ConfirmFileOp=0
|
||||
IconFile=%systemroot%\system32\imageres.dll
|
||||
IconIndex=49
|
Loading…
x
Reference in New Issue
Block a user