gnu: zabbix-agentd: Update to 4.0.2.
* gnu/packages/monitoring.scm (zabbix-agentd): Update to 4.0.2.
This commit is contained in:
		
							parent
							
								
									85c07cff9c
								
							
						
					
					
						commit
						f2f956010c
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		| 
						 | 
					@ -151,7 +151,7 @@ etc. via a Web interface.  Features include:
 | 
				
			||||||
(define-public zabbix-agentd
 | 
					(define-public zabbix-agentd
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "zabbix-agentd")
 | 
					    (name "zabbix-agentd")
 | 
				
			||||||
    (version "3.4.11")
 | 
					    (version "4.0.2")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -160,7 +160,7 @@ etc. via a Web interface.  Features include:
 | 
				
			||||||
             "/zabbix-" version ".tar.gz"))
 | 
					             "/zabbix-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0qxgf6hx7ibhjmxd2sxizkjc8df4c9d31wz5hhql409ws98qf173"))))
 | 
					         "033qb4b9y02jp2ijj8ny0a0yk1mzj0a8ihxrv11h7ln8kpl55vqw"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:configure-flags
 | 
					     `(#:configure-flags
 | 
				
			||||||
| 
						 | 
					@ -220,6 +220,8 @@ solution (client-side agent)")
 | 
				
			||||||
                (string-append "--with-gnutls="
 | 
					                (string-append "--with-gnutls="
 | 
				
			||||||
                               (assoc-ref %build-inputs "gnutls"))
 | 
					                               (assoc-ref %build-inputs "gnutls"))
 | 
				
			||||||
                "--with-libcurl"
 | 
					                "--with-libcurl"
 | 
				
			||||||
 | 
					                (string-append "--with-zlib="
 | 
				
			||||||
 | 
					                               (assoc-ref %build-inputs "zlib"))
 | 
				
			||||||
                ,flags))))
 | 
					                ,flags))))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("curl" ,curl)
 | 
					     `(("curl" ,curl)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue