History log of /dflybsd-src/lib/libarchive/Makefile (Results 1 – 25 of 58)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v6.4.0, v6.4.0rc1, v6.5.0
# cd7cc7e9 17-Nov-2022 Antonio Huete Jimenez <tuxillo@quantumachine.net>

libarchive: Adjustments after the 3.6.1 import


Revision tags: v6.2.2, v6.2.1, v6.3.0, v6.0.1, v6.0.0, v6.0.0rc1, v6.1.0
# c37c9ab3 01-Apr-2021 Matthew Dillon <dillon@apollo.backplane.com>

build - Add zstd to the build (libzstd as private library)

* Bring in contrib/zstd from FreeBSD.

* Add libzstd as a private library (i.e. priv/libprivate_zstd) to
avoid confusion. (Note that Fre

build - Add zstd to the build (libzstd as private library)

* Bring in contrib/zstd from FreeBSD.

* Add libzstd as a private library (i.e. priv/libprivate_zstd) to
avoid confusion. (Note that FreeBSD also has zstd in base as
a private library).

* Add zstd, unzstd, zstdcat, zstdmt utilities.

* Integrate into libarchive, initrd, dsynth, and misc other
base system elements.

Ported-from: FreeBSD

show more ...


Revision tags: v5.8.3, v5.8.2
# 93f1f16d 27-Jun-2020 Daniel Fojt <df@neosystem.org>

Upgrade libarchive, bsdcat(1), bsdcpio(1) and bsdtar(1). 2/2

- update README.DRAGONFLY
- extend Symbol.map and Versions.def
- adapt Makefile
- regenerate config.h


Revision tags: v5.8.1, v5.8.0, v5.9.0, v5.8.0rc1, v5.6.3, v5.6.2, v5.6.1, v5.6.0, v5.6.0rc1, v5.7.0, v5.4.3, v5.4.2
# 16dd80e4 13-Apr-2019 zrj <rimvydas.jasinskas@gmail.com>

Adjust files for libarchive-3.3.3 import.

This finally drops dependency on libmd. Also avoid pthreads from lzma.

Changes:
* Remove LIBMD
* Add README.DELETED
* Fix Symbol.map
* Adjust tools to

Adjust files for libarchive-3.3.3 import.

This finally drops dependency on libmd. Also avoid pthreads from lzma.

Changes:
* Remove LIBMD
* Add README.DELETED
* Fix Symbol.map
* Adjust tools to take version from config.h

show more ...


Revision tags: v5.4.1, v5.4.0, v5.5.0, v5.4.0rc1, v5.2.2, v5.2.1, v5.2.0, v5.3.0, v5.2.0rc
# 117e566d 02-Feb-2018 Sascha Wildner <saw@online.de>

Normalize libcrypto and libssl DPADD variable names and adjust Makefiles.


Revision tags: v5.0.2, v5.0.1, v5.0.0, v5.0.0rc2, v5.1.0, v5.0.0rc1
# 2df7899b 24-Aug-2017 Sascha Wildner <saw@online.de>

libarchive: Add an archive.3 MLINK.

Occasionally used in FreeBSD manual pages.


Revision tags: v4.8.1, v4.8.0, v4.6.2, v4.9.0, v4.8.0rc
# 6e6c5405 07-Feb-2017 zrj <rimvydas.jasinskas@gmail.com>

ssl: Consistently use LibreSSL base headers.

Add missing include paths to prevent implicit search of <openssl/*> headers
where private crypto lib is linked in.


# 38b720cd 09-Nov-2016 zrj <rimvydas.jasinskas@gmail.com>

LIBPRIV: Add common PRIVATELIB_LDFLAGS definitions.

Simply being able to change it in two places is easier than everywhere.
Also add PRIVATELIB_BLDFLAGS that is intended for bootsrapping only.
While

LIBPRIV: Add common PRIVATELIB_LDFLAGS definitions.

Simply being able to change it in two places is easier than everywhere.
Also add PRIVATELIB_BLDFLAGS that is intended for bootsrapping only.
While there, perform some cleanup for dup entries.

show more ...


# c6bbcd25 28-Oct-2016 zrj <rimvydas.jasinskas@gmail.com>

build: Fix wrong DPADD for libcrypto.

Follow up to 0fe46dc6296951eb138485d8c6b580bac0488fd8


# 0fe46dc6 27-Oct-2016 Matthew Dillon <dillon@apollo.backplane.com>

build - Rewire secure, remove conflicts from libmd, libcrypt

* Remove /usr/src/secure, folding all of its subsystems into
/usr/src. There's no point having a /usr/src/secure any more,
the syste

build - Rewire secure, remove conflicts from libmd, libcrypt

* Remove /usr/src/secure, folding all of its subsystems into
/usr/src. There's no point having a /usr/src/secure any more,
the system won't run without the secure stuff, the idea that some foreign
actor could segregate it in order to legally download code without crypto
is absurd on the modern internet, and the U.S. government stopped caring
decades ago.

* Remove conflicts from libmd and libcrypt. Essentially this removes
the SHA*_*() and MD5_*() APIs from libmd because these APIs already
exist in lib[re]ssl.

The older SHA*() and MD5*() APIs are partially retained for legacy base
code, but will be removed in a later stage (moved to direct-linking the
needed support source).

Conflicting routines in libcrypt have been renamed and internalized to
be libcrypt-only.

* Major rewiring of the Makefile's to support the changes.

show more ...


Revision tags: v4.6.1, v4.6.0, v4.6.0rc2, v4.6.0rc, v4.7.0
# f2c43266 13-May-2016 Peter Avalos <pavalos@dragonflybsd.org>

Adjust files for libarchive-3.2.0 import.


Revision tags: v4.4.3, v4.4.2, v4.4.1, v4.4.0, v4.5.0, v4.4.0rc, v4.2.4, v4.3.1, v4.2.3, v4.2.1, v4.2.0, v4.0.6, v4.3.0, v4.2.0rc, v4.0.5, v4.0.4, v4.0.3, v4.0.2
# d91d30bb 01-Dec-2014 John Marino <draco@marino.st>

library versioning: Activate versioning on 7 libraries

All 4.2 packages currently on the system will continue to work on
a system after this commit. However, the next bulk run of packages will
buil

library versioning: Activate versioning on 7 libraries

All 4.2 packages currently on the system will continue to work on
a system after this commit. However, the next bulk run of packages will
build using these symbol versions and will not work on systems older
than this commit. Part of the joys of running on bleeding edge I think.
The next bulk run won't be for a couple of weeks at least (I'm waiting
on a disruptive and huge patch of perl and pgsql to settle down) so there
is no impending breakage expected.

The newly mapped libraries are: z, ncurses, lzma, edit, archive, md, bz2

show more ...


# a4ada0f6 01-Dec-2014 John Marino <draco@marino.st>

library versioning: Don't bump major version

Eight libraries have unused yet valid symbol maps. The original plan was
to activate them together and bump all the major library versions at the
same t

library versioning: Don't bump major version

Eight libraries have unused yet valid symbol maps. The original plan was
to activate them together and bump all the major library versions at the
same time. This never happened because the libc symbol map isn't quite
right yet. However, it's not necessary to bump the version. If mapped,
both the versioned and unversioned symbol will be available and will
reference the same location, so no breakage will occur.

Once confirmed, the next commit will remove the "RELEASE36" check. The
c library guard had changed to RELEASE42, so the intent is to activate
versioning on 7 of the 8 libraries in one step.

show more ...


Revision tags: v4.0.1, v4.0.0, v4.0.0rc3, v4.0.0rc2, v4.0.0rc, v4.1.0, v3.8.2, v3.8.1, v3.6.3, v3.8.0, v3.8.0rc2, v3.9.0, v3.8.0rc, v3.6.2, v3.6.1, v3.6.0, v3.7.1, v3.6.0rc
# 407e57a6 30-Sep-2013 John Marino <draco@marino.st>

libarchive: Disable iconv the statically-built version

The iconv in base uses dlopen(3) which only works on dynamically-built
binaries. Use the new SHARED_CFLAGS variable to set ICONV conditionally

libarchive: Disable iconv the statically-built version

The iconv in base uses dlopen(3) which only works on dynamically-built
binaries. Use the new SHARED_CFLAGS variable to set ICONV conditionally
for dynamic libraries only. This fixes the "Service Unavailable"
message that pkg started emitting after the locales/iconv update.

show more ...


Revision tags: v3.4.3
# 4a60df4c 14-Jun-2013 John Marino <draco@marino.st>

libarchive: Use vendor version numbers instead of DF306


# c9d9ca1a 13-Jun-2013 John Marino <draco@marino.st>

libarchive: Add symbol versions (not active)


Revision tags: v3.4.2, v3.4.1, v3.4.0, v3.4.0rc, v3.5.0
# 2267fd78 05-Mar-2013 Johannes Hofmann <johannes.hofmann@gmx.de>

Merge branch 'master' of git://git.dragonflybsd.org/dragonfly into wlan_serialize


# 76d15056 19-Feb-2013 Peter Avalos <pavalos@dragonflybsd.org>

Adjust files for libarchive-3.1.2 import.


Revision tags: v3.2.2, v3.2.1, v3.2.0, v3.3.0, v3.0.3
# dffe7d78 11-Jul-2012 Matthew Dillon <dillon@apollo.backplane.com>

Merge branches 'hammer2' and 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly into hammer2


# 99f62aec 11-Jul-2012 Peter Avalos <pavalos@dragonflybsd.org>

Update files for libarchive-3.0.4 import.


Revision tags: v3.0.2, v3.0.1, v3.1.0, v3.0.0
# 8f69d928 12-Jan-2012 Peter Avalos <pavalos@dragonflybsd.org>

Update files for libarchive-3.0.2 import.


# 86d7f5d3 26-Nov-2011 John Marino <draco@marino.st>

Initial import of binutils 2.22 on the new vendor branch

Future versions of binutils will also reside on this branch rather
than continuing to create new binutils branches for each new version.


Revision tags: v2.12.0, v2.13.0
# ff831084 20-Sep-2011 Peter Avalos <pavalos@dragonflybsd.org>

libarchive: Bump WARNS down for vendor-induced warnings.


Revision tags: v2.10.1, v2.11.0, v2.10.0, v2.9.1, v2.8.2, v2.8.1, v2.8.0, v2.9.0, v2.6.3, v2.7.3, v2.6.2, v2.7.2, v2.7.1, v2.6.1, v2.7.0, v2.6.0, v2.5.1, v2.4.1, v2.5.0, v2.4.0, v2.3.2
# 6cd31e5b 06-Jul-2009 Jordan Gordeev <jgordeev@dir.bg>

Merge branch 'master' into amd64


# 53116cdc 06-Jul-2009 Jordan Gordeev <jgordeev@dir.bg>

Merge commit '1276d1e1a1b128f7093a3021d3f6bc27afa80d23' into amd64


123