summaryrefslogtreecommitdiff
path: root/package/openssl/Makefile
AgeCommit message (Collapse)Author
2024-03-22openssl: fix riscv32 linkingWaldemar Brodkorb
2024-03-02openssl: enable DESWaldemar Brodkorb
2024-02-16openssl: update to 3.0.13Waldemar Brodkorb
2023-08-13openssl: new package (resurrected)Waldemar Brodkorb
Libressl does not support m68k and xtensa and I had a need for a crypto library on these devices, so add openssl back. It was removed in 2016 :)
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-27openssl: update to 1.0.2jWaldemar Brodkorb
2016-09-24openssl: update to 1.0.2iWaldemar Brodkorb
2016-05-05openssl: update to 1.0.2hWaldemar Brodkorb
2016-03-04openssl: update to latest stable versionWaldemar Brodkorb
2015-12-13rework prereq checkWaldemar Brodkorb
The new prereq check is completely implemented in POSIX shell in scripts/prereq.sh. It combines the old features from Makefile, scan-tools.sh, scan-pkgs.sh, reloc.sh and some wrappers for tools. The big benefit is to have all portability stuff in one place. Furthermore we can compile GNU make and bash on the fly, for systems lacking the required tools. All changes on the host are detected on the fly, no make prereq required anymore. The build process is separated in following three phases: 1. small wrapper Makefile is used for BSD make or GNU make 2. prereq.sh is called, doing all checking, calling Makefile.adk 3. old logic in Makefile.adk or mk/build.mk is used Tested successfully on Linux, MacOS X, Cygwin, FreeBSD, OpenBSD and NetBSD. An old depmaker bug was fixed, only optional host tools are compiled. For example, even when a host provides xz, a local xz was compiled in the past, because other packages had a build dependency on it. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-12-04openssl: update to latest stable versionWaldemar Brodkorb
2015-07-12update openssl to latest stable versionWaldemar Brodkorb
2015-06-16fix compile for x86_64Waldemar Brodkorb
2015-06-13update openssl to latest stable versionWaldemar Brodkorb
2015-05-25no parallel build, couldn't resolve itWaldemar Brodkorb
2015-05-25Revert "add parallel patch from gentoo"Waldemar Brodkorb
This reverts commit 255d6a56f2b8deb78ad671e2201f2634990b75c7.
2015-05-25add parallel patch from gentooWaldemar Brodkorb
2015-05-23allow parallel building, do not install docsWaldemar Brodkorb
2015-04-16fix static buildWaldemar Brodkorb
2015-04-06update openssl, fix Cygwin host buildWaldemar Brodkorb
2015-04-03fix host compile of openssl/wget on DarwinWaldemar Brodkorb
2015-02-11diable parallel building for opensslWaldemar Brodkorb
2015-02-05must be compiled with PIC, otherwise Ruby Hostbuild failsWaldemar Brodkorb
2015-01-15openssl host required for u-boot mkimageWaldemar 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-12-19use the new concept of appliancesWaldemar Brodkorb
- Sync with Kernel upstream Kconfig - use new feature visible - add a patch for select on choices https://lkml.org/lkml/2011/2/17/379 - rename ADK_LINUX -> ADK_TARGET_ARCH - remove package collection feature - add appliance feature to define a appliance more complete
2014-12-17update libressl/openssl. allow to compile openssh with libresslWaldemar Brodkorb
2014-10-17unbreak ssh/scp client, reenable ripemd160Waldemar Brodkorb
2014-08-16fix build for ppcWaldemar Brodkorb
2014-08-07update to latest stable versionWaldemar Brodkorb
2014-07-09remove wrong patch, enable ssh client for gitWaldemar 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-06-15add support for xtensa architecture, tested with qemu. thanks to Max ↵Waldemar Brodkorb
Filippov for help
2014-06-11update to latest stable upstreamWaldemar Brodkorb
2014-05-31rework static linking support, works with musl/glibc, fails to boot with ↵Waldemar Brodkorb
uclibc (qemu-x86)
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-04-26use XZ tarballs as defaultWaldemar Brodkorb
2014-04-08security updateWaldemar Brodkorb
2014-03-12threads required by torWaldemar Brodkorb
2014-03-10rename STAGING_DIR to STAGING_TARGET_DIR, since ADK_NATIVE is gone, there is ↵Waldemar Brodkorb
no difference
2014-02-24add ld workaround for microblaze, tooWaldemar Brodkorb
2014-02-17update openssl&gnutls to latest upstreamWaldemar Brodkorb
2014-02-05fix memory exhausted problem with ld and x86_64, reported by jseitterWaldemar Brodkorb
2013-10-30path can contain spacesWaldemar Brodkorb
2013-10-22fix libmix packages, while checking all packages make some style cleanupWaldemar Brodkorb
2013-10-21automatically create development subpackages, without user interaction, ↵Waldemar Brodkorb
depend on gcc for the target, simplifies a lot of library packages
2013-08-20fix openssh with heimdal, enable openssl ec by defaultWaldemar Brodkorb
2013-08-15fix openssl musl compile, use TERMIOSWaldemar Brodkorb
2013-02-28resolve recursive dependencyWaldemar Brodkorb
2013-01-31fix build on x86_64Waldemar Brodkorb