debian/masterdebian/stretch-backportsjessie-backportsupstream
Last change
on this file since fc8e463 was
9a4d250,
checked in by Thomas Klute <thomas2.klute@…>, 4 years ago
|
Avoid external make calls for test environment setup
All targets needed to set up the test suite environment are now
directly handled by the makefile created through automake, avoiding
any external make calls. The rules for X.509 and PGP certificate
management are included from the old test makefile through automake.
Note that those included rules use syntax that automake warns is GNU
make specific and might not work with other make implementations. This
is not a regression, just increased visibility, so automake
portability warnings are ignored.
|
-
Property mode set to
100644
|
File size:
1.4 KB
|
Line | |
---|
1 | mod_gnutls, Apache GnuTLS module |
---|
2 | ================================ |
---|
3 | |
---|
4 | https://mod.gnutls.org/ |
---|
5 | |
---|
6 | Mailing List: |
---|
7 | |
---|
8 | mod_gnutls development <mod_gnutls-devel@lists.gnutls.org> |
---|
9 | |
---|
10 | Lead Maintainer: |
---|
11 | |
---|
12 | Thomas Klute <thomas2.klute@uni-dortmund.de> |
---|
13 | |
---|
14 | Past maintainers and other contributors: |
---|
15 | |
---|
16 | Daniel Kahn Gillmor <dkg@fifthhorseman.net> |
---|
17 | Paul Querna <chip at force-elite.com> |
---|
18 | Nikos Mavrogiannopoulos <nmav at gnutls.org> |
---|
19 | Dash Shendy <neuromancer at dash.za.net> |
---|
20 | |
---|
21 | Prerequisites |
---|
22 | ------------- |
---|
23 | |
---|
24 | * GnuTLS >= 3.1.4 <http://www.gnutls.org/> (3.2.* or newer preferred) |
---|
25 | * Apache HTTPD >= 2.2 <http://httpd.apache.org/> (2.4.* preferred) |
---|
26 | * autotools, GNU make, & gcc |
---|
27 | * APR Memcache >= 0.7.0 (Optional) |
---|
28 | * libmsv >= 0.1 (Optional, enable with ./configure --enable-msva) |
---|
29 | * pandoc (for documentation, optional) |
---|
30 | * pdflatex (for PDF documentation, optional) |
---|
31 | |
---|
32 | Installation |
---|
33 | ------------ |
---|
34 | |
---|
35 | tar xzvf mod_gnutls-version.tar.gz |
---|
36 | cd mod_gnutls-version/ |
---|
37 | autoreconf -fiv |
---|
38 | ./configure |
---|
39 | make |
---|
40 | make install |
---|
41 | # Configure & restart apache |
---|
42 | |
---|
43 | It is recommended to run "make check" before "make install". You may |
---|
44 | need to pass TEST_HOST or TEST_IP to ./configure for the tests to work |
---|
45 | correctly, please see test/README for details. |
---|
46 | |
---|
47 | Configuration |
---|
48 | ------------- |
---|
49 | |
---|
50 | Please see doc/mod_gnutls_manual.mdwn for more details. If pandoc is |
---|
51 | available, HTML and PDF (requires pdflatex) documentation will be |
---|
52 | built and installed as well. |
---|
Note: See
TracBrowser
for help on using the repository browser.