mirror of
				https://git.proxmox.com/git/libgit2
				synced 2025-10-31 16:19:17 +00:00 
			
		
		
		
	Migrate from http-parser to llhttp
This commit is contained in:
		
							parent
							
								
									fb750e1882
								
							
						
					
					
						commit
						8352b0e21b
					
				
							
								
								
									
										4
									
								
								debian/control
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								debian/control
									
									
									
									
										vendored
									
									
								
							| @ -13,7 +13,7 @@ Build-Depends: debhelper-compat (= 13), | ||||
|                zlib1g-dev, | ||||
|                libmbedtls-dev, | ||||
|                libssh2-1-dev, | ||||
|                libhttp-parser-dev, | ||||
|                libllhttp-dev, | ||||
|                libpcre2-dev, | ||||
|                libkrb5-dev, | ||||
|                ca-certificates | ||||
| @ -31,7 +31,7 @@ Depends: libgit2-1.8 (= ${binary:Version}), | ||||
|          zlib1g-dev, | ||||
|          libmbedtls-dev, | ||||
|          libssh2-1-dev, | ||||
|          libhttp-parser-dev, | ||||
|          libllhttp-dev, | ||||
|          libpcre2-dev, | ||||
|          ${misc:Depends}, | ||||
| Description: low-level Git library (development files) | ||||
|  | ||||
							
								
								
									
										2
									
								
								debian/rules
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								debian/rules
									
									
									
									
										vendored
									
									
								
							| @ -20,7 +20,7 @@ COMMON_CMAKE_FLAGS = \ | ||||
| 	-DREGEX_BACKEND=pcre2 \ | ||||
| 	-DUSE_GSSAPI=ON \ | ||||
| 	-DUSE_HTTPS=mbedTLS \ | ||||
| 	-DUSE_HTTP_PARSER=system \ | ||||
| 	-DUSE_HTTP_PARSER=llhttp \ | ||||
| 	-DUSE_NTLMCLIENT=OFF \ | ||||
| 	-DUSE_SSH=ON | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Timo Röhling
						Timo Röhling