gnu: libressl: Add 'release-monitoring-url' property.
* gnu/packages/tls.scm (libressl)[properties]: New field.
This commit is contained in:
		
							parent
							
								
									b724c847a2
								
							
						
					
					
						commit
						0fffcfa41d
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -1,5 +1,5 @@
 | 
				
			||||||
;;; GNU Guix --- Functional package management for GNU
 | 
					;;; GNU Guix --- Functional package management for GNU
 | 
				
			||||||
;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2019, 2020, 2021 Ludovic Courtès <ludo@gnu.org>
 | 
					;;; Copyright © 2012-2017, 2019-2022 Ludovic Courtès <ludo@gnu.org>
 | 
				
			||||||
;;; Copyright © 2014, 2015, 2016, 2017, 2018, 2021 Mark H Weaver <mhw@netris.org>
 | 
					;;; Copyright © 2014, 2015, 2016, 2017, 2018, 2021 Mark H Weaver <mhw@netris.org>
 | 
				
			||||||
;;; Copyright © 2014 Ian Denhardt <ian@zenhack.net>
 | 
					;;; Copyright © 2014 Ian Denhardt <ian@zenhack.net>
 | 
				
			||||||
;;; Copyright © 2013, 2015 Andreas Enge <andreas@enge.fr>
 | 
					;;; Copyright © 2013, 2015 Andreas Enge <andreas@enge.fr>
 | 
				
			||||||
| 
						 | 
					@ -633,6 +633,8 @@ kilobytes of RAM.")
 | 
				
			||||||
                       ,(package-version this-package))
 | 
					                       ,(package-version this-package))
 | 
				
			||||||
        ;; Provide a TLS-enabled netcat.
 | 
					        ;; Provide a TLS-enabled netcat.
 | 
				
			||||||
        "--enable-nc")))
 | 
					        "--enable-nc")))
 | 
				
			||||||
 | 
					    (properties
 | 
				
			||||||
 | 
					     `((release-monitoring-url . "https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/")))
 | 
				
			||||||
    (home-page "https://www.libressl.org/")
 | 
					    (home-page "https://www.libressl.org/")
 | 
				
			||||||
    (synopsis "SSL/TLS implementation")
 | 
					    (synopsis "SSL/TLS implementation")
 | 
				
			||||||
    (description "LibreSSL is a version of the TLS/crypto stack, forked from
 | 
					    (description "LibreSSL is a version of the TLS/crypto stack, forked from
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue