Commit Graph

24 Commits

Author SHA256 Message Date
bf5cea0c9f Accepting request 1118204 from home:polslinux:branches:network:vpn
- Update to 3.1.7:
  * Completely Remove Upgrade Functionality
  * Expand help to include undocumented commands
  * Forbid "default vars in the default PKI" for all commands
  * show-expire: Calculate certificate expire seconds from Database date
  * Expand help to include undocumented commands
  * New command: make-vars - Print vars.example (here-doc) to stdout
  * gen-crl: preserve existing crl.pem ownership+mode by @Tabiskabis in #1020
  * Improve vars auto load
  * Replace santize_path() and ignore Windows "security" warning
  * Improve select_vars() and source_vars()
  * sign-req: Allow the CSR DN-field order to be preserved
  * vars-file: Warn about EASYRSA_NO_VARS disabling vars-file use
  * Expand default status to include vars-file and CA status
  * verify_ssl_lib(): Minor style improvements
  * cleanup: Rename $easyrsa_error_exit to $easyrsa_exit_with_error

OBS-URL: https://build.opensuse.org/request/show/1118204
OBS-URL: https://build.opensuse.org/package/show/network:vpn/easy-rsa?expand=0&rev=44
2023-10-17 09:52:37 +00:00
7de765b2fb Accepting request 1102594 from home:elimat:branches:network:vpn
- Update to 3.1.5:
  * Build Update: script now supports signing and verifying
  * Automate support-file creation (Free packaging) (#964)
  * build-ca: New command option 'raw-ca', abbrevation: 'raw' (#963)
	This 'raw' method, is the most reliable way to build a CA,
    with a password, without writing the CA password to a temp-file.
    This option completely replaces both methods below:
    build-ca: New option --ca-via-stdin, use SSL -pass* argument 'stdin' (#959)
    Option '--ca-via-stdin' offers no more security than standard method.
    Easy-RSA version 3.1.4 ONLY.
    build-ca: Replace password temp-files with file-descriptors (#955)
    Using file-descriptors does not work in Windows.
    Easy-RSA version 3.1.3 ONLY.
- update and rebase suse-packaging.patch

OBS-URL: https://build.opensuse.org/request/show/1102594
OBS-URL: https://build.opensuse.org/package/show/network:vpn/easy-rsa?expand=0&rev=42
2023-08-13 10:09:05 +00:00
338c455133 Accepting request 1058877 from home:polslinux:branches:network:vpn
- Update to 3.1.2:
  * Command 'renew': Remove option 'nopass' 
  * find_x509_types_dir(): Remove excess checks
  * Remove function find_x509_types_dir() 
  * For 'init-pki hard' only, always try to create a new pki/vars file 
  * Introduce global option '--notext|--no-text' 
  * Minor style change
  * Introduce command 'set-pass' 
  * Fix shellcheck warning for command set-pass case statement 
  * cleanup(): Exit correctly for SIGINT 
  * Update help: Standardise output; Improve code; Reprioritise options
  * vars.example: Add EASYRSA_NO_PASS and wrap long lines
  * Use 'unset -v', consistently
  * build-ca: Improve passphrase input mechanism 
  * Remove global options '--verbose' and '--quiet' as not required
  * Remove all prerequisite code to build a safe SSL config file
  * Rename temp files to reflect the purpose 
  * easyrsa_openssl(): Always set OPENSSL_CONF to EasyRSA safe SSL config 
  * Replace SSL calls for serial number with function ssl_cert_serial() 
  * Introduce OpenSSL only mode: No Safe SSL Config File 
  * ff_date_to_cert_date(): Correct the input format for busybox date 
  * Re-order easyrsa_openssl() temp-file assignment 
  * Stop EASYRSA_DEBUG interfering with SSL output from subshells 
  * Status reports: Recognise Expired certificates 
  * New function safe_set_var(): Safe wrapper for set_var() 
  * Windows, build-ca: Add input password to re-open private key 
  * Renewal: General code improvements 
  * cleanup(): General improvements - Create KNOWN error exit 
  * build-ca: Change FATAL error to warning for old openssl-easyrsa.cnf 
  * Allow --fix-offset to create post-dated certificates

OBS-URL: https://build.opensuse.org/request/show/1058877
OBS-URL: https://build.opensuse.org/package/show/network:vpn/easy-rsa?expand=0&rev=40
2023-01-21 19:23:18 +00:00
e0ff0ab5ce remove debug statement in spec file
OBS-URL: https://build.opensuse.org/package/show/network:vpn/easy-rsa?expand=0&rev=38
2022-12-13 23:42:24 +00:00
d1cc987298 Accepting request 1042800 from home:oreinert:branches:network:vpn
- fix for 3.1.1:
   * add patch fix-474.patch from upstream

OBS-URL: https://build.opensuse.org/request/show/1042800
OBS-URL: https://build.opensuse.org/package/show/network:vpn/easy-rsa?expand=0&rev=36
2022-12-13 23:20:05 +00:00
7818d26efd Accepting request 1039861 from home:dirkmueller:Factory
- update to 3.1.1:
   * Remove command 'renewable' (#715)
   * Expand 'show-renew', include 'renewed/certs_by_serial' (#700)
   * Resolve long-standing issue with --subca-len=N (#691)
   *  ++ NOTICE: Add EasyRSA-Renew-and-Revoke.md (#690)
   * Require 'openssl-easyrsa.cnf' is up to date (#695}
   * Introduce 'renew' (version 3). Only renew cert (#688)
   * Always ensure X509-types files exist (#581 #696)
   * Expand alias '--days' to all suitable options with a period (#674)
   * Introduce --keep-tmp, keep temp files for debugging (#667)
   * Introduce Option -q|--quiet, disable information output (#703)
   * Add serialNumber (OID 2.5.4.5) to DN 'org' mode (#606)
   * Support ampersand and dollar-sign in vars file (#590)
   * Introduce 'rewind-renew' (#579)
   * Expand status reports to include checking a single cert (#577)
   * Introduce 'revoke-renewed' (#547)
   * update OpenSSL for Windows to 3.0.5

OBS-URL: https://build.opensuse.org/request/show/1039861
OBS-URL: https://build.opensuse.org/package/show/network:vpn/easy-rsa?expand=0&rev=35
2022-12-13 22:54:13 +00:00
50be3bcf59 Accepting request 1001320 from home:sp1rit:testing
Update to 3.1.0

OBS-URL: https://build.opensuse.org/request/show/1001320
OBS-URL: https://build.opensuse.org/package/show/network:vpn/easy-rsa?expand=0&rev=33
2022-09-18 08:44:22 +00:00
21cd123d35 Accepting request 989601 from home:oreinert:branches:network:vpn
- Update to 3.0.9 (2022-05-04)
  * Upgrade OpenSSL from 1.1.0j to 1.1.1o (#405, #407)
      - We are buliding this ourselves now.
  * Fix --version so it uses EASYRSA_OPENSSL (#416)
  * Use openssl rand instead of non-POSIX mktemp (#478)
  * Fix paths with spaces (#443)
  * Correct OpenSSL version from Homebrew on macOs (#416)
  * Fix revoking a renewed certificate (Original PR #394)
  * Follow-up commit: ef22701
  * Introduce 'show-crl' (d199389)
  * Support Windows-Git 'version of bash' (#533)
  * Disallow use of single quote (') in vars file, Warning (#530)
  * Creating a CA uses x509-types/ca and COMMON (#526)
  * Prefer 'PKI/vars' over all other locations (#528)
  * Introduce 'init-pki soft' option (#197)
  * Warnings are no longer silenced by --batch (#523)
  * Improve packaging options (#510)

OBS-URL: https://build.opensuse.org/request/show/989601
OBS-URL: https://build.opensuse.org/package/show/network:vpn/easy-rsa?expand=0&rev=31
2022-07-26 11:31:42 +00:00
Stefan Jakobs
512e30e743 Accepting request 850786 from home:oreinert:branches:network:vpn
- update to 3.0.8 (2020-09-09)
  * Provide --version option (#372)
  * Version information now within generated certificates like on *nix
  * Fixed issue where gen-dh overwrote existing files without warning (#373)
  * Fixed issue with ED/EC certificates were still signed by RSA (#374)
  * Added support for export-p8 (#339)
  * Clarified error message (#384)
  * 2->3 upgrade now errors and prints message when vars isn't found (#377)
  * Update OpenSSL Windows binaries to 1.1.1g
  * Reverted OpenSSL back to 1.1.0j

OBS-URL: https://build.opensuse.org/request/show/850786
OBS-URL: https://build.opensuse.org/package/show/network:vpn/easy-rsa?expand=0&rev=29
2020-11-26 07:01:50 +00:00
fef3269612 Accepting request 673666 from home:illuusio
- update to 3.0.6 (2019-02-01)
  * Certifcates that are revoked now move to a revoked subdirectory (#63)
  * EasyRSA no longer clobbers non-EASYRSA environment variables (#277)
  * More sane string checking, allowingn for commas in CN (#267)
  * Support for reasonCode in CRL (#280)
  * Better handling for capturing passphrases (#230, others)
  * Improved LibreSSL/MacOS support
  * Adds support to renew certificates up to 30 days before expiration (#286)
    - This changes previous behavior allowing for certificate creation using
      duplicate CNs.
- update and rebase suse-packaging.patch

OBS-URL: https://build.opensuse.org/request/show/673666
OBS-URL: https://build.opensuse.org/package/show/network:vpn/easy-rsa?expand=0&rev=27
2019-02-12 19:55:41 +00:00
d9dcf74b8a Fix suse-packaging.patch for non-root usage.
OBS-URL: https://build.opensuse.org/package/show/network:vpn/easy-rsa?expand=0&rev=25
2018-12-03 22:44:23 +00:00
be3c4c1cc5 Accepting request 652846 from home:computersalat:devel:vpn
update to 3.0.5, fix License

OBS-URL: https://build.opensuse.org/request/show/652846
OBS-URL: https://build.opensuse.org/package/show/network:vpn/easy-rsa?expand=0&rev=24
2018-12-01 17:26:16 +00:00
1fd5f6461e Improve RPM description
OBS-URL: https://build.opensuse.org/package/show/network:vpn/easy-rsa?expand=0&rev=20
2018-01-28 19:06:35 +00:00
44c83411f5 Upgrade to version 3.0.4
OBS-URL: https://build.opensuse.org/package/show/network:vpn/easy-rsa?expand=0&rev=19
2018-01-28 18:55:21 +00:00
6991e771fd Accepting request 534897 from home:AndreasStieger:branches:network:vpn
- update release tarball instead of git snapshot
- add upstream signing keyring and verify source signature

OBS-URL: https://build.opensuse.org/request/show/534897
OBS-URL: https://build.opensuse.org/package/show/network:vpn/easy-rsa?expand=0&rev=17
2017-10-18 17:20:23 +00:00
d21ed10036 Update to version 3.0.3
OBS-URL: https://build.opensuse.org/package/show/network:vpn/easy-rsa?expand=0&rev=14
2017-10-16 06:44:30 +00:00
5cb1c57f89 Undo spec-cleaner changes breaking build for SLE 11
OBS-URL: https://build.opensuse.org/package/show/network:vpn/easy-rsa?expand=0&rev=12
2017-09-09 09:57:37 +00:00
c80756a98c Some cleanup, the result of running:
* spec-cleaner -i easy-rsa.spec 
 * osc service localrun download_files

OBS-URL: https://build.opensuse.org/package/show/network:vpn/easy-rsa?expand=0&rev=11
2017-09-09 07:58:43 +00:00
Stefan Jakobs
69ef562811 Accepting request 518428 from home:oreinert:branches:network:vpn
- Include upstream patches:
  + 4eac410.patch
     Fix string comprehension
  + a138c0d.patch
     Fix incorrect "openssl rand" usage
  + 83a1a21.patch
     Add --copy-ext option
- Include upstream patches:
  + d20d2b3.patch
     Update docs and examples to fit changes in 534f673
- Adapted easy-rsa-packaging.patch to work with upstream patch
- Include upstream patches:
  + 534f673.patch
     Make $PWD/pki the default PKI location
- Adapted easy-rsa-packaging.patch to work with upstream patch
- Treat /etc/easy-rsa as public default config, no default vars

OBS-URL: https://build.opensuse.org/request/show/518428
OBS-URL: https://build.opensuse.org/package/show/network:vpn/easy-rsa?expand=0&rev=10
2017-08-28 20:15:39 +00:00
Stefan Jakobs
7d41c58ae5 Accepting request 511298 from home:oreinert:branches:network:vpn
Include upstream patches:
 + Add CN as SAN (if none requested) on server certs by default
 + Moved @ValdikSS's serial randomization to sign_req

OBS-URL: https://build.opensuse.org/request/show/511298
OBS-URL: https://build.opensuse.org/package/show/network:vpn/easy-rsa?expand=0&rev=8
2017-07-24 19:37:33 +00:00
Stefan Jakobs
9c4d8632f4 Accepting request 501207 from home:oreinert:branches:network:vpn
Documentation provided as markdown files should retain its .md suffix. This allows opening the files in a suitable viewer (e.g., Firefox with the "Markdown Viewer" extension) and have them rendered nicely; also, in such viewers, links to other files look and work as expected.

Finally, if upstream decides on Markdown documentation, as a principle I think the openSUSE package should retain it that way.

OBS-URL: https://build.opensuse.org/request/show/501207
OBS-URL: https://build.opensuse.org/package/show/network:vpn/easy-rsa?expand=0&rev=6
2017-06-09 17:44:44 +00:00
37251a3e59 Accepting request 498606 from home:bruno_friedmann:branches:network:vpn
- Add special %if for SLE11 as patch tool can't rename files.

OBS-URL: https://build.opensuse.org/request/show/498606
OBS-URL: https://build.opensuse.org/package/show/network:vpn/easy-rsa?expand=0&rev=4
2017-05-27 07:51:14 +00:00
bb0fc22518 Accepting request 497926 from home:bruno_friedmann:branches:network:vpn
- Include upstream patches 
  + f174800.patch 
     Generate random serial number for all certificates 
  + 29d4dee.patch
     Fixes #91 basename: invalid option -- 's'   
  + b93d0a1.patch
     Spelling fixes and sentence structure improvements   
  + fb4d8d8.patch
     Fix comment indicating the end of the function verify_file()    
  + b75faa4.patch
     Convert README and COPYING into markdown files 
- Rename openSUSE specific patch easyrsa.packaging.patch to
  easy-rsa-packaging.patch
- spec-cleaner -m (Add also SUSE copyrights)

OBS-URL: https://build.opensuse.org/request/show/497926
OBS-URL: https://build.opensuse.org/package/show/network:vpn/easy-rsa?expand=0&rev=3
2017-05-26 17:07:13 +00:00
1ec4d7a9ce Accepting request 411583 from home:stefjakobs
Hi,

I'm not sure if this is the right location for this package, but as easy-rsa is a sub project of openvpn it might fit in the vpn project.

Thanks for considering to accept this package.
Stefan

OBS-URL: https://build.opensuse.org/request/show/411583
OBS-URL: https://build.opensuse.org/package/show/network:vpn/easy-rsa?expand=0&rev=1
2016-11-29 08:34:59 +00:00