Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Oct 2018 12:54:17 +0000 (UTC)
From:      Martin Matuska <mm@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-vendor@freebsd.org
Subject:   svn commit: r339644 - vendor/libarchive/dist/libarchive
Message-ID:  <201810231254.w9NCsH03010792@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mm
Date: Tue Oct 23 12:54:17 2018
New Revision: 339644
URL: https://svnweb.freebsd.org/changeset/base/339644

Log:
  Update vendor/libarchive/dist to git b1dc8bb16e192d71442a94fdcd0096ba9e2946b4
  
  Relevant ventor changes:
    RAR5 reader: comment out unused constant

Modified:
  vendor/libarchive/dist/libarchive/archive_read_support_format_rar5.c

Modified: vendor/libarchive/dist/libarchive/archive_read_support_format_rar5.c
==============================================================================
--- vendor/libarchive/dist/libarchive/archive_read_support_format_rar5.c	Tue Oct 23 12:53:09 2018	(r339643)
+++ vendor/libarchive/dist/libarchive/archive_read_support_format_rar5.c	Tue Oct 23 12:54:17 2018	(r339644)
@@ -77,7 +77,7 @@
 
 static unsigned char rar5_signature[] = { 243, 192, 211, 128, 187, 166, 160, 161 };
 static const ssize_t rar5_signature_size = sizeof(rar5_signature);
-static const size_t g_unpack_buf_chunk_size = 1024;
+/* static const size_t g_unpack_buf_chunk_size = 1024; */
 static const size_t g_unpack_window_size = 0x20000;
 
 struct file_header {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810231254.w9NCsH03010792>