Browse Source

initial 1.2.6

R4SAS 7 years ago
parent
commit
d92bf1ea07
  1. 2
      linux/build/build.sh
  2. 667
      linux/i2pd/addressbook/addresses.csv
  3. 3
      osx/README.md
  4. 2
      osx/build.sh
  5. 2
      windows/StartI2PdBrowser.bat
  6. 4
      windows/build/build.cmd
  7. 667
      windows/build/i2pd/addressbook/addresses.csv
  8. BIN
      windows_prebuilt/Firefox/App/Firefox/AccessibleMarshal.dll
  9. BIN
      windows_prebuilt/Firefox/App/Firefox/IA2Marshal.dll
  10. 10
      windows_prebuilt/Firefox/App/Firefox/application.ini
  11. BIN
      windows_prebuilt/Firefox/App/Firefox/breakpadinjector.dll
  12. BIN
      windows_prebuilt/Firefox/App/Firefox/browser/extensions/{73a6fe31-595d-460b-a920-fcc0f8843232}.xpi
  13. BIN
      windows_prebuilt/Firefox/App/Firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi
  14. BIN
      windows_prebuilt/Firefox/App/Firefox/browser/features/aushelper@mozilla.org.xpi
  15. BIN
      windows_prebuilt/Firefox/App/Firefox/browser/features/e10srollout@mozilla.org.xpi
  16. BIN
      windows_prebuilt/Firefox/App/Firefox/browser/features/firefox@getpocket.com.xpi
  17. BIN
      windows_prebuilt/Firefox/App/Firefox/browser/features/webcompat@mozilla.org.xpi
  18. BIN
      windows_prebuilt/Firefox/App/Firefox/browser/omni.ja
  19. BIN
      windows_prebuilt/Firefox/App/Firefox/firefox.exe
  20. BIN
      windows_prebuilt/Firefox/App/Firefox/freebl3.chk
  21. BIN
      windows_prebuilt/Firefox/App/Firefox/freebl3.dll
  22. BIN
      windows_prebuilt/Firefox/App/Firefox/gmp-clearkey/0.1/clearkey.dll
  23. BIN
      windows_prebuilt/Firefox/App/Firefox/lgpllibs.dll
  24. BIN
      windows_prebuilt/Firefox/App/Firefox/libEGL.dll
  25. BIN
      windows_prebuilt/Firefox/App/Firefox/libGLESv2.dll
  26. BIN
      windows_prebuilt/Firefox/App/Firefox/minidump-analyzer.exe
  27. BIN
      windows_prebuilt/Firefox/App/Firefox/mozavcodec.dll
  28. BIN
      windows_prebuilt/Firefox/App/Firefox/mozavutil.dll
  29. BIN
      windows_prebuilt/Firefox/App/Firefox/mozglue.dll
  30. BIN
      windows_prebuilt/Firefox/App/Firefox/nss3.dll
  31. BIN
      windows_prebuilt/Firefox/App/Firefox/nssckbi.dll
  32. BIN
      windows_prebuilt/Firefox/App/Firefox/nssdbm3.chk
  33. BIN
      windows_prebuilt/Firefox/App/Firefox/nssdbm3.dll
  34. BIN
      windows_prebuilt/Firefox/App/Firefox/omni.ja
  35. 6
      windows_prebuilt/Firefox/App/Firefox/platform.ini
  36. BIN
      windows_prebuilt/Firefox/App/Firefox/plugin-container.exe
  37. BIN
      windows_prebuilt/Firefox/App/Firefox/plugin-hang-ui.exe
  38. BIN
      windows_prebuilt/Firefox/App/Firefox/qipcap.dll
  39. BIN
      windows_prebuilt/Firefox/App/Firefox/softokn3.chk
  40. BIN
      windows_prebuilt/Firefox/App/Firefox/softokn3.dll
  41. BIN
      windows_prebuilt/Firefox/App/Firefox/voucher.bin
  42. BIN
      windows_prebuilt/Firefox/App/Firefox/wow_helper.exe
  43. BIN
      windows_prebuilt/Firefox/App/Firefox/xul.dll
  44. BIN
      windows_prebuilt/Firefox/FirefoxPortable.exe
  45. 667
      windows_prebuilt/I2Pd/addressbook/addresses.csv
  46. BIN
      windows_prebuilt/StartI2PdBrowser.exe
  47. BIN
      windows_prebuilt/build/7zsd_LZMA2_i2pdbrowser_1.2.6.sfx
  48. 2
      windows_prebuilt/build/build_7z.bat
  49. 2
      windows_prebuilt/build/build_exe.bat
  50. 4
      windows_prebuilt/src/StartI2PdBrowser.bat

2
linux/build/build.sh

@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
arch=$(uname -m)
language=$(echo $LANG | cut -c-5 | sed s/_/-/g)
version="52.5.0esr"
version="52.5.2esr"
application="firefox"
ftpmirror="https://ftp.mozilla.org/pub/$application/releases/$version"

667
linux/i2pd/addressbook/addresses.csv

File diff suppressed because it is too large Load Diff

3
osx/README.md

@ -9,3 +9,6 @@ Open FF-ESR without the use of run.sh, with ./FirefoxESR/Contents/MacOS/firefox @@ -9,3 +9,6 @@ Open FF-ESR without the use of run.sh, with ./FirefoxESR/Contents/MacOS/firefox
Create a new profile, save it in this ./osx dir and name the profile "i2pdbb". Quit it again.
Firefox ESR is now configured and i2pd is running. When you want to run FF-ESR now, execute it through the run.sh script.
## TODO:
Place i2pd addressbook in datadir.

2
osx/build.sh

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
version="52.5.0esr"
version="52.5.2esr"
echo "This script is preparing Firefox ESR $version for use with i2pd"
echo "Downloading latest Firefox ESR..."

2
windows/StartI2PdBrowser.bat

@ -3,7 +3,7 @@ REM Copyright (c) 2013-2017, The PurpleI2P Project @@ -3,7 +3,7 @@ REM Copyright (c) 2013-2017, The PurpleI2P Project
REM This file is part of Purple i2pd project and licensed under BSD3
REM See full license text in LICENSE file at top of project tree
title Starting I2Pd Browser
title Starting I2Pd Browser 1.2.6
set $pause=ping.exe 0.0.0.0 -n
set $cd=%CD%
ver| find "6." >nul && set $pause=timeout.exe /t

4
windows/build/build.cmd

@ -7,8 +7,8 @@ REM See full license text in LICENSE file at top of project tree @@ -7,8 +7,8 @@ REM See full license text in LICENSE file at top of project tree
setlocal enableextensions
set CURL=%~dp0curl.exe
set FFversion=52.5.0
set I2Pdversion=2.16.0
set FFversion=52.5.2
set I2Pdversion=2.17.0
call :GET_LOCALE
call :GET_PROXY
call :GET_ARCH

667
windows/build/i2pd/addressbook/addresses.csv

File diff suppressed because it is too large Load Diff

BIN
windows_prebuilt/Firefox/App/Firefox/AccessibleMarshal.dll

Binary file not shown.

BIN
windows_prebuilt/Firefox/App/Firefox/IA2Marshal.dll

Binary file not shown.

10
windows_prebuilt/Firefox/App/Firefox/application.ini

@ -5,15 +5,15 @@ @@ -5,15 +5,15 @@
Vendor=Mozilla
Name=Firefox
RemotingName=firefox
Version=52.4.1
BuildID=20171005074949
Version=52.5.2
BuildID=20171206101620
SourceRepository=https://hg.mozilla.org/releases/mozilla-esr52
SourceStamp=e4fec62e5347a77a9a313d6019a2b372e8011a74
SourceStamp=b0a57c57b5ef0150e8afc3219bceadb1d6f1584e
ID={ec8030f7-c20a-464f-9b0e-13a3a9e97384}
[Gecko]
MinVersion=52.4.1
MaxVersion=52.4.1
MinVersion=52.5.2
MaxVersion=52.5.2
[XRE]
EnableProfileMigrator=1

BIN
windows_prebuilt/Firefox/App/Firefox/breakpadinjector.dll

Binary file not shown.

BIN
windows_prebuilt/Firefox/App/Firefox/browser/extensions/{73a6fe31-595d-460b-a920-fcc0f8843232}.xpi

Binary file not shown.

BIN
windows_prebuilt/Firefox/App/Firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi

Binary file not shown.

BIN
windows_prebuilt/Firefox/App/Firefox/browser/features/aushelper@mozilla.org.xpi

Binary file not shown.

BIN
windows_prebuilt/Firefox/App/Firefox/browser/features/e10srollout@mozilla.org.xpi

Binary file not shown.

BIN
windows_prebuilt/Firefox/App/Firefox/browser/features/firefox@getpocket.com.xpi

Binary file not shown.

BIN
windows_prebuilt/Firefox/App/Firefox/browser/features/webcompat@mozilla.org.xpi

Binary file not shown.

BIN
windows_prebuilt/Firefox/App/Firefox/browser/omni.ja

Binary file not shown.

BIN
windows_prebuilt/Firefox/App/Firefox/firefox.exe

Binary file not shown.

BIN
windows_prebuilt/Firefox/App/Firefox/freebl3.chk

Binary file not shown.

BIN
windows_prebuilt/Firefox/App/Firefox/freebl3.dll

Binary file not shown.

BIN
windows_prebuilt/Firefox/App/Firefox/gmp-clearkey/0.1/clearkey.dll

Binary file not shown.

BIN
windows_prebuilt/Firefox/App/Firefox/lgpllibs.dll

Binary file not shown.

BIN
windows_prebuilt/Firefox/App/Firefox/libEGL.dll

Binary file not shown.

BIN
windows_prebuilt/Firefox/App/Firefox/libGLESv2.dll

Binary file not shown.

BIN
windows_prebuilt/Firefox/App/Firefox/minidump-analyzer.exe

Binary file not shown.

BIN
windows_prebuilt/Firefox/App/Firefox/mozavcodec.dll

Binary file not shown.

BIN
windows_prebuilt/Firefox/App/Firefox/mozavutil.dll

Binary file not shown.

BIN
windows_prebuilt/Firefox/App/Firefox/mozglue.dll

Binary file not shown.

BIN
windows_prebuilt/Firefox/App/Firefox/nss3.dll

Binary file not shown.

BIN
windows_prebuilt/Firefox/App/Firefox/nssckbi.dll

Binary file not shown.

BIN
windows_prebuilt/Firefox/App/Firefox/nssdbm3.chk

Binary file not shown.

BIN
windows_prebuilt/Firefox/App/Firefox/nssdbm3.dll

Binary file not shown.

BIN
windows_prebuilt/Firefox/App/Firefox/omni.ja

Binary file not shown.

6
windows_prebuilt/Firefox/App/Firefox/platform.ini

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
[Build]
BuildID=20171005074949
Milestone=52.4.1
BuildID=20171206101620
Milestone=52.5.2
SourceRepository=https://hg.mozilla.org/releases/mozilla-esr52
SourceStamp=e4fec62e5347a77a9a313d6019a2b372e8011a74
SourceStamp=b0a57c57b5ef0150e8afc3219bceadb1d6f1584e

BIN
windows_prebuilt/Firefox/App/Firefox/plugin-container.exe

Binary file not shown.

BIN
windows_prebuilt/Firefox/App/Firefox/plugin-hang-ui.exe

Binary file not shown.

BIN
windows_prebuilt/Firefox/App/Firefox/qipcap.dll

Binary file not shown.

BIN
windows_prebuilt/Firefox/App/Firefox/softokn3.chk

Binary file not shown.

BIN
windows_prebuilt/Firefox/App/Firefox/softokn3.dll

Binary file not shown.

BIN
windows_prebuilt/Firefox/App/Firefox/voucher.bin

Binary file not shown.

BIN
windows_prebuilt/Firefox/App/Firefox/wow_helper.exe

Binary file not shown.

BIN
windows_prebuilt/Firefox/App/Firefox/xul.dll

Binary file not shown.

BIN
windows_prebuilt/Firefox/FirefoxPortable.exe

Binary file not shown.

667
windows_prebuilt/I2Pd/addressbook/addresses.csv

File diff suppressed because it is too large Load Diff

BIN
windows_prebuilt/StartI2PdBrowser.exe

Binary file not shown.

BIN
windows_prebuilt/build/7zsd_LZMA2_i2pdbrowser_1.2.5.sfx → windows_prebuilt/build/7zsd_LZMA2_i2pdbrowser_1.2.6.sfx

Binary file not shown.

2
windows_prebuilt/build/build_7z.bat

@ -6,7 +6,7 @@ REM See full license text in LICENSE file at top of project tree @@ -6,7 +6,7 @@ REM See full license text in LICENSE file at top of project tree
echo ‘®§¤ ¥¬ 7z  à娢 á ­ ¡®à®¬...
REM <EFBFBD>  ¢ë室¥ ¯®«ãç ¥¬ 7z  à娢, ¢ ª®â®à®¬ ¡ã¤ãâ «¥¦ âì ¯ ¯ª¨ Firefox, I2Pd ¨ StartI2PdBrowser.bat ¨§ ¯ ¯ª¨ src ã஢­¥¬ ¢ëè¥.
7z a -t7z -m0=lzma2 -mx=9 -aoa -mfb=273 -md=512m -ms=on I2PdBrowserPortable_1.2.5.7z ..\Firefox ..\I2Pd ..\src\StartI2PdBrowser.bat
7z a -t7z -m0=lzma2 -mx=9 -aoa -mfb=273 -md=512m -ms=on I2PdBrowserPortable_1.2.6.7z ..\Firefox ..\I2Pd ..\src\StartI2PdBrowser.bat
echo ƒ®â®¢®!
pause

2
windows_prebuilt/build/build_exe.bat

@ -10,7 +10,7 @@ REM @@ -10,7 +10,7 @@ REM
echo ‘®§¤ ¥¬ 7z SFX - á ¬®à á¯ ª®¢ë¢ î騩áï  à娢...
REM <EFBFBD>  ¢ë室¥ ¯®«ãç ¥¬ á ¬®à á¯ ª®¢ë¢ î騩áï  à娢,  à娢 ¯®á«¥ í⮣® 㤠«ï¥¬.
copy /b 7zsd_LZMA2_i2pdbrowser_1.2.5.sfx + config.txt + I2PdBrowserPortable.7z I2PdBrowserPortable_1.2.5.exe >> nul
copy /b 7zsd_LZMA2_i2pdbrowser_1.2.6.sfx + config.txt + I2PdBrowserPortable.7z I2PdBrowserPortable_1.2.6.exe >> nul
del I2PdBrowserPortable.7z >> nul
echo ƒ®â®¢®!

4
windows_prebuilt/src/StartI2PdBrowser.bat

@ -9,7 +9,7 @@ REM BFCPEEMBEDDELETE=1 @@ -9,7 +9,7 @@ REM BFCPEEMBEDDELETE=1
REM BFCPEADMINEXE=0
REM BFCPEINVISEXE=0
REM BFCPEVERINCLUDE=1
REM BFCPEVERVERSION=1.2.5.0
REM BFCPEVERVERSION=1.2.6.0
REM BFCPEVERPRODUCT=I2Pd Browser Portable
REM BFCPEVERDESC=I2Pd Browser
REM BFCPEVERCOMPANY=PurpleI2P
@ -20,7 +20,7 @@ REM Copyright (c) 2013-2017, The PurpleI2P Project @@ -20,7 +20,7 @@ REM Copyright (c) 2013-2017, The PurpleI2P Project
REM This file is part of Purple i2pd project and licensed under BSD3
REM See full license text in LICENSE file at top of project tree
title Starting I2Pd Browser
title Starting I2Pd Browser 1.2.6
set $pause=ping.exe 0.0.0.0 -n
set $cd=%CD%
ver| find "6." >nul && set $pause=timeout.exe /t

Loading…
Cancel
Save