From dd388b11ed8e9903e0a0851bcb9ceab906a41879 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 5 Mar 2025 09:17:07 +0100 Subject: [PATCH] Adding upstream version 0.27.1. Signed-off-by: Daniel Baumann --- ChangeLog | 5 +++++ Makefile.in | 4 ++-- common_mutex.cc | 2 -- common_mutex.h | 2 ++ configure | 2 +- create_lz.cc | 1 - decode_lz.cc | 1 - doc/tarlz.1 | 2 +- doc/tarlz.info | 48 ++++++++++++++++++++++++------------------------ doc/tarlz.texi | 4 ++-- 10 files changed, 37 insertions(+), 34 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2249712..e6da72f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2025-03-04 Antonio Diaz Diaz + + * Version 0.27.1 released. + * common_mutex.h: #include . (Reported by Michal Górny). + 2025-02-28 Antonio Diaz Diaz * Version 0.27 released. diff --git a/Makefile.in b/Makefile.in index 75183d5..e7f0b68 100644 --- a/Makefile.in +++ b/Makefile.in @@ -39,7 +39,7 @@ arg_parser.o : arg_parser.h archive_reader.o : tarlz.h lzip_index.h archive_reader.h common.o : tarlz.h common_decode.o : tarlz.h arg_parser.h decode.h -common_mutex.o : common_mutex.h +common_mutex.o : tarlz.h common_mutex.h compress.o : tarlz.h arg_parser.h create.o : tarlz.h arg_parser.h create.h create_lz.o : tarlz.h arg_parser.h common_mutex.h create.h @@ -49,7 +49,7 @@ decode_lz.o : tarlz.h arg_parser.h lzip_index.h archive_reader.h \ delete.o : tarlz.h arg_parser.h lzip_index.h archive_reader.h delete_lz.o : tarlz.h arg_parser.h lzip_index.h archive_reader.h exclude.o : tarlz.h -extended.o : tarlz.h +extended.o : tarlz.h common_mutex.h lzip_index.o : tarlz.h lzip_index.h main.o : tarlz.h arg_parser.h diff --git a/common_mutex.cc b/common_mutex.cc index f7770d7..18038c1 100644 --- a/common_mutex.cc +++ b/common_mutex.cc @@ -17,8 +17,6 @@ #define _FILE_OFFSET_BITS 64 -#include - #include "tarlz.h" #include "common_mutex.h" diff --git a/common_mutex.h b/common_mutex.h index 158cb7b..bb4ec33 100644 --- a/common_mutex.h +++ b/common_mutex.h @@ -15,6 +15,8 @@ along with this program. If not, see . */ +#include + void xinit_mutex( pthread_mutex_t * const mutex ); void xinit_cond( pthread_cond_t * const cond ); void xdestroy_mutex( pthread_mutex_t * const mutex ); diff --git a/configure b/configure index fc65649..5fa5132 100755 --- a/configure +++ b/configure @@ -6,7 +6,7 @@ # to copy, distribute, and modify it. pkgname=tarlz -pkgversion=0.27 +pkgversion=0.27.1 progname=tarlz srctrigger=doc/${pkgname}.texi diff --git a/create_lz.cc b/create_lz.cc index 7afff16..5768dfe 100644 --- a/create_lz.cc +++ b/create_lz.cc @@ -21,7 +21,6 @@ #include #include #include -#include #include // for lzlib.h #include #include diff --git a/decode_lz.cc b/decode_lz.cc index 8190186..db65f80 100644 --- a/decode_lz.cc +++ b/decode_lz.cc @@ -21,7 +21,6 @@ #include #include #include -#include #include // for lzlib.h #include #include diff --git a/doc/tarlz.1 b/doc/tarlz.1 index 45bcff9..f6683a0 100644 --- a/doc/tarlz.1 +++ b/doc/tarlz.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2. -.TH TARLZ "1" "March 2025" "tarlz 0.27" "User Commands" +.TH TARLZ "1" "March 2025" "tarlz 0.27.1" "User Commands" .SH NAME tarlz \- creates tar archives with multimember lzip compression .SH SYNOPSIS diff --git a/doc/tarlz.info b/doc/tarlz.info index 78b7729..e483173 100644 --- a/doc/tarlz.info +++ b/doc/tarlz.info @@ -11,7 +11,7 @@ File: tarlz.info, Node: Top, Next: Introduction, Up: (dir) Tarlz Manual ************ -This manual is for Tarlz (version 0.27, 28 February 2025). +This manual is for Tarlz (version 0.27.1, 4 March 2025). * Menu: @@ -1344,29 +1344,29 @@ Concept index  Tag Table: Node: Top216 -Node: Introduction1356 -Node: Invoking tarlz4179 -Ref: --data-size13265 -Ref: --bsolid17924 -Ref: --missing-crc21532 -Node: Argument syntax23897 -Node: Creating backups safely25673 -Node: Portable character set28057 -Node: File format28709 -Ref: key_crc3235756 -Ref: ustar-uid-gid39052 -Ref: ustar-mtime39859 -Node: Amendments to pax format41866 -Ref: crc3242574 -Ref: flawed-compat43885 -Node: Program design47870 -Node: Multi-threaded decoding51797 -Ref: mt-listing54198 -Ref: mt-extraction55236 -Node: Minimum archive sizes56542 -Node: Examples58671 -Node: Problems61166 -Node: Concept index61721 +Node: Introduction1354 +Node: Invoking tarlz4177 +Ref: --data-size13263 +Ref: --bsolid17922 +Ref: --missing-crc21530 +Node: Argument syntax23895 +Node: Creating backups safely25671 +Node: Portable character set28055 +Node: File format28707 +Ref: key_crc3235754 +Ref: ustar-uid-gid39050 +Ref: ustar-mtime39857 +Node: Amendments to pax format41864 +Ref: crc3242572 +Ref: flawed-compat43883 +Node: Program design47868 +Node: Multi-threaded decoding51795 +Ref: mt-listing54196 +Ref: mt-extraction55234 +Node: Minimum archive sizes56540 +Node: Examples58669 +Node: Problems61164 +Node: Concept index61719  End Tag Table diff --git a/doc/tarlz.texi b/doc/tarlz.texi index 40ee137..ecfb5b0 100644 --- a/doc/tarlz.texi +++ b/doc/tarlz.texi @@ -6,8 +6,8 @@ @finalout @c %**end of header -@set UPDATED 28 February 2025 -@set VERSION 0.27 +@set UPDATED 4 March 2025 +@set VERSION 0.27.1 @dircategory Archiving @direntry