From 2ff62bbb9f7b2c82a826d7b159c1bc482aa8f0bd Mon Sep 17 00:00:00 2001 From: ScrumpyJack Date: Mon, 27 Jun 2016 10:17:05 +0000 Subject: testing/[various]: move packages to community Moves the packages listed below from the testing to the community repository after successfully testing of said packages. asciinema at calcurse cmus compton cpio dvd+rw-tools fortune fvwm geary h2o heirloom-mailx leafpad nedit nmh rover tor torsocks urlview vdesk w3m wbar xcalc xclock xeyes xkill --- community/w3m/https.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 community/w3m/https.patch (limited to 'community/w3m/https.patch') diff --git a/community/w3m/https.patch b/community/w3m/https.patch new file mode 100644 index 0000000000..31286a70d5 --- /dev/null +++ b/community/w3m/https.patch @@ -0,0 +1,19 @@ +Fedora patch; see https://bugzilla.redhat.com/show_bug.cgi?id=707994 + +--- old/url.c 2011-01-04 14:52:24.000000000 +0530 ++++ new/url.c 2011-09-02 18:25:43.305652690 +0530 +@@ -82,11 +82,11 @@ + {"ftp", SCM_FTP}, + {"local", SCM_LOCAL}, + {"file", SCM_LOCAL}, +- /* {"exec", SCM_EXEC}, */ ++ {"exec", SCM_EXEC}, + {"nntp", SCM_NNTP}, +- /* {"nntp", SCM_NNTP_GROUP}, */ ++ {"nntp", SCM_NNTP_GROUP}, + {"news", SCM_NEWS}, +- /* {"news", SCM_NEWS_GROUP}, */ ++ {"news", SCM_NEWS_GROUP}, + {"data", SCM_DATA}, + #ifndef USE_W3MMAILER + {"mailto", SCM_MAILTO}, -- cgit v1.2.3