Path to this page:
./
net/libfetch,
Library to access HTTP/FTP server
Branch: pkgsrc-2012Q3,
Version: 2.34,
Package name: libfetch-2.34,
Maintainer: joerglibfetch provides a high-level interface for retreiving and uploading
files using Uniform Resource Locators (URLs).
The library implements:
* local file access (file://)
* FTP
* HTTP
* HTTPS (optional, using OpenSSL)
FTP and HTTP proxies can be used.
Package options: inet6, openssl
Version history: (Expand)
- (2012-10-10) Updated to version: libfetch-2.34
- (2012-10-02) Package added to pkgsrc.se, version libfetch-2.33 (created)
CVS history: (Expand)
2012-10-10 08:46:16 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Pullup ticket #3937 - requested by sbd
net/libfetch: build fix
Revisions pulled up:
- net/libfetch/Makefile 1.43
---
Module Name: pkgsrc
Committed By: sbd
Date: Tue Oct 9 02:48:04 UTC 2012
Modified Files:
pkgsrc/net/libfetch: Makefile
Log message:
libfetch-2.34:
On Linux libfetch needs to be built with '-fPIC' so that it can be used
to build shared libraries. (Fixes databases/openldap-client build.)
|