Commit Graph

108 Commits

Author SHA1 Message Date
Bryan Stansell
51cfe7eb30 changing things around so we auto-create configure when packaging a new release 2019-03-19 06:50:15 -07:00
conserver.com
6cee71850e
Merge pull request #16 from emaste/master
Correct man page typo
2019-03-18 09:45:55 -07:00
Ed Maste
922be28008 Correct man page typo 2019-03-18 10:11:58 -04:00
Bryan Stansell
d330a25f97 Merge branch 'release-v8.2.3' 2019-03-17 11:33:09 -07:00
Bryan Stansell
1f8e299fe4 Release v8.2.3 2019-03-17 11:32:50 -07:00
Bryan Stansell
5ab4cad967 off by one found by Ed Maste (emaste@github) 2019-03-17 09:22:36 -07:00
Bryan Stansell
6526fcd002 Merge branch 'emaste-cirrus' 2019-03-17 09:13:16 -07:00
Ed Maste
9228512c67 Correct typo 2019-03-17 09:12:40 -07:00
Ed Maste
2297db8291 Use closefrom if available 2019-03-17 09:12:40 -07:00
Ed Maste
8c44a3dec9 regenerate autoconf files 2019-03-17 09:12:40 -07:00
Ed Maste
b352435f5c configure.in: Add test for closefrom 2019-03-17 09:12:40 -07:00
Bryan Stansell
16bbf649dd Merge branch 'emaste-misc' 2019-03-17 09:12:02 -07:00
Ed Maste
225cddc056 Use closefrom if available 2019-03-17 09:11:07 -07:00
Ed Maste
b5a569345d regenerate autoconf files 2019-03-17 09:11:07 -07:00
Ed Maste
de081974fc configure.in: Add test for closefrom 2019-03-17 09:11:06 -07:00
Bryan Stansell
4c35d42135 Merge branch 'emaste-closefrom' 2019-03-17 09:09:15 -07:00
Ed Maste
3946ca2958 Add Cirrus-CI FreeBSD CI build config 2019-03-13 14:55:13 -04:00
Ed Maste
d4fe34041f Correct typo 2019-03-13 13:21:36 -04:00
Ed Maste
d529026f11 Use closefrom if available 2019-03-13 10:27:29 -04:00
Ed Maste
09178676ce regenerate autoconf files 2019-03-13 09:59:52 -04:00
Ed Maste
0032b330ec configure.in: Add test for closefrom 2019-03-12 09:53:08 -04:00
conserver.com
0a4d65a504 Merge pull request #11 from conserver/6-clang-warning
Fix #6 - clang "-Wstring-plus-int" warning
2019-02-13 23:34:05 -08:00
Bryan Stansell
d97fd1a57f Fix #6 - clang "-Wstring-plus-int" warning 2019-02-13 23:30:24 -08:00
conserver.com
b285f0a948 Merge pull request #10 from neheb/n
Fix compilation without deprecated OpenSSL 1.1 APIs
2019-02-13 22:28:04 -08:00
Rosen Penev
12671246ae Fix compilation without deprecated OpenSSL 1.1 APIs 2019-01-06 19:54:31 -08:00
conserver.com
123cecc122 Merge pull request #9 from neheb/patch-1
Fix compilation without deprecated OpenSSL APIs (<=1.0.2)
2019-01-06 17:28:35 -08:00
Rosen Penev
b1a0fa3c50 Fix compilation without deprecated OpenSSL APIs
There headers get implicitly included by ssl.h normally. With deprecated APIs disabled
they do not.
2019-01-02 09:05:02 -08:00
conserver.com
7315957bba Set theme jekyll-theme-cayman 2018-11-20 18:14:56 -08:00
conserver.com
06f5c67298 Merge pull request #7 from emaste/master
Correct argument type passed to time()
2018-10-12 18:08:36 -07:00
Ed Maste
4330a8b5c0 Correct argument type passed to time() 2018-10-11 15:13:26 -04:00
conserver.com
139e08e73b Merge pull request #5 from emaste/master
Correct 'impi' typo
2018-10-10 16:42:33 -07:00
Ed Maste
4a32f41eca Correct 'impi' typo
Obtained from FreeBSD PR 204703.
2018-10-10 10:36:30 -04:00
Bryan Stansell
46a63441bb Release v8.2.2 2018-05-28 09:46:19 -07:00
Bryan Stansell
9b2d757e5f finalized v8.2.2 release 2018-05-28 09:43:57 -07:00
Bryan Stansell
ff83413d6a removed the old rcs/cvs Id: tags 2018-05-28 09:34:15 -07:00
Bryan Stansell
864f9e7b9a staging for 8.2.2 and doc adjustments 2018-05-27 22:46:08 -07:00
Bryan Stansell
26b165d251 Merge branch 'cotequeiroz-openssl-1.1' 2018-05-27 19:04:22 -07:00
Bryan Stansell
d6af8728d7 condensed some TLS overrides and removed extra includes 2018-05-27 18:56:25 -07:00
Eneas U de Queiroz
16598183c6 openssl 1.1/1.0 support
Added support for building with earlier openssl versions, and enabled
anonymous ciphers in openssl 1.1, so it maintains the same functionality
as earlier openssl (even though this is dangerously insecure), so it
passes all tests.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-25 16:10:00 -03:00
Eneas U de Queiroz
4e3c2e134e don't leak in the error case
Applying patch from @FauxFaux

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-25 16:07:53 -03:00
Eneas U de Queiroz
166633395d fix build with openssl 1.1, but all the tests fail
Applying patch from @FauxFaux

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-25 16:05:57 -03:00
conserver.com
05d8632431 removed whitespace 2018-03-21 21:24:32 -07:00
Bryan Stansell
28079e19a8 another shuffle of names for license detection 2018-03-21 21:19:42 -07:00
Bryan Stansell
eb2ad65fba Need to shuffle filenames for license detection 2018-03-21 20:28:10 -07:00
Bryan Stansell
b2ea81a201 Adding LICENSE.txt for github license detection 2018-03-21 20:03:17 -07:00
Bryan Stansell
4039e65b31 Imported from conserver-8.2.1.tar.gz 2015-06-02 10:34:09 -07:00
Bryan Stansell
8534a21cef Imported from conserver-8.2.0.tar.gz 2014-04-20 21:47:40 -07:00
Bryan Stansell
484806e667 Imported from conserver-8.1.20.tar.gz 2014-04-04 09:30:53 -07:00
Bryan Stansell
b94c8967bf Imported from conserver-8.1.19.tar.gz 2013-09-26 11:07:01 -07:00
Bryan Stansell
64a2a77266 Imported from conserver-8.1.18.tar.gz 2010-11-11 14:53:37 -08:00