| Commit message (Expand) | Author | Age | Files | Lines |
* | [package] openssl: update to 0.9.8j. thanks puchu. | agb | 2009-01-19 | 1 | -5/+5 |
* | [package] openssl: update ocf to 20080917 | juhosg | 2008-11-18 | 1 | -7/+9 |
* | bump openssl PKG_RELEASE | nbd | 2008-11-11 | 1 | -1/+1 |
* | enable rc2 in openssl again, because disabling it breaks pkcs12 (thx, eJunky) | nbd | 2008-11-11 | 1 | -1/+1 |
* | Update openssl to 0.9.8i (#4060) | florian | 2008-11-03 | 1 | -2/+2 |
* | change the an openssl sed command to be safe for -Wl,-rpath-link in ldflags | nbd | 2008-09-03 | 1 | -1/+1 |
* | use $(FPIC) in a few places where it matters | nbd | 2008-08-06 | 1 | -0/+2 |
* | enable the cryptodev engine on ixp4xx | kaloz | 2008-07-13 | 1 | -1/+1 |
* | enable openssl engine support on ixp4xx | kaloz | 2008-07-12 | 1 | -0/+5 |
* | updated OpenSSL to 0.9.8h | cyrus | 2008-05-31 | 1 | -2/+2 |
* | Merge branch 'openssl' | cyrus | 2008-05-20 | 1 | -3/+3 |
* | remove uninstalldev templates (no longer necessary) | nbd | 2007-12-25 | 1 | -6/+0 |
* | Use $(CP) instead of $(INSTALL_BIN) for binaries. | nbd | 2007-12-09 | 1 | -1/+1 |
* | added our own pkg-config wrapper, making the sed foo on *.pc files obselete 1/2 | blogic | 2007-10-06 | 1 | -2/+0 |
* | add $(STAGING_DIR) as argument to the InstallDev template and update packages... | nbd | 2007-09-28 | 1 | -12/+12 |
* | install OpenSSL pkgconfig dev files | nico | 2007-09-22 | 1 | -1/+7 |
* | move package description to a separate definition, remove it when DESCRIPTION... | nico | 2007-09-07 | 1 | -13/+20 |
* | use $(TARGET_CPPFLAGS) & $(TARGET_LDFLAGS) instead of full -I... & -L... | nico | 2007-09-03 | 1 | -2/+2 |
* | Put back dso and bump release number | florian | 2007-08-01 | 1 | -2/+2 |
* | Put back zlib-dynamic it is breaking more packages than it solves problems | florian | 2007-08-01 | 1 | -1/+1 |
* | address ticket:1182, moving from zlib-dynamic to zlib and adding back in no-dso | pavlov | 2007-07-31 | 1 | -2/+2 |
* | move openssl to 0.9.8e | pavlov | 2007-04-08 | 1 | -3/+3 |
* | enable dso support back in openssl, needed to use shared zlib compression, an... | nico | 2007-03-26 | 1 | -2/+2 |
* | add file type autodetection for the unpack command and nuke PKG_CAT:= in lots... | nbd | 2007-03-16 | 1 | -1/+0 |
* | add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use KERNEL_BUILD_DI... | nbd | 2007-03-16 | 1 | -3/+0 |
* | fix for ticket:989 | pavlov | 2006-11-29 | 1 | -1/+1 |
* | patch from #989 (thanks Bartman007) | mbm | 2006-11-28 | 1 | -1/+1 |
* | sync openssl ciphers and options with whiterussian | nbd | 2006-11-25 | 1 | -2/+5 |
* | replace lots of manual install commands with INSTALL_* variables | nbd | 2006-11-23 | 1 | -5/+5 |
* | remove bogus -j1 options from make calls | nbd | 2006-10-18 | 1 | -4/+4 |
* | sync openssl in wr and ng, update to 0.9.8d for security fixes | nbd | 2006-09-29 | 1 | -5/+5 |
* | new (last?) attempt at standardizing Makefiles | nico | 2006-09-24 | 1 | -3/+2 |
* | standardize Makefile, change section from base to libs and utils, add detaile... | nico | 2006-09-23 | 1 | -25/+43 |
* | fix ccache error | mbm | 2006-08-31 | 1 | -1/+1 |
* | set PATH in rules.mk | mbm | 2006-08-04 | 1 | -1/+0 |
* | add quotes to TARGET_CC and TARGET_CROSS to help with distcc and ccache | mbm | 2006-08-04 | 1 | -1/+1 |
* | credit where credit is due | mbm | 2006-06-27 | 1 | -0/+6 |
* | add INCLUDE_DIR variable for $(TOPDIR)/include | nbd | 2006-06-21 | 1 | -1/+1 |
* | build system cleanup. move shared include files into $(TOPDIR)/include, move ... | nbd | 2006-06-21 | 1 | -1/+1 |
* | remove ipkg directory, normalize Makefile. | nico | 2006-06-18 | 1 | -21/+21 |
* | add openssl depend on zlib | nbd | 2006-06-15 | 1 | -0/+1 |
* | add openssl | nbd | 2006-06-11 | 1 | -0/+111 |
* | remove lots of non-essential packages | nbd | 2006-04-13 | 1 | -99/+0 |
* | readd some hashes and algorithms, needed for ipsec, fixes build of ipsec-tools | wbx | 2006-03-29 | 1 | -1/+1 |
* | remove no-dsa and no-deprecated, it breaks to much of our ports like bind9 an... | wbx | 2006-03-26 | 1 | -1/+1 |
* | first try to decrease the size of openssl 0.9.8a | kaloz | 2006-03-23 | 1 | -5/+7 |
* | fix wrong permissions on /etc (fixes from [3327]) | nico | 2006-03-07 | 1 | -2/+3 |
* | update openssl to 0.9.8 | mbm | 2006-02-23 | 1 | -3/+3 |
* | change cp to $(CP) | mbm | 2006-02-01 | 1 | -5/+5 |
* | lots of small package changes and dependency cleanups for the V= stuff | nbd | 2005-10-22 | 1 | -4/+2 |