Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
83877d5e
Commit
83877d5e
authored
23 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
Kevin Roth updates
parent
3f248dd1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
packages/Win32/cygwin/Makefile.am
+4
-7
4 additions, 7 deletions
packages/Win32/cygwin/Makefile.am
packages/Win32/cygwin/README
+14
-13
14 additions, 13 deletions
packages/Win32/cygwin/README
with
18 additions
and
20 deletions
packages/Win32/cygwin/Makefile.am
+
4
−
7
View file @
83877d5e
...
...
@@ -12,21 +12,18 @@ EXTRA_DIST = README
#
# Cygwin build number (default to "1")
# NOTE: I tried using this to default CYGBUILD to 1, but couldn't make it work)
#ifndef CYGBUILD
# CYGBUILD = 1
#endif
CYGBUILD
?=
1
#
temp dir for use while building the tarball (fully-qualified
)
#
Cygwin tarball build dir (fully-qualified name, gets deleted when done
)
cygwintmp
:=
$(
CURDIR
)
/cygwinbin-builddir
cygwinbin
:
rm
-rf
$(
cygwintmp
)
@
(
echo
Installing to the temporary build dir...
)
$(
MAKE
)
-C
$(
top_builddir
)
install
prefix
=
$(
cygwintmp
)
/usr
$(
mkinstalldirs
)
$(
cygwintmp
)
/usr/doc/Cygwin
\
$(
cygwintmp
)
/usr/doc/
$(
PACKAGE
)
-
$(
VERSION
)
cp
$(
top_srcdir
)
/packages/Win32/cygwin/README
\
cd
$(
top_srcdir
);
\
cp
packages/Win32/cygwin/README
\
$(
cygwintmp
)
/usr/doc/Cygwin/
$(
PACKAGE
)
-
$(
VERSION
)
-
$(
CYGBUILD
)
.README
cd
$(
top_srcdir
)
;
\
cp
CHANGES LEGAL MPL-1.1.txt README docs/FAQ docs/FEATURES docs/TODO
\
...
...
This diff is collapsed.
Click to expand it.
packages/Win32/cygwin/README
+
14
−
13
View file @
83877d5e
Curl is a tool for transferring files with URL syntax, supporting
FTP, FTPS,
HTTP, HTTPS, GOPHER, TELNET, DICT, FILE and LDAP.
Curl supports HTTPS
certificates, HTTP POST, HTTP PUT, FTP uploading, kerberos,
HTTP form based
upload, proxies, cookies, user+password authentication,
file transfer resume,
http proxy tunneling and a busload of other useful tricks.
Curl is a tool for transferring files with URL syntax, supporting
FTP, FTPS,
HTTP, HTTPS, GOPHER, TELNET, DICT, FILE and LDAP.
Curl supports HTTPS
certificates, HTTP POST, HTTP PUT, FTP uploading, kerberos,
HTTP form based
upload, proxies, cookies, user+password authentication,
file transfer resume,
http proxy tunneling and a busload of other useful tricks.
See /usr/doc/curl-<version>/FEATURES for more info.
cURL (as of 7.9.1) builds 100% cleanly OOTB.
The Cygwin specific source files (README and a Makefile for
building binary tarballs) are not in a CYGWIN-PATCHES directory.
They are at: <srctop>/packages/Win32/cygwin/
They are at: <srctop>/packages/Win32/cygwin/
Direct Dependencies:
OpenSSL 0.9.6b (cURL can be built without SSL support: configure --without-ssl)
OpenSSL 0.9.6b
(*) cURL can be built without SSL support: ./configure --without-ssl
Canonical Homepage:
...
...
@@ -41,16 +42,16 @@ Build Instructions:
Packaging Instructions:
To create a new binary tarball for cygwin's setup.exe, you must first do a clean
build (see above). The 'make install' step is optional of course. Then do:
To create a new binary tarball for cygwin's setup.exe, the first step is to
do a clean build (./configure and make). The 'make install' step is optional.
Then do:
$ cd curl-<ver>-X
$
CYGBUILD=X
make cygwinbin
$ make cygwinbin
CYGBUILD=X
where "X" is the cygwin release number (e.g. the "-1" in curl-7.9.3-1).
I had some difficulty figuring out how to default CYGBUILD to "1", this may
get fixed in a future release.
If you leave off "CYGBUILD=X", X defaults to 1.
Assuming everything worked properly, you'll find your cygwin
binary tarball in the curl-<ver>-X/packages/Win32/cygwin/ directory.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment