History log of /freebsd-14.2/lib/libfetch/Makefile (Results 1 – 25 of 68)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0
# d0b2dbfa 16-Aug-2023 Warner Losh <[email protected]>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 77d788e2 25-May-2023 Pierre Pronchery <[email protected]>

libfetch: specify OpenSSL 1.1 APIs

OPENSSL_API_COMPAT can be used to specify the OpenSSL API version in
use for the purpose of hiding deprecated interfaces and enabling
the appropriate deprecation n

libfetch: specify OpenSSL 1.1 APIs

OPENSSL_API_COMPAT can be used to specify the OpenSSL API version in
use for the purpose of hiding deprecated interfaces and enabling
the appropriate deprecation notices.

This change is a NFC while we're still using OpenSSL 1.1.1 but will
avoid deprecation warnings upon the switch to OpenSSL 3.0.

Future work should migrate to use the OpenSSL 3.0 APIs.

PR: 271615
Reviewed by: emaste
Event: Kitchener-Waterloo Hackathon 202305
Sponsored by: The FreeBSD Foundation

show more ...


Revision tags: release/13.2.0, release/12.4.0, release/13.1.0
# 13ef8134 15-Dec-2021 Emmanuel Vadot <[email protected]>

pkgbase: Create a FreeBSD-fetch package

It's useful for small image to fetch some data but we don't want to
install utilities nor bloat runtime.

MFC after: 2 weeks
Sponsored by: Beckhoff Automation

pkgbase: Create a FreeBSD-fetch package

It's useful for small image to fetch some data but we don't want to
install utilities nor bloat runtime.

MFC after: 2 weeks
Sponsored by: Beckhoff Automation GmbH & Co. KG
Differential Revision: https://reviews.freebsd.org/D33463

show more ...


Revision tags: release/12.3.0, release/13.0.0, release/12.2.0
# 94179175 17-Aug-2020 Xin LI <[email protected]>

Don't explicitly specify c99 or gnu99 as the default is now gnu99.

MFC after: 2 weeks


Revision tags: release/11.4.0, release/12.1.0
# 4c1a82ce 05-Sep-2019 Emmanuel Vadot <[email protected]>

pkgbase: Create a FreeBSD-utilities package and make it the default one

The default package use to be FreeBSD-runtime but it should only contain
binaries and libs enough to boot to single user and r

pkgbase: Create a FreeBSD-utilities package and make it the default one

The default package use to be FreeBSD-runtime but it should only contain
binaries and libs enough to boot to single user and repair the system, it
is also very handy to have a package that can be tranform to a small mfsroot.
So create a new package named FreeBSD-utilities and make it the default one.
Also move a few binaries and lib into this package when it make sense.
Reviewed by: bapt, gjb
Differential Revision: https://reviews.freebsd.org/D21506

show more ...


# f4e05cc5 28-Aug-2019 Mark Johnston <[email protected]>

Document fetchReqHTTP().

Submitted by: Farhan Khan <[email protected]>
Reviewed by: 0mp
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D18788


Revision tags: release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0
# a70cba95 04-Feb-2016 Glen Barber <[email protected]>

First pass through library packaging.

Sponsored by: The FreeBSD Foundation


Revision tags: release/10.2.0
# 6b129086 25-Nov-2014 Baptiste Daroussin <[email protected]>

Convert libraries to use LIBADD
While here reduce a bit overlinking


Revision tags: release/10.1.0, release/9.3.0
# c6063d0d 06-May-2014 Warner Losh <[email protected]>

Use src.opts.mk in preference to bsd.own.mk except where we need stuff
from the latter.


Revision tags: release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0
# 0e50a833 14-Sep-2012 Dag-Erling Smørgrav <[email protected]>

Use libmd if and only if OpenSSL is not available.

PR: bin/171402
MFC after: 3 days


Revision tags: release/8.3.0_cvs, release/8.3.0, release/9.0.0
# ee3cb0e5 12-May-2011 Dag-Erling Smørgrav <[email protected]>

Builds cleanly at the default WARNS level (WARNS=6).


# eb9b80c3 12-May-2011 Dag-Erling Smørgrav <[email protected]>

Increase WARNS to 4.


# a42eecde 12-May-2011 Dag-Erling Smørgrav <[email protected]>

Increase WARNS to 3.


Revision tags: release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0
# da4af7b6 26-Jan-2010 Dag-Erling Smørgrav <[email protected]>

MFH (r202613, r202623): HTTP digest authentication support.


# 66c82e57 19-Jan-2010 Dag-Erling Smørgrav <[email protected]>

Add missing DPADD and fix whitespace.

Submitted by: ru


# 79ad329d 19-Jan-2010 Dag-Erling Smørgrav <[email protected]>

Add HTTP digest authentication.

Submitted by: Jean-Francois Dockes <[email protected]>
Forgotten by: des (repeatedly)


Revision tags: release/8.0.0_cvs, release/8.0.0
# 3ca3047a 19-Jul-2009 Ken Smith <[email protected]>

Bump the version of all non-symbol-versioned shared libraries in
preparation for 8.0-RELEASE. Add the previous version of those
libraries to ObsoleteFiles.inc and bump __FreeBSD_Version.

Reviewed b

Bump the version of all non-symbol-versioned shared libraries in
preparation for 8.0-RELEASE. Add the previous version of those
libraries to ObsoleteFiles.inc and bump __FreeBSD_Version.

Reviewed by: kib
Approved by: re (rwatson)

show more ...


Revision tags: release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0
# edabafcb 19-Dec-2007 Ruslan Ermilov <[email protected]>

Add missing dependencies on Makefile (fixes NO_CLEAN builds).


# a1b37df2 14-Dec-2007 Dag-Erling Smørgrav <[email protected]>

Clean up namespace violations.

MFC after: 1 week


# 887ecc8d 24-May-2007 Dag-Erling Smørgrav <[email protected]>

Enable FTP_COMBINE_CWDS.


# 419ecd5d 21-May-2007 Daniel Eischen <[email protected]>

Bump library versions in preparation for 7.0.

Ok'd by: kan


Revision tags: release/6.2.0_cvs, release/6.2.0
# ad82a90b 27-Jul-2006 Yaroslav Tykhiy <[email protected]>

Respect MK_INET6_SUPPORT.


Revision tags: release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0
# e1fe3dba 17-Mar-2006 Ruslan Ermilov <[email protected]>

Reimplementation of world/kernel build options. For details, see:

http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html

The src.conf(5) manpage is to follow in a few days.

Bro

Reimplementation of world/kernel build options. For details, see:

http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html

The src.conf(5) manpage is to follow in a few days.

Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)

show more ...


Revision tags: release/6.0.0_cvs, release/6.0.0
# a84020c2 22-Jul-2005 Ken Smith <[email protected]>

Bump the shared library version number of all libraries that have not
been bumped since RELENG_5.

Reviewed by: ru
Approved by: re (not needed for commit check but in principle...)


Revision tags: release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0
# a2161735 21-Dec-2004 Ruslan Ermilov <[email protected]>

NOCRYPT -> NO_CRYPT


123