The NetBSD Project

CVS log for src/external/bsd/libarchive/lib/libarchive/Makefile

[BACK] Up to [cvs.NetBSD.org] / src / external / bsd / libarchive / lib / libarchive

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.16 / (download) - annotate - [select for diffs], Sat Jun 3 09:09:04 2023 UTC (5 days, 3 hours ago) by lukem
Branch: MAIN
CVS Tags: HEAD
Changes since 1.15: +8 -8 lines
Diff to previous 1.15 (colored)

bsd.own.mk: rename GCC_NO_* to CC_WNO_*

Rename compiler-warning-disable variables from
	GCC_NO_warning
to
	CC_WNO_warning
where warning is the full warning name as used by the compiler.

GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH

Using the convention CC_compilerflag, where compilerflag
is based on the full compiler flag name.

Revision 1.15 / (download) - annotate - [select for diffs], Mon May 8 21:20:29 2023 UTC (4 weeks, 2 days ago) by christos
Branch: MAIN
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored)

Elide OpenSSL-3 deprecation warning

Revision 1.14 / (download) - annotate - [select for diffs], Fri Jul 22 15:43:37 2022 UTC (10 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: netbsd-10-base, netbsd-10
Changes since 1.13: +18 -1 lines
Diff to previous 1.13 (colored)

Build and install pkgconfig files for liblzma and libarchive

Revision 1.13 / (download) - annotate - [select for diffs], Mon Apr 12 06:08:30 2021 UTC (2 years, 1 month ago) by mrg
Branch: MAIN
CVS Tags: cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Changes since 1.12: +7 -9 lines
Diff to previous 1.12 (colored)

new GCC_NO_* uses for warning issues.  most of the users of the new
GCC_NO_RETURN_LOCAL_ADDR are bugs in GCC itself, not the code.

Revision 1.12 / (download) - annotate - [select for diffs], Sat May 16 18:31:46 2020 UTC (3 years ago) by christos
Branch: MAIN
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (colored)

Add ACL support for FFS. From FreeBSD.

Revision 1.8.4.2 / (download) - annotate - [select for diffs], Mon Apr 13 07:46:05 2020 UTC (3 years, 1 month ago) by martin
Branch: phil-wifi
Changes since 1.8.4.1: +16 -6 lines
Diff to previous 1.8.4.1 (colored) to branchpoint 1.8 (colored) next main 1.9 (colored)

Mostly merge changes from HEAD upto 20200411

Revision 1.10.2.1 / (download) - annotate - [select for diffs], Tue Jan 21 15:48:52 2020 UTC (3 years, 4 months ago) by martin
Branch: netbsd-9
CVS Tags: netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2
Changes since 1.10: +4 -1 lines
Diff to previous 1.10 (colored) next main 1.11 (colored)

Pull up the following, requested by christos in ticket #638:

	external/bsd/libarchive/dist/test_utils/test_common.h up to 1.1
	external/bsd/libarchive/dist/test_utils/test_main.c up to 1.1
	external/bsd/libarchive/dist/test_utils/test_utils.c up to 1.1
	external/bsd/libarchive/dist/test_utils/test_utils.h up to 1.1
	external/bsd/libarchive/prepare-import.sh       up to 1.5
	external/bsd/libarchive/dist/libarchive/archive.h up to 1.5
	external/bsd/libarchive/dist/libarchive/archive_private.h up to 1.2
	external/bsd/libarchive/dist/libarchive/archive_util.c up to 1.2
	external/bsd/libarchive/dist/libarchive/archive_write_disk_posix.c up to 1.4
	external/bsd/libarchive/dist/libarchive/test/test_archive_write_set_format_filter_by_ext.c up to 1.2
	external/bsd/libarchive/dist/libarchive/test/test_read_disk_directory_traversals.c up to 1.2
	external/bsd/libarchive/dist/libarchive/test/test_read_format_7zip.c up to 1.2
	external/bsd/libarchive/dist/libarchive/test/test_sparse_basic.c up to 1.2
	external/bsd/libarchive/dist/libarchive/test/test_write_disk_secure.c up to 1.3
	external/bsd/libarchive/dist/libarchive/test/test_write_disk_secure744.c up to 1.2
	external/bsd/libarchive/dist/libarchive/test/test_write_disk_secure746.c up to 1.2
	external/bsd/libarchive/dist/libarchive/test/test_write_format_zip_file.c up to 1.2
	external/bsd/libarchive/dist/libarchive/test/test_write_format_zip_file_zip64.c up to 1.2
	external/bsd/libarchive/dist/tar/bsdtar.c       up to 1.2
	external/bsd/libarchive/dist/tar/test/test_copy.c up to 1.2
	external/bsd/libarchive/dist/tar/test/test_option_U_upper.c up to 1.2
	external/bsd/libarchive/dist/tar/test/test_symlink_dir.c up to 1.2
	external/bsd/libarchive/include/config_netbsd.h up to 1.11
	external/bsd/libarchive/lib/libarchive/Makefile up to 1.11

- atomic extraction
- preserve existing symlinks

Revision 1.11 / (download) - annotate - [select for diffs], Sun Oct 13 07:28:06 2019 UTC (3 years, 7 months ago) by mrg
Branch: MAIN
CVS Tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, is-mlppp-base, is-mlppp
Changes since 1.10: +4 -1 lines
Diff to previous 1.10 (colored)

introduce some common variables for use in GCC warning disables:

GCC_NO_FORMAT_TRUNCATION    -Wno-format-truncation (GCC 7/8)
GCC_NO_STRINGOP_TRUNCATION  -Wno-stringop-truncation (GCC 8)
GCC_NO_STRINGOP_OVERFLOW    -Wno-stringop-overflow (GCC 8)
GCC_NO_CAST_FUNCTION_TYPE   -Wno-cast-function-type (GCC 8)

use these to turn off warnings for most GCC-8 complaints.  many
of these are false positives, most of the real bugs are already
commited, or are yet to come.


we plan to introduce versions of (some?) of these that use the
"-Wno-error=" form, which still displays the warnings but does
not make it an error, and all of the above will be re-considered
as either being "fix me" (warning still displayed) or "warning
is wrong."

Revision 1.10 / (download) - annotate - [select for diffs], Wed Jul 24 14:07:17 2019 UTC (3 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: netbsd-9-base, netbsd-9-0-RC1
Branch point for: netbsd-9
Changes since 1.9: +13 -6 lines
Diff to previous 1.9 (colored)

Update build glue and configuration for libarchive 3.4.0.

Revision 1.8.4.1 / (download) - annotate - [select for diffs], Mon Jun 10 21:44:58 2019 UTC (3 years, 11 months ago) by christos
Branch: phil-wifi
Changes since 1.8: +8 -1 lines
Diff to previous 1.8 (colored)

Sync with HEAD

Revision 1.9 / (download) - annotate - [select for diffs], Mon Feb 4 04:05:15 2019 UTC (4 years, 4 months ago) by mrg
Branch: MAIN
CVS Tags: phil-wifi-20190609
Changes since 1.8: +8 -1 lines
Diff to previous 1.8 (colored)

- use -Wno-error=implicit-fallthrough with GCC7.

Revision 1.8 / (download) - annotate - [select for diffs], Sun Feb 4 03:19:52 2018 UTC (5 years, 4 months ago) by christos
Branch: MAIN
CVS Tags: phil-wifi-base, pgoyette-compat-merge-20190127, pgoyette-compat-base, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, pgoyette-compat
Branch point for: phil-wifi
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

switch everyone to openssl.old

Revision 1.7 / (download) - annotate - [select for diffs], Sun May 21 22:32:56 2017 UTC (6 years ago) by kamil
Branch: MAIN
CVS Tags: perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-8-base, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, matt-nb8-mediatek-base, matt-nb8-mediatek
Changes since 1.6: +2 -3 lines
Diff to previous 1.6 (colored)

Simplify linking libarchive with libcrypto

Revision 1.6 / (download) - annotate - [select for diffs], Sun May 21 15:28:39 2017 UTC (6 years ago) by riastradh
Branch: MAIN
Changes since 1.5: +1 -3 lines
Diff to previous 1.5 (colored)

Remove MKCRYPTO option.

Originally, MKCRYPTO was introduced because the United States
classified cryptography as a munition and restricted its export.  The
export controls were substantially relaxed fifteen years ago, and are
essentially irrelevant for software with published source code.

In the intervening time, nobody bothered to remove the option after
its motivation -- the US export restriction -- was eliminated.  I'm
not aware of any other operating system that has a similar option; I
expect it is mainly out of apathy for churn that we still have it.
Today, cryptography is an essential part of modern computing -- you
can't use the internet responsibly without cryptography.

The position of the TNF board of directors is that TNF makes no
representation that MKCRYPTO=no satisfies any country's cryptography
regulations.

My personal position is that the availability of cryptography is a
basic human right; that any local laws restricting it to a privileged
few are fundamentally immoral; and that it is wrong for developers to
spend effort crippling cryptography to work around such laws.

As proposed on tech-crypto, tech-security, and tech-userlevel to no
objections:

https://mail-index.netbsd.org/tech-crypto/2017/05/06/msg000719.html
https://mail-index.netbsd.org/tech-security/2017/05/06/msg000928.html
https://mail-index.netbsd.org/tech-userlevel/2017/05/06/msg010547.html

P.S.  Reviewing all the uses of MKCRYPTO in src revealed a lot of
*bad* crypto that was conditional on it, e.g. DES in telnet...  That
should probably be removed too, but on the grounds that it is bad,
not on the grounds that it is (nominally) crypto.

Revision 1.3.30.1 / (download) - annotate - [select for diffs], Wed Apr 26 02:52:31 2017 UTC (6 years, 1 month ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.3: +343 -161 lines
Diff to previous 1.3 (colored) next main 1.4 (colored)

Sync with HEAD

Revision 1.5 / (download) - annotate - [select for diffs], Sat Apr 22 15:12:59 2017 UTC (6 years, 1 month ago) by christos
Branch: MAIN
CVS Tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-20170426
Changes since 1.4: +6 -2 lines
Diff to previous 1.4 (colored)

Obey MKCRYPTO.

Revision 1.3.34.1 / (download) - annotate - [select for diffs], Fri Apr 21 16:51:30 2017 UTC (6 years, 1 month ago) by bouyer
Branch: bouyer-socketcan
Changes since 1.3: +339 -161 lines
Diff to previous 1.3 (colored) next main 1.4 (colored)

Sync with HEAD

Revision 1.4 / (download) - annotate - [select for diffs], Thu Apr 20 13:11:04 2017 UTC (6 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: bouyer-socketcan-base1
Changes since 1.3: +339 -161 lines
Diff to previous 1.3 (colored)

Update build system for libarchive-3.3.2pre.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Nov 2 19:14:54 2010 UTC (12 years, 7 months ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-tag8, yamt-pagecache-base9, yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, yamt-pagecache, tls-maxphys-base, tls-maxphys, tls-earlyentropy-base, tls-earlyentropy, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, pgoyette-localcount-base, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0, netbsd-7, netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, netbsd-6, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, matt-mips64-premerge-20101231, localcount-20160914, khorben-n900, cherry-xenmp-base, cherry-xenmp, bouyer-socketcan-base, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2, agc-symver-base, agc-symver
Branch point for: pgoyette-localcount, bouyer-socketcan
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

Enable direct XZ support

Revision 1.2 / (download) - annotate - [select for diffs], Sat Feb 20 22:49:22 2010 UTC (13 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.1: +1 -2 lines
Diff to previous 1.1 (colored)

Remove a windows-only source file from the list.

Revision 1.1 / (download) - annotate - [select for diffs], Sat Feb 20 02:55:53 2010 UTC (13 years, 3 months ago) by joerg
Branch: MAIN

Update build infrastructure for libarchive 2.8.0.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>