Paul Spooren 
							
						 
					 
					
						
						
							
						
						bbcd7d05e0 
					 
					
						
						
							
							f2fs-tools: fixup SPDX license  
						
						... 
						
						
						
						The f2fs-tools have a wrong PKG_LICENSE with is not SPDX compatible.
Signed-off-by: Paul Spooren <mail@aparcar.org >
(cherry picked from commit 35a70d6262 
						
						
					 
					
						2019-09-04 13:08:42 +02:00 
						 
				 
			
				
					
						
							
							
								Jo-Philipp Wich 
							
						 
					 
					
						
						
							
						
						0e70f69a35 
					 
					
						
						
							
							treewide: revise library packaging  
						
						... 
						
						
						
						- Annotate versionless libraries (such as libubox, libuci etc.) with a fixed
  ABI_VERSION resembling the source date of the last incompatible change
- Annotate packages shipping versioned library objects with ABI_VERSION
- Stop shipping unversioned library symlinks for packages with ABI_VERSION
Ref: https://openwrt.org/docs/guide-developer/package-policies#shared_libraries 
Ref: https://github.com/KanjiMonster/maintainer-tools/blob/master/check-abi-versions.pl 
Signed-off-by: Jo-Philipp Wich <jo@mein.io > 
						
						
					 
					
						2019-01-24 10:39:30 +01:00 
						 
				 
			
				
					
						
							
							
								Rosen Penev 
							
						 
					 
					
						
						
							
						
						d2b16a59d5 
					 
					
						
						
							
							f2fs-tools: Update to 1.12.0  
						
						... 
						
						
						
						Added two upstream mailing list patches that fix behavior under big endian
systems. Issue was present since version 1.11.0.
Tested on Turris Omnia.
Original discussion: https://github.com/openwrt/openwrt/pull/1575 
Signed-off-by: Rosen Penev <rosenp@gmail.com > 
						
						
					 
					
						2018-12-16 00:57:19 +01:00 
						 
				 
			
				
					
						
							
							
								Daniel Engberg 
							
						 
					 
					
						
						
							
						
						0a4cd1a682 
					 
					
						
						
							
							package/utils/f2fs-tools: Update to 1.11.0  
						
						... 
						
						
						
						Update f2fs-tools to 1.11.0
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net > 
						
						
					 
					
						2018-07-16 15:12:18 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Engberg 
							
						 
					 
					
						
						
							
						
						fe8350e92e 
					 
					
						
						
							
							package/utils/f2fs-tools: Update to 1.10.0  
						
						... 
						
						
						
						Update f2fs-tools to 1.10.0
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net >
Signed-off-by: Rosen Penev <rosenp@gmail.com > 
						
						
					 
					
						2018-04-03 23:26:45 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Engberg 
							
						 
					 
					
						
						
							
						
						c4562a9069 
					 
					
						
						
							
							package/utils/f2fs-tools: Update to 1.9.0  
						
						... 
						
						
						
						Update f2fs-tools to 1.9.0
Remove patch as its been committed upstream
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net > 
						
						
					 
					
						2017-09-30 22:43:17 +02:00 
						 
				 
			
				
					
						
							
							
								Stijn Tintel 
							
						 
					 
					
						
						
							
						
						cdb494fdc2 
					 
					
						
						
							
							f2fs-tools: fix mkfs.f2fs on big-endian systems  
						
						... 
						
						
						
						Fixes: FS#749
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be > 
						
						
					 
					
						2017-08-25 10:19:06 +03:00 
						 
				 
			
				
					
						
							
							
								Stijn Tintel 
							
						 
					 
					
						
						
							
						
						252c8ddf14 
					 
					
						
						
							
							f2fs-tools: drop musl compat patch  
						
						... 
						
						
						
						It is no longer needed since version 1.4.1.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be > 
						
						
					 
					
						2017-08-25 10:19:06 +03:00 
						 
				 
			
				
					
						
							
							
								Stijn Tintel 
							
						 
					 
					
						
						
							
						
						d87f27af54 
					 
					
						
						
							
							f2fs-tools: drop patch in favour of CONFIGURE_VARS  
						
						... 
						
						
						
						Override the failing check in configure with CONFIGURE_VARS instead of
carrying a patch that's unlikely to be accepted by upstream.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be >
Acked-by: John Crispin <john@phrozen.org > 
						
						
					 
					
						2017-08-25 10:19:06 +03:00 
						 
				 
			
				
					
						
							
							
								Daniel Engberg 
							
						 
					 
					
						
						
							
						
						ec987e59c4 
					 
					
						
						
							
							f2fs-tools: Switch to gz tarball  
						
						... 
						
						
						
						At some point kernel.org decided to drop xz generated tarballs, switch to gz which they still provide.
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net > 
						
						
					 
					
						2017-05-18 14:23:26 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Engberg 
							
						 
					 
					
						
						
							
						
						8a4208d5af 
					 
					
						
						
							
							utils/f2fs-tools: Update to 1.8.0  
						
						... 
						
						
						
						Update f2fs-tools to 1.8.0
Refresh patches
Remove selinux patch, use configure argument instead.
Switch to xz tarball
Adjust url to avoid redirects
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net > 
						
						
					 
					
						2017-03-22 11:52:39 +01:00 
						 
				 
			
				
					
						
							
							
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						720b99215d 
					 
					
						
						
							
							treewide: clean up download hashes  
						
						... 
						
						
						
						Replace *MD5SUM with *HASH, replace MD5 hashes with SHA256
Signed-off-by: Felix Fietkau <nbd@nbd.name > 
						
						
					 
					
						2016-12-16 22:39:22 +01:00 
						 
				 
			
				
					
						
							
							
								Felix Fietkau 
							
						 
					 
					
						
						
							
						
						dbbd5eef58 
					 
					
						
						
							
							f2fs-tools: import from packages, clean up, and update to latest  
						
						... 
						
						
						
						Signed-off-by: Felix Fietkau <nbd@nbd.name > 
						
						
					 
					
						2016-09-08 15:28:38 +02:00