Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | openssl: add a patch to fix link segfault when using a glibc/eglibc based ↵ | Nicolas Thill | 2009-02-02 | 1 | -0/+18 |
| | | | | | | toolchain (closes: #4517), thanks to Luigi Mantellini SVN-Revision: 14375 | ||||
* | openssl: update to 0.9.8j. thanks puchu. - addresses CVE-2008-5077 | Andy Boyett | 2009-01-19 | 4 | -36/+56 |
| | | | | SVN-Revision: 14102 | ||||
* | openssl: update ocf to 20080917 | Gabor Juhos | 2008-11-18 | 3 | -679/+352 |
| | | | | SVN-Revision: 13284 | ||||
* | bump openssl PKG_RELEASE | Felix Fietkau | 2008-11-11 | 1 | -1/+1 |
| | | | | SVN-Revision: 13184 | ||||
* | enable rc2 in openssl again, because disabling it breaks pkcs12 (thx, eJunky) | Felix Fietkau | 2008-11-11 | 1 | -1/+1 |
| | | | | SVN-Revision: 13182 | ||||
* | Update openssl to 0.9.8i (#4060) | Florian Fainelli | 2008-11-03 | 4 | -69/+71 |
| | | | | SVN-Revision: 13109 | ||||
* | change the an openssl sed command to be safe for -Wl,-rpath-link in ldflags | Felix Fietkau | 2008-09-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 12511 | ||||
* | adds several fixes to etrax, make openssl work on etrax | John Crispin | 2008-08-26 | 1 | -0/+14 |
| | | | | SVN-Revision: 12393 | ||||
* | use $(FPIC) in a few places where it matters | Felix Fietkau | 2008-08-06 | 1 | -0/+2 |
| | | | | SVN-Revision: 12225 | ||||
* | patch causes problems on some platforms, nuke it | Imre Kaloz | 2008-07-22 | 1 | -28/+0 |
| | | | | SVN-Revision: 11904 | ||||
* | enable the cryptodev engine on ixp4xx | Imre Kaloz | 2008-07-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 11805 | ||||
* | fix cryptodev compile | Imre Kaloz | 2008-07-13 | 1 | -0/+494 |
| | | | | SVN-Revision: 11804 | ||||
* | add ocf support to openssl, and use it by default if engines are enabled | Imre Kaloz | 2008-07-12 | 2 | -0/+1220 |
| | | | | SVN-Revision: 11789 | ||||
* | enable openssl engine support on ixp4xx | Imre Kaloz | 2008-07-12 | 1 | -0/+5 |
| | | | | SVN-Revision: 11788 | ||||
* | cleanup | Imre Kaloz | 2008-07-12 | 2 | -7/+1 |
| | | | | SVN-Revision: 11786 | ||||
* | updated OpenSSL to 0.9.8h | Steven Barth | 2008-05-31 | 3 | -13/+13 |
| | | | | SVN-Revision: 11309 | ||||
* | Merge branch 'openssl' | Steven Barth | 2008-05-20 | 4 | -280/+25 |
| | | | | SVN-Revision: 11224 | ||||
* | remove uninstalldev templates (no longer necessary) | Felix Fietkau | 2007-12-25 | 1 | -6/+0 |
| | | | | SVN-Revision: 9906 | ||||
* | Use $(CP) instead of $(INSTALL_BIN) for binaries. | Felix Fietkau | 2007-12-09 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net> SVN-Revision: 9694 | ||||
* | added our own pkg-config wrapper, making the sed foo on *.pc files obselete 1/2 | John Crispin | 2007-10-06 | 1 | -2/+0 |
| | | | | SVN-Revision: 9162 | ||||
* | add $(STAGING_DIR) as argument to the InstallDev template and update ↵ | Felix Fietkau | 2007-09-28 | 1 | -12/+12 |
| | | | | | | packages accordingly - this way we can reuse InstallDev to automatically generate UninstallDev or create -dev packages SVN-Revision: 9052 | ||||
* | install OpenSSL pkgconfig dev files | Nicolas Thill | 2007-09-22 | 1 | -1/+7 |
| | | | | SVN-Revision: 8941 | ||||
* | move package description to a separate definition, remove it when ↵ | Nicolas Thill | 2007-09-07 | 1 | -13/+20 |
| | | | | | | DESCRIPTION=TITLE SVN-Revision: 8659 | ||||
* | use $(TARGET_CPPFLAGS) & $(TARGET_LDFLAGS) instead of full -I... & -L... | Nicolas Thill | 2007-09-03 | 1 | -2/+2 |
| | | | | SVN-Revision: 8578 | ||||
* | Put back dso and bump release number | Florian Fainelli | 2007-08-01 | 1 | -2/+2 |
| | | | | SVN-Revision: 8298 | ||||
* | Put back zlib-dynamic it is breaking more packages than it solves problems | Florian Fainelli | 2007-08-01 | 1 | -1/+1 |
| | | | | SVN-Revision: 8297 | ||||
* | address ticket:1182, moving from zlib-dynamic to zlib and adding back in no-dso | Tim Yardley | 2007-07-31 | 1 | -2/+2 |
| | | | | SVN-Revision: 8285 | ||||
* | Add a patch for openssl to fix some breakage that happens when compiled with ↵ | Felix Fietkau | 2007-06-28 | 1 | -0/+252 |
| | | | | | | | | | | | gcc 4.2.0 Note: this does not cover all instances, but it will at least compile. If the broken parts are reached at run time, the program will crash. I wonder whose stupid idea it was to intentionally(!) make programs segfault when they hit something that *might* be unsafe to use. Patch taken from http://www.mail-archive.com/openssl-dev@openssl.org/msg22667.html SVN-Revision: 7764 | ||||
* | refresh all package patches in the buildroot using quilt | Felix Fietkau | 2007-06-04 | 7 | -58/+76 |
| | | | | SVN-Revision: 7490 | ||||
* | move openssl to 0.9.8e | Tim Yardley | 2007-04-08 | 1 | -3/+3 |
| | | | | SVN-Revision: 6892 | ||||
* | enable dso support back in openssl, needed to use shared zlib compression, ↵ | Nicolas Thill | 2007-03-26 | 1 | -2/+2 |
| | | | | | | and should fix the "error:2507006C:lib(37):func(112):reason(108)" errors. closes: #1182 SVN-Revision: 6706 | ||||
* | add file type autodetection for the unpack command and nuke PKG_CAT:= in ↵ | Felix Fietkau | 2007-03-16 | 1 | -1/+0 |
| | | | | | | lots of places SVN-Revision: 6582 | ||||
* | add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use ↵ | Felix Fietkau | 2007-03-16 | 1 | -3/+0 |
| | | | | | | KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise) SVN-Revision: 6580 | ||||
* | fix for ticket:989 | Tim Yardley | 2006-11-29 | 1 | -1/+1 |
| | | | | SVN-Revision: 5674 | ||||
* | patch from #989 (thanks Bartman007) | Mike Baker | 2006-11-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 5670 | ||||
* | sync openssl ciphers and options with whiterussian | Felix Fietkau | 2006-11-25 | 1 | -2/+5 |
| | | | | SVN-Revision: 5644 | ||||
* | replace lots of manual install commands with INSTALL_* variables | Felix Fietkau | 2006-11-23 | 1 | -5/+5 |
| | | | | SVN-Revision: 5624 | ||||
* | remove bogus -j1 options from make calls | Felix Fietkau | 2006-10-18 | 1 | -4/+4 |
| | | | | SVN-Revision: 5217 | ||||
* | fix path to bash in openssl compile | Felix Fietkau | 2006-10-14 | 1 | -0/+8 |
| | | | | SVN-Revision: 5105 | ||||
* | finally move buildroot-ng to trunk | Felix Fietkau | 2016-03-20 | 7 | -0/+400 |