mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
nss: update to 3.60
Added patch to fix compilation with musl 1.2.x. Install nss-config file and fix it up. Might help some packages... Refreshed others. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
--- a/nss/lib/sqlite/sqlite3.c
|
||||
+++ b/nss/lib/sqlite/sqlite3.c
|
||||
@@ -39626,7 +39626,8 @@ static int proxyConchLock(unixFile *pFile, uuid_t myHostID, int lockType){
|
||||
@@ -39626,7 +39626,8 @@ static int proxyConchLock(unixFile *pFil
|
||||
|
||||
if( nTries==1 ){
|
||||
conchModTime = buf.st_mtimespec;
|
||||
@@ -22,7 +22,7 @@
|
||||
continue;
|
||||
}
|
||||
|
||||
@@ -39652,7 +39653,7 @@ static int proxyConchLock(unixFile *pFile, uuid_t myHostID, int lockType){
|
||||
@@ -39652,7 +39653,7 @@ static int proxyConchLock(unixFile *pFil
|
||||
/* don't break the lock on short read or a version mismatch */
|
||||
return SQLITE_BUSY;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user