summaryrefslogtreecommitdiffstats
path: root/package/pound
Commit message (Collapse)AuthorAgeFilesLines
* package/pound: Fix build with OpenSSL 1.1.xBernd Kuhls2019-02-053-1/+475
| | | | | | | | | | | | | | | The patches enable two new API configurations, one for OpenSSL 1.1.x and the other LibreSSL. A dependency is added to use the Buildroot host tool openssl to create headers (dh512.h). This resolves a host OS mismatch with openssl versions. (The Makefile does this generation as part of the initial build) Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Patrick Havelange <patrick.havelange@essensium.com> Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/pound: bump version to 2.8Bernd Kuhls2018-08-202-2/+3
| | | | | | | | | | Release notes: www.apsis.ch/pound/pound_list/archive/2018/2018-05/1526034164000 Added license hash. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/pound: Fix build with openssl 1.0.2Bernd Kuhls2018-01-071-0/+127
| | | | | | | | Fixes http://autobuild.buildroot.net/results/5be/5be1082dee8387b1140d802ac3c788896a4bf980/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* boot, package: use SPDX short identifier for GPLv3/GPLv3+Rahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | | We want to use SPDX identifier for license string as much as possible. SPDX short identifier for GPLv3/GPLv3+ is GPL-3.0/GPL-3.0+. This change is done using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/\<GPLv3\>/GPL-3.0/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/pound: new packageBernd Kuhls2016-02-213-0/+44
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> [Thomas: pass --with-owner/--with-group instead of SEDing the Makefile.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud