gnu: dbus: Update to 1.8.10.
* gnu/packages/glib.scm (dbus): Update to 1.8.10. (dbus-1.8.10): Remove.
This commit is contained in:
		
							parent
							
								
									845d48e7a1
								
							
						
					
					
						commit
						f2122ed1dc
					
				
					 1 changed files with 2 additions and 17 deletions
				
			
		| 
						 | 
				
			
			@ -56,8 +56,7 @@
 | 
			
		|||
(define dbus
 | 
			
		||||
  (package
 | 
			
		||||
    (name "dbus")
 | 
			
		||||
    (version "1.8.8")
 | 
			
		||||
    (replacement dbus-1.8.10)                     ;fix for CVE-2014-7824
 | 
			
		||||
    (version "1.8.10")
 | 
			
		||||
    (source (origin
 | 
			
		||||
             (method url-fetch)
 | 
			
		||||
             (uri
 | 
			
		||||
| 
						 | 
				
			
			@ -65,7 +64,7 @@
 | 
			
		|||
                             version ".tar.gz"))
 | 
			
		||||
             (sha256
 | 
			
		||||
              (base32
 | 
			
		||||
               "1zfi5grrlryppgrl23im82cqw6l9fk1wlc2ayvzx0yd994v2dayz"))
 | 
			
		||||
               "13mgvwigm931r8n9363imnn0vn6dvc0m322k3p8fs5c8nvyqggqh"))
 | 
			
		||||
             (patches (list (search-patch "dbus-localstatedir.patch")))))
 | 
			
		||||
    (build-system gnu-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
| 
						 | 
				
			
			@ -116,20 +115,6 @@ or through unencrypted TCP/IP suitable for use behind a firewall with
 | 
			
		|||
shared NFS home directories.")
 | 
			
		||||
    (license license:gpl2+)))                     ; or Academic Free License 2.1
 | 
			
		||||
 | 
			
		||||
(define-public dbus-1.8.10
 | 
			
		||||
  (let ((real-version "1.8.10"))
 | 
			
		||||
    (package (inherit dbus)
 | 
			
		||||
      (source (origin
 | 
			
		||||
                (method url-fetch)
 | 
			
		||||
                (uri
 | 
			
		||||
                 (string-append "http://dbus.freedesktop.org/releases/dbus/dbus-"
 | 
			
		||||
                                real-version ".tar.gz"))
 | 
			
		||||
                (sha256
 | 
			
		||||
                 (base32
 | 
			
		||||
                  "13mgvwigm931r8n9363imnn0vn6dvc0m322k3p8fs5c8nvyqggqh"))
 | 
			
		||||
                (patches (list (search-patch "dbus-localstatedir.patch")))))
 | 
			
		||||
      (replacement #f))))
 | 
			
		||||
 | 
			
		||||
(define glib
 | 
			
		||||
  (package
 | 
			
		||||
   (name "glib")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue