[OpenSmalltalk/opensmalltalk-vm] 8531f2: add SqueakSSL plugin (misteriously missing)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[OpenSmalltalk/opensmalltalk-vm] 8531f2: add SqueakSSL plugin (misteriously missing)

Eliot Miranda-3
 
  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 8531f26756d85407a01480d46123ee2f9ca10227
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/8531f26756d85407a01480d46123ee2f9ca10227
  Author: Esteban Lorenzano <[hidden email]>
  Date:   2017-01-13 (Fri, 13 Jan 2017)

  Changed paths:
    M build.linux32x86/pharo.cog.spur/plugins.ext
    M build.linux64x64/pharo.cog.spur/plugins.ext

  Log Message:
  -----------
  add SqueakSSL plugin (misteriously missing)


  Commit: 26a996ffd68f5bde1026a9553c7fb32926a8731f
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/26a996ffd68f5bde1026a9553c7fb32926a8731f
  Author: Esteban Lorenzano <[hidden email]>
  Date:   2017-01-14 (Sat, 14 Jan 2017)

  Changed paths:
    M build.linux32ARMv6/pharo.cog.spur/plugins.ext

  Log Message:
  -----------
  add SqueakSSL plugin to Pi


  Commit: 78d38cae1faecf7698c33fb850ce8f4ba727a623
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/78d38cae1faecf7698c33fb850ce8f4ba727a623
  Author: Esteban Lorenzano <[hidden email]>
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
    M platforms/iOS/vm/Common/Classes/sqSqueakFileDirectoryInterface.m
    M platforms/iOS/vm/OSX/sqSqueakOSXFileDirectoryInterface.m

  Log Message:
  -----------
  fix an error when determining if a symlink is also a directory:

‘/tmp’ asFileReference isDirectory

was answering false, because it is a symlink and when trying to resolve the symlink to obtain the attributes, there was a cyclic condition that was transforming ‘/tmp’ into ‘/private/tmp’ and then back to ‘/tmp’… and then the test for directory was failing.


  Commit: c80c8127b53b283d7675eaa31d6896c35bb641ec
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/c80c8127b53b283d7675eaa31d6896c35bb641ec
  Author: Esteban Lorenzano <[hidden email]>
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
    M platforms/iOS/vm/OSX/sqSqueakOSXFileDirectoryInterface.m

  Log Message:
  -----------
  bad cast order


  Commit: e06378ed8fa3d9e81f2244dde0e9a6567aff9617
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/e06378ed8fa3d9e81f2244dde0e9a6567aff9617
  Author: Esteban Lorenzano <[hidden email]>
  Date:   2017-01-15 (Sun, 15 Jan 2017)

  Changed paths:
    M platforms/win32/vm/sqWin32Directory.c

  Log Message:
  -----------
  added posix permissions to windows FilePlugin for PharoVM

of course this is a simulation and reflects windows permission system in a very partial way… but it works on many cases and is better to have it than now.


  Commit: 31450f0cb4cf79471020fbfb000388547a5ee769
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/31450f0cb4cf79471020fbfb000388547a5ee769
  Author: Eliot Miranda <[hidden email]>
  Date:   2017-01-17 (Tue, 17 Jan 2017)

  Changed paths:
    M build.linux32ARMv6/pharo.cog.spur/plugins.ext
    M build.linux32x86/pharo.cog.spur/plugins.ext
    M build.linux64x64/pharo.cog.spur/plugins.ext
    M platforms/iOS/vm/Common/Classes/sqSqueakFileDirectoryInterface.m
    M platforms/iOS/vm/OSX/sqSqueakOSXFileDirectoryInterface.m
    M platforms/win32/vm/sqWin32Directory.c

  Log Message:
  -----------
  Merge pull request #113 from estebanlm/Cog

add posix permissions to FilePlugin for Windows (PharoVM)


Compare: https://github.com/OpenSmalltalk/opensmalltalk-vm/compare/aa11221d9ebb...31450f0cb4cf