]> git.pld-linux.org Git - packages/stunnel.git/commitdiff
- updated to 4.39 auto/th/stunnel-4_39-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 9 Jul 2011 07:50:00 +0000 (07:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    stunnel-am.patch -> 1.6
    stunnel.spec -> 1.121

stunnel-am.patch
stunnel.spec

index f8903bbdef964a9fa72ec3ac3797566e17eb4a84..882a3d673028bfe08c73726c1da43c70259144cb 100644 (file)
@@ -4,8 +4,8 @@
                else \
                        RND=""; \
                fi; \
--              $(openssl) req -new -x509 -days 365 -nodes $$RND \
-+              echo -e "\n\n\n\n\n\n" | $(openssl) req -new -x509 -days 365 -nodes $$RND \
+-              $(openssl) req -new -x509 -days 365 $$RND \
++              echo -e "\n\n\n\n\n\n" | $(openssl) req -new -x509 -days 365 $$RND \
                        -config $(srcdir)/stunnel.cnf \
                        -out stunnel.pem -keyout stunnel.pem; \
-               test $(USE_DH) -eq 0 || $(openssl) gendh $$RND 512 >> stunnel.pem; \
+               $(openssl) gendh $$RND 1024 >> stunnel.pem; \
index e6fb911872fc4006c8a7c26e8f82b19f22a1106b..6e74b251482f7b3975b216bc545f9ab3189b6bf6 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Universal SSL tunnel
 Summary(pl.UTF-8):     Uniwersalne narzędzie do bezpiecznego tunelowania
 Name:          stunnel
-Version:       4.38
+Version:       4.39
 Release:       1
 License:       GPL v2+ with OpenSSL exception
 Group:         Networking/Daemons
 Source0:       ftp://ftp.stunnel.org/stunnel/%{name}-%{version}.tar.gz
-# Source0-md5: de5c0478303da746f946d9c112fa7f4b
+# Source0-md5: 853739119a8364daea750154af6d7e79
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
 Source3:       %{name}.inet
This page took 0.044129 seconds and 4 git commands to generate.