diff options
author | joerg <joerg> | 2010-01-22 13:21:09 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-01-22 13:21:09 +0000 |
commit | 890d003eb87ff1a19671e4c5e76e16814054ecd2 (patch) | |
tree | ea62e80250b8c8ebe9d979ccf2d116b5ce1f6bbb /net/libfetch/buildlink3.mk | |
parent | e78484f6798c1e6cfeee83a025de4cd117321a32 (diff) | |
download | pkgsrc-890d003eb87ff1a19671e4c5e76e16814054ecd2.tar.gz |
libfetch-2.28:
Revamp FTP connection cache. Move it to the common layer to be later
shared with HTTP (for persistent connection). The application controls
how much caching is desired. Drop the reference counting on connections.
Add a callback when the cached connection is dropped due to LRU.
Over all, this allows more than one session cached per host and sessions
cached to different servers.
Diffstat (limited to 'net/libfetch/buildlink3.mk')
-rw-r--r-- | net/libfetch/buildlink3.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/libfetch/buildlink3.mk b/net/libfetch/buildlink3.mk index dbb90022876..5522d0cbfcb 100644 --- a/net/libfetch/buildlink3.mk +++ b/net/libfetch/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.7 2010/01/17 12:02:33 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.8 2010/01/22 13:21:09 joerg Exp $ BUILDLINK_DEPMETHOD.libfetch?= build @@ -7,8 +7,7 @@ BUILDLINK_TREE+= libfetch .if !defined(LIBFETCH_BUILDLINK3_MK) LIBFETCH_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.libfetch+= libfetch>=2.21 -BUILDLINK_ABI_DEPENDS.libfetch?= libfetch>=2.27 +BUILDLINK_API_DEPENDS.libfetch+= libfetch>=2.28 BUILDLINK_PKGSRCDIR.libfetch?= ../../net/libfetch pkgbase := libfetch |