#2 update to version 1.5
Closed 5 months ago by senderek. Opened 5 months ago by senderek.

file modified
+9 -2
@@ -2,8 +2,8 @@ 

  %global _hardened_build 1

  

  Name:       cryptobone

- Version:    1.4   

- Release:    2%{?dist}

+ Version:    1.5   

+ Release:    1%{?dist}

  Summary:    Secure Communication Under Your Control      

  

  License:    BSD and Sleepycat and OpenSSL     
@@ -36,6 +36,8 @@ 

  Requires: openssh

  Requires: nmap

  Requires: polkit

+ Requires: postfix

+ Requires: msmtp

  

  %description

  The Crypto Bone is a secure messaging system that makes sure a user's
@@ -75,6 +77,7 @@ 

  mkdir -p %{buildroot}%{_datadir}/icons/default

  cp %{buildroot}%{cryptobonedir}/GUI/cryptobone.png %{buildroot}%{_datadir}/icons/default

  cp %{buildroot}%{cryptobonedir}/GUI/external-cryptobone-admin.png %{buildroot}%{_datadir}/icons/default

+ cp %{buildroot}%{cryptobonedir}/GUI/question-mark.png %{buildroot}%{_datadir}/icons/default

  desktop-file-install --dir %{buildroot}%{_datadir}/applications -m 644 %{buildroot}%{cryptobonedir}/GUI/cryptobone.desktop

  desktop-file-install --dir %{buildroot}%{_datadir}/applications -m 644 %{buildroot}%{cryptobonedir}/GUI/external-cryptobone-admin.desktop

  
@@ -163,6 +166,7 @@ 

  %{_datadir}/applications/external-cryptobone-admin.desktop

  %{_datadir}/icons/default/cryptobone.png

  %{_datadir}/icons/default/external-cryptobone-admin.png

+ %{_datadir}/icons/default/question-mark.png

  

  %{_mandir}/man8/cryptoboned.8.gz

  %{_mandir}/man8/cryptobone.8.gz
@@ -177,6 +181,9 @@ 

  %doc       %{_docdir}/%{name}/README-cryptlib

  

  %changelog

+ * Tue Feb 28 2023 Ralf Senderek <innovation@senderek.ie> - 1.5-1

+ - Update email transport and GUI

+ 

  * Wed Feb 08 2023 Ralf Senderek <innovation@senderek.ie> - 1.4-2

  - Add connection test

  

file modified
+2 -2
@@ -1,2 +1,2 @@ 

- SHA512 (cryptobone-1.4.tar.gz) = 6f602bf93b73a6c8dc3ea733864feae910a600e61f76427a7064341e983bd7fcd8e4d808a89179bc0f406b9add25cb2fd6aede2d08bdd722a70ff3e73a7c5f09

- SHA512 (cryptobone-1.4.tar.gz.asc) = 581303688a842ef82feee98607319d3a84ff70e4196ebb58c311da0e0ee378e3705482d86c2461e3d5e4aa02b18f3aa1e194f4e8606d77b8540d7e55d2d9a301

+ SHA512 (cryptobone-1.5.tar.gz) = 0578201f34c55378aca3873ddc596f34a6592636787ee05bed923a7eff141dc9f7f3a473d471835b1fe1302fd03167f79bdd31a3ac8554ed67a044382caa58b4

+ SHA512 (cryptobone-1.5.tar.gz.asc) = b7cecca9aa02fc2c6a301018e89eae0670da7bee5d096a0cfaa3ba269271a3d1ad136d51e60e11a3cb7524140341f726bbea0bc3c9a2728a42d643c8ab6b7073

no initial comment

Pull-Request has been closed by senderek

5 months ago
Metadata