summaryrefslogtreecommitdiff
path: root/package/cryptodev-linux
AgeCommit message (Collapse)Author
2024-02-22cryptodev-linux: update to latest git hashWaldemar Brodkorb
2018-03-08fix path to new include fileWaldemar Brodkorb
2017-09-17remove -fhonour-copts usageWaldemar Brodkorb
This reuires a external gcc patch, which I no longer add to newer gcc. A lot of packages already need to disable the usage of -fhonour-copts, because it doesn't work without patching. May be we need something like Buildroot is using, a gcc wrapper to see poisened include or library paths while cross-compiling.
2017-06-10cryptodev-linux: update to latest gitWaldemar Brodkorb
2017-04-02cryptodev-linux: use latest gitWaldemar Brodkorb
2016-12-26cryptodev-linux: add missing patchWaldemar Brodkorb
2016-09-30remove OpenSSL supportWaldemar Brodkorb
I thought some time about this, we have it in parallel some time and it have issues for allmodconfig builds. Anyway I have no fun doing openssl updates twice a week. We just can not support stunnel/ssltunnel anymore. For nodejs we use bundled openssl. I am an old OpenBSD geek anyway, so get rid of OpenSSL.
2016-09-29cryptodev-linux: add upstream patch for newer kernelsWaldemar Brodkorb
2015-12-03use new PKG_KDEPENDS variableWaldemar Brodkorb
2015-12-03cryptodev-linux: update to latest stable versionWaldemar Brodkorb
2015-10-22ssl: rework ssl supportWaldemar Brodkorb
Use libressl as default, where SSL is required. Allow to choose openssl. Disable SSL where not strictly required to build.
2015-06-04fix cross-compile, revert last commit in this areaWaldemar Brodkorb
2015-02-28package/cryptodev-linux: improve MakefilePhil Sutter
2015-02-19update to latest stable release, add patch from gitWaldemar Brodkorb
2014-12-27convert checksum check to sha256Waldemar Brodkorb
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages.
2014-07-30fix module placementWaldemar Brodkorb
2014-06-21s/TOPDIR/ADK_TOPDIR/Waldemar Brodkorb
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-05-13resolve merge conflictWaldemar Brodkorb
2014-04-26use XZ tarballs as defaultWaldemar Brodkorb
2014-03-17fix buildWaldemar Brodkorb
2014-02-21fix compile for 3.13.3Waldemar Brodkorb
2013-10-22fix libmix packages, while checking all packages make some style cleanupWaldemar Brodkorb
2013-07-17fix compileWaldemar Brodkorb
2013-03-05various bugfixesWaldemar Brodkorb
2013-02-28resolve recursive dependencyWaldemar Brodkorb
2012-07-30add tests to packageWaldemar Brodkorb
2012-07-24enable cryptodev-linuxWaldemar Brodkorb
2012-07-24autoselect needed libopenssl flavoursWaldemar Brodkorb
2012-07-18manually install the kernel modul, add dependency to other kernel modulesWaldemar Brodkorb
2012-07-18import cryptodev-linux packagePhil Sutter