summaryrefslogtreecommitdiffstats
path: root/package/openssl/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* openssl: update to 1.0.0d - includes important bug and security fixes (patch ↵Felix Fietkau2011-02-081-2/+2
| | | | | | by tripolar) SVN-Revision: 25427
* openssl: update to 1.0.0cFelix Fietkau2011-02-031-3/+3
| | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at> SVN-Revision: 25348
* openssl: update to 0.9.8pJo-Philipp Wich2010-11-191-2/+2
| | | | SVN-Revision: 24037
* update openssl to 0.9.8o (#7428)Florian Fainelli2010-06-061-2/+2
| | | | SVN-Revision: 21687
* openssl: update to v0.9.8n, thanks Peter WagnerJo-Philipp Wich2010-05-051-3/+3
| | | | SVN-Revision: 21382
* openssl: update OCF userspace part to version 20100325Jo-Philipp Wich2010-05-041-1/+1
| | | | SVN-Revision: 21359
* package/openssl: move configuration in submenuNicolas Thill2010-04-161-0/+1
| | | | SVN-Revision: 20915
* openssl: add patch for CVE-2010-0740 ("Record of death") vulnerabilityJo-Philipp Wich2010-03-291-1/+1
| | | | SVN-Revision: 20592
* this patch fixes openssl parallel build.Travis Kemen2010-03-141-15/+21
| | | | | | -Raphael SVN-Revision: 20186
* openssl: fix build failure on arm, aes asm version is not shipped anymore ↵Nicolas Thill2010-03-021-4/+0
| | | | | | (closes: #6778) SVN-Revision: 19945
* openssl: upgrade to 0.9.8m (patch by Peter Wagner)Felix Fietkau2010-03-011-3/+3
| | | | SVN-Revision: 19939
* openssl: make engines support dynamically configurable (based on a patch by ↵Felix Fietkau2010-01-281-7/+13
| | | | | | puchu) SVN-Revision: 19371
* openssl: use assembler version of aes on arm - nearly doubles aes encryption ↵Felix Fietkau2009-12-161-3/+11
| | | | | | performance SVN-Revision: 18790
* update openssl to 0.9.8l -- thanks puchuImre Kaloz2009-11-121-3/+3
| | | | SVN-Revision: 18398
* openssl: fix bad chmod in install section (#5433)Jo-Philipp Wich2009-06-291-2/+2
| | | | SVN-Revision: 16624
* put the 4 ssl libraries into a ssl submenu (#5156)Florian Fainelli2009-05-261-0/+1
| | | | SVN-Revision: 16090
* openssl: fix annoying build errors when changing upstream versionsNicolas Thill2009-05-171-2/+3
| | | | SVN-Revision: 15880
* openssl: add a patch to support DTLS compatibility with Cisco AnyConnect & ↵Nicolas Thill2009-04-251-2/+2
| | | | | | OpenConnect VPN clients (thanks to freezer) SVN-Revision: 15410
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | SVN-Revision: 15242
* update openssl to 0.9.8k (#4846)Florian Fainelli2009-04-041-2/+2
| | | | SVN-Revision: 15106
* openssl: update to 0.9.8j. thanks puchu. - addresses CVE-2008-5077Andy Boyett2009-01-191-5/+5
| | | | SVN-Revision: 14102
* openssl: update ocf to 20080917Gabor Juhos2008-11-181-7/+9
| | | | SVN-Revision: 13284
* bump openssl PKG_RELEASEFelix Fietkau2008-11-111-1/+1
| | | | SVN-Revision: 13184
* enable rc2 in openssl again, because disabling it breaks pkcs12 (thx, eJunky)Felix Fietkau2008-11-111-1/+1
| | | | SVN-Revision: 13182
* Update openssl to 0.9.8i (#4060)Florian Fainelli2008-11-031-2/+2
| | | | SVN-Revision: 13109
* change the an openssl sed command to be safe for -Wl,-rpath-link in ldflagsFelix Fietkau2008-09-031-1/+1
| | | | SVN-Revision: 12511
* use $(FPIC) in a few places where it mattersFelix Fietkau2008-08-061-0/+2
| | | | SVN-Revision: 12225
* enable the cryptodev engine on ixp4xxImre Kaloz2008-07-131-1/+1
| | | | SVN-Revision: 11805
* enable openssl engine support on ixp4xxImre Kaloz2008-07-121-0/+5
| | | | SVN-Revision: 11788
* updated OpenSSL to 0.9.8hSteven Barth2008-05-311-2/+2
| | | | SVN-Revision: 11309
* Merge branch 'openssl'Steven Barth2008-05-201-3/+3
| | | | SVN-Revision: 11224
* remove uninstalldev templates (no longer necessary)Felix Fietkau2007-12-251-6/+0
| | | | SVN-Revision: 9906
* Use $(CP) instead of $(INSTALL_BIN) for binaries.Felix Fietkau2007-12-091-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/2John Crispin2007-10-061-2/+0
| | | | SVN-Revision: 9162
* add $(STAGING_DIR) as argument to the InstallDev template and update ↵Felix Fietkau2007-09-281-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 filesNicolas Thill2007-09-221-1/+7
| | | | SVN-Revision: 8941
* move package description to a separate definition, remove it when ↵Nicolas Thill2007-09-071-13/+20
| | | | | | DESCRIPTION=TITLE SVN-Revision: 8659
* use $(TARGET_CPPFLAGS) & $(TARGET_LDFLAGS) instead of full -I... & -L...Nicolas Thill2007-09-031-2/+2
| | | | SVN-Revision: 8578
* Put back dso and bump release numberFlorian Fainelli2007-08-011-2/+2
| | | | SVN-Revision: 8298
* Put back zlib-dynamic it is breaking more packages than it solves problemsFlorian Fainelli2007-08-011-1/+1
| | | | SVN-Revision: 8297
* address ticket:1182, moving from zlib-dynamic to zlib and adding back in no-dsoTim Yardley2007-07-311-2/+2
| | | | SVN-Revision: 8285
* move openssl to 0.9.8eTim Yardley2007-04-081-3/+3
| | | | SVN-Revision: 6892
* enable dso support back in openssl, needed to use shared zlib compression, ↵Nicolas Thill2007-03-261-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 Fietkau2007-03-161-1/+0
| | | | | | lots of places SVN-Revision: 6582
* add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use ↵Felix Fietkau2007-03-161-3/+0
| | | | | | KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise) SVN-Revision: 6580
* fix for ticket:989Tim Yardley2006-11-291-1/+1
| | | | SVN-Revision: 5674
* patch from #989 (thanks Bartman007)Mike Baker2006-11-281-1/+1
| | | | SVN-Revision: 5670
* sync openssl ciphers and options with whiterussianFelix Fietkau2006-11-251-2/+5
| | | | SVN-Revision: 5644
* replace lots of manual install commands with INSTALL_* variablesFelix Fietkau2006-11-231-5/+5
| | | | SVN-Revision: 5624
* remove bogus -j1 options from make callsFelix Fietkau2006-10-181-4/+4
| | | | SVN-Revision: 5217