gnu: isc-dhcp: Update to 4.3.6-P1 [fixes CVE-2018-{5732,5733}].
* gnu/packages/admin.scm (isc-dhcp): Update to 4.3.6-P1.
This commit is contained in:
		
							parent
							
								
									3b5262865c
								
							
						
					
					
						commit
						8a325748fb
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -610,14 +610,14 @@ connection alive.") | ||||||
|                                       bind-release-version))) |                                       bind-release-version))) | ||||||
|     (package |     (package | ||||||
|       (name "isc-dhcp") |       (name "isc-dhcp") | ||||||
|       (version "4.3.6") |       (version "4.3.6-P1") | ||||||
|       (source (origin |       (source (origin | ||||||
|                 (method url-fetch) |                 (method url-fetch) | ||||||
|                 (uri (string-append "http://ftp.isc.org/isc/dhcp/" |                 (uri (string-append "http://ftp.isc.org/isc/dhcp/" | ||||||
|                                     version "/dhcp-" version ".tar.gz")) |                                     version "/dhcp-" version ".tar.gz")) | ||||||
|                 (sha256 |                 (sha256 | ||||||
|                  (base32 |                  (base32 | ||||||
|                   "06vgxhm6agzkp6r1jy10467vrfw2rzcp2mnkcph7ydziciisy7m4")))) |                   "1hx3az6ckvgvybr1ag4k9kqr8zfcpzcww4vpw5gz0mi8y2z7gl9g")))) | ||||||
|       (build-system gnu-build-system) |       (build-system gnu-build-system) | ||||||
|       (arguments |       (arguments | ||||||
|        `(#:parallel-build? #f |        `(#:parallel-build? #f | ||||||
|  |  | ||||||
		Reference in a new issue