From 55cfbad4582ded70aeb659f0d2b2e5441a66154f Mon Sep 17 00:00:00 2001 From: Ankur Sinha (Ankur Sinha Gmail) Date: Mar 10 2017 00:34:09 +0000 Subject: Make URL https for epel --- diff --git a/CHANGELOG b/CHANGELOG index 9be9f44..3357049 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,9 @@ fpaste ChangeLog +0.3.7.4.1 - 20170310 + + *) Temporary py2 version with https support + 0.3.7.4 - 20150522 *) Update desktop list diff --git a/docs/man/en/fpaste.1 b/docs/man/en/fpaste.1 index 06e80fd..35281d6 100644 --- a/docs/man/en/fpaste.1 +++ b/docs/man/en/fpaste.1 @@ -1,5 +1,5 @@ .\" first draft by Ankur Sinha <ankursinha at fedoraproject.org> -.TH "fpaste" "1" "version 0.3.7.4" "Fedora Unity" "" +.TH "fpaste" "1" "version 0.3.7.4.1" "Fedora Unity" "" .SH "NAME" fpaste \- A cli frontend for the fpaste.org pastebin .SH "SYNOPSIS" diff --git a/fpaste b/fpaste index 7f86638..e3d9ecd 100755 --- a/fpaste +++ b/fpaste @@ -16,11 +16,11 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -VERSION = '0.3.7.4' +VERSION = '0.3.7.4.1' USER_AGENT = 'fpaste/' + VERSION SET_DESCRIPTION_IF_EMPTY = 1 # stdin, clipboard, sysinfo #FPASTE_URL = 'http://fpaste.org/' -FPASTE_URL = 'http://paste.fedoraproject.org/' +FPASTE_URL = 'https://paste.fedoraproject.org/' import os, sys, urllib, urllib2, subprocess, json from optparse import OptionParser, OptionGroup, SUPPRESS_HELP