Steven Barth 
							
						 
					 
					
						
						
							
						
						2f7d8539bd 
					 
					
						
						
							
							libnftnl: Add nftables libnftnl  
						
						 
						
						... 
						
						
						
						Signed-off-by: Steven Barth <steven@midlink.org >
SVN-Revision: 42597 
						
						
					 
					
						2014-09-17 12:10:57 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Steven Barth 
							
						 
					 
					
						
						
							
						
						513d516d9c 
					 
					
						
						
							
							libmnl: add some upstream fixes  
						
						 
						
						... 
						
						
						
						SVN-Revision: 42573 
						
						
					 
					
						2014-09-16 13:31:20 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Steven Barth 
							
						 
					 
					
						
						
							
						
						289dbe3a84 
					 
					
						
						
							
							libreadline: bump to 6.3  
						
						 
						
						... 
						
						
						
						Signed-off-by: Steven Barth <steven@midlink.org >
SVN-Revision: 42543 
						
						
					 
					
						2014-09-15 10:15:23 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
							
						
						c8bc803189 
					 
					
						
						
							
							cyassl: update to version 3.2.0  
						
						 
						
						... 
						
						
						
						This fixes a security problem:
Security fix for RSA Padding check vulnerability
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de >
SVN-Revision: 42526 
						
						
					 
					
						2014-09-13 20:56:55 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Steven Barth 
							
						 
					 
					
						
						
							
						
						0a5caa47e5 
					 
					
						
						
							
							toolchain: packetize libatomic  
						
						 
						
						... 
						
						
						
						Based on a patch by Tobias Steinicke <tobias.steinicke@inet.tu-berlin.de >.
Signed-off-by: Steven Barth <steven@midlink.org >
SVN-Revision: 42514 
						
						
					 
					
						2014-09-12 12:25:55 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						c329f79dd4 
					 
					
						
						
							
							uclient: update to the latest version, fixes some crash issues  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 42419 
						
						
					 
					
						2014-09-04 11:25:04 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						2efadff06b 
					 
					
						
						
							
							nettle: disable mips16 support to improve performance  
						
						 
						
						... 
						
						
						
						Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org >
SVN-Revision: 42341 
						
						
					 
					
						2014-08-31 12:03:43 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						a81f356873 
					 
					
						
						
							
							uclient: update to latest version, fixes HTTP keepalive issues  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 42257 
						
						
					 
					
						2014-08-21 19:12:38 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
							
						
						db657af409 
					 
					
						
						
							
							libubox: update to latest git revision  
						
						 
						
						... 
						
						
						
						Signed-off-by: John Crispin <blogic@openwrt.org >
SVN-Revision: 42230 
						
						
					 
					
						2014-08-20 18:21:59 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
							
						
						7ba7ddf88e 
					 
					
						
						
							
							gmp: add host compile  
						
						 
						
						... 
						
						
						
						Currently, any package that uses host compile and depends on
libgmp.so will fail. This is because gmp is not compile for
host machine. So, staging_dir/host has only static lib for gmp
 $ ls staging_dir/host/lib/libgmp* -1
 staging_dir/host/lib/libgmp.a
 staging_dir/host/lib/libgmp.la
 staging_dir/host/lib/libgmpxx.a
 staging_dir/host/lib/libgmpxx.la
Addind host compile in gmp, the dependent package can use:
 PKG_BUILD_DEPENDS:=gmp/host
That will compile gmp to staging_dir/host with *.so files
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com >
SVN-Revision: 42196 
						
						
					 
					
						2014-08-18 13:10:11 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Steven Barth 
							
						 
					 
					
						
						
							
						
						415284ca1c 
					 
					
						
						
							
							cyassl: update to 3.1.0  
						
						 
						
						... 
						
						
						
						SVN-Revision: 42063 
						
						
					 
					
						2014-08-08 05:25:52 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Steven Barth 
							
						 
					 
					
						
						
							
						
						0472c0e22f 
					 
					
						
						
							
							polarssl: bump to 1.3.8  
						
						 
						
						... 
						
						
						
						SVN-Revision: 42061 
						
						
					 
					
						2014-08-08 05:20:50 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
							
						
						eb8119d590 
					 
					
						
						
							
							openssl: another day another bug fix update  
						
						 
						
						... 
						
						
						
						Signed-off-by: John Crispin <blogic@openwrt.org >
SVN-Revision: 42055 
						
						
					 
					
						2014-08-07 20:54:41 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						354a835390 
					 
					
						
						
							
							lzo: enable parallel build  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 41734 
						
						
					 
					
						2014-07-18 14:42:15 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
							
						
						48494962d1 
					 
					
						
						
							
							lzo: Update to version 2.08  
						
						 
						
						... 
						
						
						
						lzo: Update to 2.08, fixes CVE-2014-4607
Signed-off-by: Luis Dallos <ld@nkvd.ignorelist.com >
SVN-Revision: 41707 
						
						
					 
					
						2014-07-17 22:06:04 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						0af20bbfc8 
					 
					
						
						
							
							libubox: update to the latest version, fixes a jshn parsing error ( #17128 )  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 41674 
						
						
					 
					
						2014-07-16 18:35:25 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						b3b55de395 
					 
					
						
						
							
							build: disable the PKG_CHECK_FORMAT_SECURITY check for the failing packages  
						
						 
						
						... 
						
						
						
						The idea is to gradually fix the packages
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr >
SVN-Revision: 41411 
						
						
					 
					
						2014-06-30 08:19:48 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						07304f4732 
					 
					
						
						
							
							librpc: fix compile errors with musl  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 41400 
						
						
					 
					
						2014-06-29 22:25:54 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						8d8868cffc 
					 
					
						
						
							
							gettext-full: use uclibc workarounds for musl as well  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 41397 
						
						
					 
					
						2014-06-29 22:25:43 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						4255b2fde5 
					 
					
						
						
							
							toolchain: only take last found libgcc* file  
						
						 
						
						... 
						
						
						
						The current $(wildcard ...) match might return multiple files which will break subsequent cp commands
with an error like:
  cp: target `/home/user/openwrt/staging_dir/target-mips_34kc_uClibc-0.9.33.2/root-ar71xx/tmp-libc/lib/libgcc_s_pic.a' is not a directory
Prevent this issue by only taking the last path returned by globbing.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org >
SVN-Revision: 41357 
						
						
					 
					
						2014-06-27 10:40:21 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
							
						
						64d0d18a4e 
					 
					
						
						
							
							libubox: update to latest git head  
						
						 
						
						... 
						
						
						
						this adds 5 lua fixes to the tree
Signed-off-by: John Crispin <blogic@openwrt.org >
SVN-Revision: 41328 
						
						
					 
					
						2014-06-24 18:14:01 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Steven Barth 
							
						 
					 
					
						
						
							
						
						5142e91b2d 
					 
					
						
						
							
							nettle: downgrade to 2.7.1 since gnutls is incompatible with 3.0  
						
						 
						
						... 
						
						
						
						Signed-off-by: Steven Barth <steven@midlink.org >
SVN-Revision: 41263 
						
						
					 
					
						2014-06-18 17:06:30 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Steven Barth 
							
						 
					 
					
						
						
							
						
						a0e19ec2f9 
					 
					
						
						
							
							nettle: import from packages, update to 3.0  
						
						 
						
						... 
						
						
						
						Signed-off-by: Steven Barth <steven@midlink.org >
SVN-Revision: 41248 
						
						
					 
					
						2014-06-18 10:04:43 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Steven Barth 
							
						 
					 
					
						
						
							
						
						335529e207 
					 
					
						
						
							
							gmp: import from packages, update and reduce size  
						
						 
						
						... 
						
						
						
						Signed-off-by: Steven Barth <steven@midlink.org >
SVN-Revision: 41247 
						
						
					 
					
						2014-06-18 10:04:38 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Steven Barth 
							
						 
					 
					
						
						
							
						
						a5df7c0a17 
					 
					
						
						
							
							ncurses: Install xterm-256color  
						
						 
						
						... 
						
						
						
						Based on a patch by Jonathan Bennett <jbscience87@gmail.com >
SVN-Revision: 41212 
						
						
					 
					
						2014-06-16 18:21:02 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
							
						
						18e8ae6b2c 
					 
					
						
						
							
							libubox: update to latest git  
						
						 
						
						... 
						
						
						
						Signed-off-by: John Crispin <blogic@openwrt.org >
SVN-Revision: 41123 
						
						
					 
					
						2014-06-11 12:59:26 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						24662e6122 
					 
					
						
						
							
							libnfnetlink: fix musl compile errors  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 41061 
						
						
					 
					
						2014-06-09 13:47:56 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
							
						
						a56519e1b9 
					 
					
						
						
							
							openssl: version bump to 1.0.1h  
						
						 
						
						... 
						
						
						
						today appeared another serious vulnerability in openssl. More info is
here http://ccsinjection.lepidum.co.jp . Users are advised to update to
openssl 1.0.1h.
Signed-off-by: Martin Strbacka <martin.strbacka@nic.cz >
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de >
SVN-Revision: 41026 
						
						
					 
					
						2014-06-05 21:32:36 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						8174c12c23 
					 
					
						
						
							
							libubox: update to the latest version, adds static vlist initializer macros  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 41013 
						
						
					 
					
						2014-06-05 13:51:08 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								John Crispin 
							
						 
					 
					
						
						
							
						
						39c5628e5a 
					 
					
						
						
							
							libusb-compat: create directory for libusb-config  
						
						 
						
						... 
						
						
						
						Fix a build regression caused by r39975 by making sure $(STAGING_DIR)/host
directory exists before trying to copy files to it.
Cc: Florian Fainelli <florian@openwrt.org >
Signed-off-by: Tim Harvey <tharvey@gateworks.com >
SVN-Revision: 40998 
						
						
					 
					
						2014-06-04 07:20:02 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						029013d42c 
					 
					
						
						
							
							polarssl: enable parallel build  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 40950 
						
						
					 
					
						2014-06-02 13:01:48 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						b73259c37a 
					 
					
						
						
							
							polarssl: remove polarssl-progs, it is just a random collection of test programs  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 40949 
						
						
					 
					
						2014-06-02 13:01:44 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Steven Barth 
							
						 
					 
					
						
						
							
						
						b5b0381cbb 
					 
					
						
						
							
							polarssl: bump to 1.3.7  
						
						 
						
						... 
						
						
						
						SVN-Revision: 40892 
						
						
					 
					
						2014-06-01 09:49:24 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						253892e57f 
					 
					
						
						
							
							uclient: update to the latest version, fixes an issue with http authentication handling  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 40867 
						
						
					 
					
						2014-05-28 09:44:57 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						af116a5ec3 
					 
					
						
						
							
							libubox: update to latest version, fixes a segfault on json_script cleanup  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 40861 
						
						
					 
					
						2014-05-26 13:53:48 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						9a22b006de 
					 
					
						
						
							
							uclient: fix uclient-fetch permissions  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 40742 
						
						
					 
					
						2014-05-09 09:46:44 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						7991b5ad66 
					 
					
						
						
							
							libubox: update to the latest version, adds minor enhancements/fixes for uloop, blobmsg, kvlist and json_script  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 40739 
						
						
					 
					
						2014-05-09 00:52:45 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						5295e5fd34 
					 
					
						
						
							
							add uclient, a small HTTP/1.1 client library (+ utility), using ustream-ssl  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 40738 
						
						
					 
					
						2014-05-09 00:17:21 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Hauke Mehrtens 
							
						 
					 
					
						
						
							
						
						9be00fc256 
					 
					
						
						
							
							cyassl: update to version 3.0.0  
						
						 
						
						... 
						
						
						
						Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de >
SVN-Revision: 40621 
						
						
					 
					
						2014-05-01 14:04:15 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						4bfc83bba9 
					 
					
						
						
							
							libubox: update to the latest version, adds a key/value store implementation and fixes an uloop issue  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 40570 
						
						
					 
					
						2014-04-26 14:56:29 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Steven Barth 
							
						 
					 
					
						
						
							
						
						8333ce1963 
					 
					
						
						
							
							OpenSSL: update to 1.0.1g  
						
						 
						
						... 
						
						
						
						This fixes the Heartbleed bug (CVE-2014-0160).
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be >
SVN-Revision: 40421 
						
						
					 
					
						2014-04-08 05:24:36 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						500681c380 
					 
					
						
						
							
							uclibc++: disable mips16 support to avoid linkage errors with libsupc++ object files  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 40390 
						
						
					 
					
						2014-04-05 21:58:16 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						9ca965ba4c 
					 
					
						
						
							
							libubox: switch to git.openwrt.org as source  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 40025 
						
						
					 
					
						2014-03-26 16:07:58 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						e7de56916a 
					 
					
						
						
							
							ustream-ssl: update to latest version, adds certificate validation support  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 40017 
						
						
					 
					
						2014-03-25 15:06:24 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luka Perkov 
							
						 
					 
					
						
						
							
						
						8d92259690 
					 
					
						
						
							
							libroxml: enable xpath support  
						
						 
						
						... 
						
						
						
						Signed-off-by: Luka Perkov <luka@openwrt.org >
SVN-Revision: 40008 
						
						
					 
					
						2014-03-23 16:08:58 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						8a17353e75 
					 
					
						
						
							
							ustream-ssl: update to the latest version, fixes cyassl build  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 40004 
						
						
					 
					
						2014-03-21 23:39:47 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						6d270ebc2b 
					 
					
						
						
							
							polarssl: add support for generating rsa keys  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 39999 
						
						
					 
					
						2014-03-21 15:55:18 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						a37db0de7e 
					 
					
						
						
							
							libroxml: add package (tiny XML parser/writer library)  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 39998 
						
						
					 
					
						2014-03-21 15:55:15 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						4621a855b2 
					 
					
						
						
							
							libnl-tiny: ensure compatibility to libnl version 3 and higher  
						
						 
						
						... 
						
						
						
						To be prepared to support keepalived 1.2.10 and higher we need libnl3 or
higher. The attached patch
add some defines so that it can be build be libnl-tiny.
Patch by Thomas Heil
Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 39991 
						
						
					 
					
						2014-03-21 15:54:48 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						2b64517dff 
					 
					
						
						
							
							ustream-ssl: update to latest version, fixes writes before ssl handshake completion  
						
						 
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@openwrt.org >
SVN-Revision: 39985 
						
						
					 
					
						2014-03-21 15:54:26 +00:00