This effectively checks that all pkgs in a transaction to be installed or updated, have not unmatched shared libraries, which might happen with pkgs that had major soname bumps. This implementation slow downs xbps_transaction_prepare() 2x, due to the use of xbps_pkgdb_get_pkg_metadata(). A new pkgdb format is required that adds the pkg shlib-provides objects to pkgdb, avoiding the need to use xbps_pkgdb_get_pkg_metadata().
		
			
				
	
	
		
			12 lines
		
	
	
		
			359 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			359 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| libxbps:
 | |
|  - transaction: avoid fetching the whole pkg when updating and only fetch
 | |
|    modified files from target pkg.
 | |
| 
 | |
| xbps-create:
 | |
|  - Move all configuration files to <prefix>/share/<pkgname>/conf/<cffile>.
 | |
|  - Add -i --installed option to create binpkg from an installed version.
 | |
| 
 | |
| Issues listed at https://github.com/xtraeme/xbps/issues
 | |
| 
 | |
| Surely more stuff...
 |