summaryrefslogtreecommitdiffstats
path: root/package/openssl
Commit message (Collapse)AuthorAgeFilesLines
* patch causes problems on some platforms, nuke itkaloz2008-07-221-28/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11904 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable the cryptodev engine on ixp4xxkaloz2008-07-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11805 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix cryptodev compilekaloz2008-07-131-0/+494
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11804 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add ocf support to openssl, and use it by default if engines are enabledkaloz2008-07-122-0/+1220
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11789 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable openssl engine support on ixp4xxkaloz2008-07-121-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11788 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cleanupkaloz2008-07-122-7/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11786 3c298f89-4303-0410-b956-a3cf2f4a3e73
* updated OpenSSL to 0.9.8hcyrus2008-05-313-13/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11309 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Merge branch 'openssl'cyrus2008-05-204-280/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11224 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove uninstalldev templates (no longer necessary)nbd2007-12-251-6/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9906 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Use $(CP) instead of $(INSTALL_BIN) for binaries.nbd2007-12-091-1/+1
| | | | | | | Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9694 3c298f89-4303-0410-b956-a3cf2f4a3e73
* added our own pkg-config wrapper, making the sed foo on *.pc files obselete 1/2blogic2007-10-061-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9162 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add $(STAGING_DIR) as argument to the InstallDev template and update ↵nbd2007-09-281-12/+12
| | | | | | packages accordingly - this way we can reuse InstallDev to automatically generate UninstallDev or create -dev packages git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9052 3c298f89-4303-0410-b956-a3cf2f4a3e73
* install OpenSSL pkgconfig dev filesnico2007-09-221-1/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8941 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move package description to a separate definition, remove it when ↵nico2007-09-071-13/+20
| | | | | | DESCRIPTION=TITLE git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8659 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use $(TARGET_CPPFLAGS) & $(TARGET_LDFLAGS) instead of full -I... & -L...nico2007-09-031-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8578 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Put back dso and bump release numberflorian2007-08-011-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8298 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Put back zlib-dynamic it is breaking more packages than it solves problemsflorian2007-08-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8297 3c298f89-4303-0410-b956-a3cf2f4a3e73
* address ticket:1182, moving from zlib-dynamic to zlib and adding back in no-dsopavlov2007-07-311-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8285 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add a patch for openssl to fix some breakage that happens when compiled with ↵nbd2007-06-281-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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7764 3c298f89-4303-0410-b956-a3cf2f4a3e73
* refresh all package patches in the buildroot using quiltnbd2007-06-047-58/+76
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7490 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move openssl to 0.9.8epavlov2007-04-081-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6892 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable dso support back in openssl, needed to use shared zlib compression, ↵nico2007-03-261-2/+2
| | | | | | | | | | and should fix the "error:2507006C:lib(37):func(112):reason(108)" errors. closes: #1182 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6706 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add file type autodetection for the unpack command and nuke PKG_CAT:= in ↵nbd2007-03-161-1/+0
| | | | | | lots of places git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6582 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use ↵nbd2007-03-161-3/+0
| | | | | | KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6580 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix for ticket:989pavlov2006-11-291-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5674 3c298f89-4303-0410-b956-a3cf2f4a3e73
* patch from #989 (thanks Bartman007)mbm2006-11-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5670 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sync openssl ciphers and options with whiterussiannbd2006-11-251-2/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5644 3c298f89-4303-0410-b956-a3cf2f4a3e73
* replace lots of manual install commands with INSTALL_* variablesnbd2006-11-231-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5624 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove bogus -j1 options from make callsnbd2006-10-181-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5217 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix path to bash in openssl compilenbd2006-10-141-0/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5105 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sync openssl in wr and ng, update to 0.9.8d for security fixesnbd2006-09-292-6/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4873 3c298f89-4303-0410-b956-a3cf2f4a3e73
* new (last?) attempt at standardizing Makefilesnico2006-09-241-3/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4855 3c298f89-4303-0410-b956-a3cf2f4a3e73
* standardize Makefile, change section from base to libs and utils, add ↵nico2006-09-231-25/+43
| | | | | | detailed descriptions git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4829 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Really disable doc generation, increases install timeflorian2006-09-021-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4725 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix ccache errormbm2006-08-311-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4723 3c298f89-4303-0410-b956-a3cf2f4a3e73
* set PATH in rules.mkmbm2006-08-041-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4438 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add quotes to TARGET_CC and TARGET_CROSS to help with distcc and ccachembm2006-08-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4429 3c298f89-4303-0410-b956-a3cf2f4a3e73
* credit where credit is duembm2006-06-271-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4091 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add INCLUDE_DIR variable for $(TOPDIR)/includenbd2006-06-211-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4033 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build system cleanup. move shared include files into $(TOPDIR)/include, move ↵nbd2006-06-211-1/+1
| | | | | | lzma, mkfs.* into toolchain/ git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4032 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove ipkg directory, normalize Makefile.nico2006-06-185-66/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3990 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add openssl depend on zlibnbd2006-06-151-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3954 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add opensslnbd2006-06-1111-0/+410
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3931 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove lots of non-essential packagesnbd2006-04-1311-503/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3641 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Disable tests and documentation compilation and/or installation, speeds up ↵florian2006-03-291-0/+153
| | | | | | compilation git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3549 3c298f89-4303-0410-b956-a3cf2f4a3e73
* readd some hashes and algorithms, needed for ipsec, fixes build of ipsec-toolswbx2006-03-291-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3540 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove no-dsa and no-deprecated, it breaks to much of our ports like bind9 ↵wbx2006-03-261-1/+1
| | | | | | and dsniff, if you need to save space, please use libmatrixssl git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3486 3c298f89-4303-0410-b956-a3cf2f4a3e73
* first try to decrease the size of openssl 0.9.8akaloz2006-03-233-16/+102
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3457 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix wrong permissions on /etc (fixes from [3327])nico2006-03-071-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3328 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update openssl to 0.9.8mbm2006-02-234-46/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3265 3c298f89-4303-0410-b956-a3cf2f4a3e73