[debian-edu-commits] debian-edu/ 46/50: Merge tag 'upstream/1.19+repack'
Unit 193
unit193-guest at moszumanska.debian.org
Wed Dec 21 05:06:23 UTC 2016
This is an automated email from the git hooks/post-receive script.
unit193-guest pushed a commit to branch master
in repository veracrypt.
commit 1960313d4d799fd90fe0cdd76d01b98174c0ab52
Merge: 5d3a954 eaeaad7
Author: Unit 193 <unit193 at ubuntu.com>
Date: Mon Oct 17 18:46:29 2016 -0400
Merge tag 'upstream/1.19+repack'
Upstream version 1.19+repack
# gpg: Signature made Mon 17 Oct 2016 06:46:29 PM EDT
# gpg: using RSA key 5001E1B09AA3744B
# gpg: issuer "unit193 at ubuntu.com"
# gpg: Good signature from "Unit 193 <unit193 at ubuntu.com>" [unknown]
# gpg: aka "Unit 193 <unit193 at gmail.com>" [unknown]
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg: There is no indication that the signature belongs to the owner.
# Primary key fingerprint: 8DB3 E586 865D 2B4A 2B18 5A5C 5001 E1B0 9AA3 744B
.gitattributes | 50 -
src/Release/Setup Files/License.txt => License.txt | 82 +-
README.md | 22 +-
Tests/bench.bat | 642 +--
Translations/Language.ar.xml | 2 +-
Translations/Language.be.xml | 2 +-
Translations/Language.bg.xml | 2 +-
Translations/Language.ca.xml | 2 +-
Translations/Language.cs.xml | 738 ++--
Translations/Language.da.xml | 2 +-
Translations/Language.de.xml | 168 +-
Translations/Language.el.xml | 2 +-
Translations/Language.es.xml | 2 +-
Translations/Language.et.xml | 2 +-
Translations/Language.eu.xml | 2 +-
Translations/Language.fa.xml | 2 +-
Translations/Language.fi.xml | 2 +-
Translations/Language.fr.xml | 2 +-
Translations/Language.hu.xml | 2 +-
Translations/Language.id.xml | 2 +-
Translations/Language.it.xml | 2 +-
Translations/Language.ja.xml | 2 +-
Translations/Language.ka.xml | 2 +-
Translations/Language.ko.xml | 2 +-
Translations/Language.lv.xml | 2 +-
Translations/Language.my.xml | 2 +-
Translations/Language.nl.xml | 204 +-
Translations/Language.nn.xml | 2 +-
Translations/Language.pl.xml | 2 +-
Translations/Language.pt-br.xml | 2 +-
Translations/Language.ru.xml | 54 +-
Translations/Language.sk.xml | 2 +-
Translations/Language.sl.xml | 2 +-
Translations/Language.sv.xml | 2 +-
Translations/Language.tr.xml | 2 +-
Translations/Language.uk.xml | 2 +-
Translations/Language.uz.xml | 2 +-
Translations/Language.vi.xml | 2 +-
Translations/Language.zh-cn.xml | 2 +-
Translations/Language.zh-hk.xml | 2 +-
Translations/Language.zh-tw.xml | 2 +-
doc/VeraCrypt User Guide.odt | Bin 2266019 -> 2267017 bytes
src/Boot/EFI/DcsBml32.efi | Bin 0 -> 6912 bytes
src/Boot/EFI/DcsBoot.efi | Bin 12640 -> 12704 bytes
src/Boot/EFI/DcsBoot32.efi | Bin 0 -> 10080 bytes
src/Boot/EFI/DcsCfg.efi | Bin 499264 -> 489088 bytes
src/Boot/EFI/DcsCfg32.efi | Bin 0 -> 484928 bytes
src/Boot/EFI/DcsInt.efi | Bin 469696 -> 459392 bytes
src/Boot/EFI/DcsInt32.efi | Bin 0 -> 471584 bytes
src/Boot/EFI/DcsRe.efi | Bin 18304 -> 18656 bytes
src/Boot/EFI/DcsRe32.efi | Bin 0 -> 14688 bytes
src/Boot/EFI/LegacySpeaker32.efi | Bin 0 -> 2528 bytes
src/Boot/Windows/Boot.vcproj | 500 +--
src/Boot/Windows/BootCommon.h | 2 +-
src/Boot/Windows/BootConsoleIo.cpp | 6 +
src/Boot/Windows/BootMain.cpp | 5 +-
src/Boot/Windows/Makefile | 2 +-
src/Build/Resources/MacOSX/Info.plist.xml | 2 +-
src/Build/Tools/MacOSX/yasm | Bin 0 -> 892672 bytes
src/Common/Apidrvr.h | 2 +
src/Common/BootEncryption.cpp | 404 +-
src/Common/BootEncryption.h | 30 +-
src/Common/Common.rc | 1250 +++---
src/Common/Crypto.c | 42 +-
src/Common/Crypto.h | 6 +-
src/Common/Dlgcode.c | 34 +-
src/Common/Dlgcode.h | 3 +-
src/Common/Format.c | 2 +-
src/Common/Keyfiles.c | 51 +-
src/Common/Password.c | 2 +-
src/Common/Pkcs5.c | 104 +-
src/Common/Random.c | 4 +-
src/Common/Resource.h | 8 +-
src/Common/Tcdefs.h | 8 +-
src/Common/Tests.c | 178 +-
src/Common/Volumes.c | 43 +-
src/Common/Volumes.h | 2 +-
src/Common/XUnzip.cpp | 4405 --------------------
src/Common/XUnzip.h | 382 --
src/Common/XZip.cpp | 3215 --------------
src/Common/XZip.h | 323 --
src/Common/Xts.c | 4 +-
src/Common/libzip/LICENSE | 31 +
src/Common/libzip/NEWS.md | 159 +
src/Common/libzip/compat.h | 181 +
src/Common/libzip/config.h | 72 +
src/Common/libzip/mkstemp.c | 150 +
src/Common/libzip/zip.h | 422 ++
src/Common/libzip/zip_add.c | 50 +
src/Common/libzip/zip_add_dir.c | 45 +
src/Common/libzip/zip_add_entry.c | 81 +
src/Common/libzip/zip_buffer.c | 321 ++
src/Common/libzip/zip_close.c | 492 +++
src/Common/libzip/zip_delete.c | 70 +
src/Common/libzip/zip_dir_add.c | 93 +
src/Common/libzip/zip_dirent.c | 913 ++++
src/Common/libzip/zip_discard.c | 79 +
src/Common/libzip/zip_entry.c | 53 +
src/Common/libzip/zip_err_str.c | 80 +
src/Common/libzip/zip_error.c | 155 +
src/Common/libzip/zip_error_clear.c | 45 +
src/Common/libzip/zip_error_get.c | 57 +
src/Common/libzip/zip_error_get_sys_type.c | 45 +
src/Common/libzip/zip_error_strerror.c | 87 +
src/Common/libzip/zip_error_to_str.c | 68 +
src/Common/libzip/zip_extra_field.c | 438 ++
src/Common/libzip/zip_extra_field_api.c | 366 ++
src/Common/libzip/zip_fclose.c | 55 +
src/Common/libzip/zip_fdopen.c | 85 +
src/Common/libzip/zip_file_add.c | 53 +
src/Common/libzip/zip_file_error_clear.c | 45 +
src/Common/libzip/zip_file_error_get.c | 42 +
src/Common/libzip/zip_file_get_comment.c | 56 +
.../libzip/zip_file_get_external_attributes.c | 51 +
src/Common/libzip/zip_file_get_offset.c | 73 +
src/Common/libzip/zip_file_rename.c | 68 +
src/Common/libzip/zip_file_replace.c | 108 +
src/Common/libzip/zip_file_set_comment.c | 103 +
.../libzip/zip_file_set_external_attributes.c | 83 +
src/Common/libzip/zip_file_set_mtime.c | 74 +
src/Common/libzip/zip_file_strerror.c | 42 +
src/Common/libzip/zip_filerange_crc.c | 76 +
src/Common/libzip/zip_fopen.c | 47 +
src/Common/libzip/zip_fopen_encrypted.c | 47 +
src/Common/libzip/zip_fopen_index.c | 45 +
src/Common/libzip/zip_fopen_index_encrypted.c | 86 +
src/Common/libzip/zip_fread.c | 63 +
src/Common/libzip/zip_get_archive_comment.c | 59 +
src/Common/libzip/zip_get_archive_flag.c | 46 +
.../libzip/zip_get_compression_implementation.c | 44 +
.../libzip/zip_get_encryption_implementation.c | 44 +
src/Common/libzip/zip_get_file_comment.c | 51 +
src/Common/libzip/zip_get_name.c | 60 +
src/Common/libzip/zip_get_num_entries.c | 53 +
src/Common/libzip/zip_get_num_files.c | 52 +
src/Common/libzip/zip_hash.c | 267 ++
src/Common/libzip/zip_io_util.c | 138 +
src/Common/libzip/zip_memdup.c | 57 +
src/Common/libzip/zip_name_locate.c | 94 +
src/Common/libzip/zip_new.c | 74 +
src/Common/libzip/zip_open.c | 853 ++++
src/Common/libzip/zip_rename.c | 45 +
src/Common/libzip/zip_replace.c | 43 +
src/Common/libzip/zip_set_archive_comment.c | 82 +
src/Common/libzip/zip_set_archive_flag.c | 67 +
src/Common/libzip/zip_set_default_password.c | 59 +
src/Common/libzip/zip_set_file_comment.c | 49 +
src/Common/libzip/zip_set_file_compression.c | 87 +
src/Common/libzip/zip_set_name.c | 158 +
src/Common/libzip/zip_source_begin_write.c | 53 +
src/Common/libzip/zip_source_buffer.c | 435 ++
src/Common/libzip/zip_source_call.c | 69 +
src/Common/libzip/zip_source_close.c | 58 +
src/Common/libzip/zip_source_commit_write.c | 64 +
src/Common/libzip/zip_source_crc.c | 202 +
src/Common/libzip/zip_source_deflate.c | 415 ++
src/Common/libzip/zip_source_error.c | 42 +
src/Common/libzip/zip_source_file.c | 63 +
src/Common/libzip/zip_source_filep.c | 503 +++
src/Common/libzip/zip_source_free.c | 72 +
src/Common/libzip/zip_source_function.c | 99 +
src/Common/libzip/zip_source_is_deleted.c | 42 +
src/Common/libzip/zip_source_layered.c | 69 +
src/Common/libzip/zip_source_open.c | 73 +
src/Common/libzip/zip_source_pkware.c | 226 +
src/Common/libzip/zip_source_read.c | 50 +
src/Common/libzip/zip_source_remove.c | 61 +
src/Common/libzip/zip_source_rollback_write.c | 47 +
src/Common/libzip/zip_source_seek.c | 92 +
src/Common/libzip/zip_source_seek_write.c | 52 +
src/Common/libzip/zip_source_stat.c | 63 +
src/Common/libzip/zip_source_supports.c | 68 +
src/Common/libzip/zip_source_tell.c | 50 +
src/Common/libzip/zip_source_tell_write.c | 47 +
src/Common/libzip/zip_source_win32a.c | 124 +
src/Common/libzip/zip_source_win32handle.c | 607 +++
src/Common/libzip/zip_source_win32utf8.c | 79 +
src/Common/libzip/zip_source_win32w.c | 124 +
src/Common/libzip/zip_source_window.c | 253 ++
src/Common/libzip/zip_source_write.c | 47 +
src/Common/libzip/zip_source_zip.c | 59 +
src/Common/libzip/zip_source_zip_new.c | 173 +
src/Common/libzip/zip_stat.c | 47 +
src/Common/libzip/zip_stat_index.c | 86 +
src/Common/libzip/zip_stat_init.c | 85 +
src/Common/libzip/zip_strerror.c | 42 +
src/Common/libzip/zip_string.c | 188 +
src/Common/libzip/zip_unchange.c | 95 +
src/Common/libzip/zip_unchange_all.c | 55 +
src/Common/libzip/zip_unchange_archive.c | 52 +
src/Common/libzip/zip_unchange_data.c | 55 +
src/Common/libzip/zip_utf-8.c | 249 ++
src/Common/libzip/zipconf.h | 121 +
src/Common/libzip/zipint.h | 465 +++
src/Common/libzip/zipwin32.h | 82 +
src/Common/zlib/README | 115 +
src/Common/zlib/adler32.c | 179 +
src/Common/zlib/compress.c | 80 +
src/Common/zlib/crc32.c | 425 ++
src/Common/zlib/crc32.h | 441 ++
src/Common/zlib/deflate.c | 1967 +++++++++
src/Common/zlib/deflate.h | 346 ++
src/Common/zlib/gzclose.c | 25 +
src/Common/zlib/gzguts.h | 209 +
src/Common/zlib/gzlib.c | 634 +++
src/Common/zlib/gzread.c | 594 +++
src/Common/zlib/gzwrite.c | 577 +++
src/Common/zlib/infback.c | 640 +++
src/Common/zlib/inffast.c | 340 ++
src/Common/zlib/inffast.h | 11 +
src/Common/zlib/inffixed.h | 94 +
src/Common/zlib/inflate.c | 1512 +++++++
src/Common/zlib/inflate.h | 122 +
src/Common/zlib/inftrees.c | 306 ++
src/Common/zlib/inftrees.h | 62 +
src/Common/zlib/trees.c | 1226 ++++++
src/Common/zlib/trees.h | 128 +
src/Common/zlib/uncompr.c | 59 +
src/Common/zlib/zconf.h | 511 +++
src/Common/zlib/zlib.h | 1768 ++++++++
src/Common/zlib/zutil.c | 324 ++
src/Common/zlib/zutil.h | 253 ++
src/Core/RandomNumberGenerator.cpp | 2 +-
src/Core/Unix/MacOSX/CoreMacOSX.cpp | 33 +-
src/Crypto/Crypto.vcproj | 1174 +++---
src/Crypto/Crypto.vcxproj | 6 +-
src/Crypto/Crypto.vcxproj.filters | 18 +-
src/Crypto/GostCipher.c | 45 +-
src/Crypto/GostCipher.h | 5 +-
src/Crypto/SerpentFast.c | 318 ++
src/Crypto/SerpentFast.h | 28 +
src/Crypto/SerpentFast_sbox.h | 437 ++
src/Crypto/SerpentFast_simd.cpp | 338 ++
src/Crypto/Sources | 3 +-
src/Crypto/Twofish.c | 555 ++-
src/Crypto/Twofish.h | 3 +-
src/Crypto/cpu.c | 4 +-
src/Crypto/cpu.h | 42 +
src/Crypto/gost89_x64.asm | 174 +-
src/Crypto/misc.h | 9 +
src/Driver/BuildDriver.cmd | 368 +-
src/Driver/DriveFilter.c | 11 +-
src/Driver/Driver.rc | 202 +-
src/Driver/Driver.vcproj | 796 ++--
src/Driver/Driver.vcxproj | 3 +-
src/Driver/Driver.vcxproj.filters | 9 +-
src/Driver/Ntdriver.c | 13 +-
src/ExpandVolume/ExpandVolume.c | 2 +-
src/ExpandVolume/ExpandVolume.rc | 596 +--
src/ExpandVolume/ExpandVolume.vcproj | 1954 ++++-----
src/ExpandVolume/ExpandVolume.vcxproj | 184 +-
src/ExpandVolume/ExpandVolume.vcxproj.filters | 392 +-
src/Format/Format.rc | 1494 +++----
src/Format/Format.vcproj | 2056 ++++-----
src/Format/Format.vcxproj | 189 +-
src/Format/Format.vcxproj.filters | 392 +-
src/Format/InPlace.c | 4 +-
src/Format/Tcformat.c | 4 +-
src/License.html | 45 +-
src/License.txt | 148 +-
src/Main/Forms/AboutDialog.cpp | 9 +-
src/Main/Forms/EncryptionOptionsWizardPage.cpp | 2 -
src/Main/Forms/VolumeCreationWizard.cpp | 1 +
src/Main/Forms/VolumePimWizardPage.cpp | 3 +-
src/Main/GraphicUserInterface.cpp | 6 +-
src/Main/Main.make | 5 +-
src/Main/UserInterface.cpp | 2 +-
src/Makefile | 50 +-
src/Mount/Mount.rc | 1478 +++----
src/Mount/Mount.vcproj | 2054 ++++-----
src/Mount/Mount.vcxproj | 185 +-
src/Mount/Mount.vcxproj.filters | 395 +-
src/Platform/Buffer.cpp | 37 +-
src/Platform/Buffer.h | 14 +-
src/Platform/Memory.cpp | 28 +
src/Platform/Memory.h | 2 +
src/Readme.txt | 23 +-
src/Release/Setup Files/License.txt | 110 +-
src/Release/Setup Files/NOTICE | 110 +-
src/Release/Setup Files/VeraCrypt User Guide.pdf | Bin 2895098 -> 2896857 bytes
src/Release/Setup Files/veracrypt-x64.sys | Bin 0 -> 467368 bytes
src/Release/Setup Files/veracrypt.sys | Bin 0 -> 516264 bytes
src/Resources/Texts/License.rtf | 24 +-
src/Setup/MacOSX/veracrypt.pkgproj | 55 +-
src/Setup/SelfExtract.c | 157 +-
src/Setup/Setup.c | 18 +-
src/Setup/Setup.rc | 654 +--
src/Setup/Setup.vcproj | 968 ++---
src/Setup/Setup.vcxproj | 163 +-
src/Setup/Setup.vcxproj.filters | 401 +-
src/Setup/Wizard.c | 10 +-
src/Signing/sign.bat | 54 +-
src/Signing/sign_test.bat | 62 +-
src/VeraCrypt.sln | 890 ++--
src/Volume/Cipher.cpp | 76 +-
src/Volume/Cipher.h | 3 +-
src/Volume/EncryptionAlgorithm.cpp | 2 +
src/Volume/EncryptionTest.cpp | 116 +-
src/Volume/Volume.make | 3 +-
299 files changed, 42054 insertions(+), 18605 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/veracrypt.git
More information about the debian-edu-commits
mailing list