Projects
Extra
connect
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 3
View file
connect.spec
Changed
@@ -8,18 +8,14 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: connect Summary: Relays network connections via SOCKS and http(s) proxy License: GPL-2.0 -Group: Productivity/Networking/Other Version: r100 -Release: 0.pm.0 +Release: 0 Source0: http://www.taiyo.co.jp/~gotoh/ssh/%{name}.c Source1: README.%{name} -BuildRoot: %{_tmppath}/%{name}-%{version}-build -Autoreqprov: on %description "connect" is the simple relaying command to make network connection via SOCKS and https proxy. @@ -39,25 +35,15 @@ %prep %build - -gcc -o connect %{SOURCE0} ; strip connect - +gcc %optflags -o connect %{SOURCE0} %install - install -D -m 755 connect $RPM_BUILD_ROOT/%{_bindir}/connect install -D -m 644 %{SOURCE1} $RPM_BUILD_ROOT/%{_docdir}/%{name}/README -%clean - -rm -rf $RPM_BUILD_ROOT - %files -%defattr(-, root, root) %dir %{_docdir}/%{name} %{_docdir}/%{name}/README %{_bindir}/connect %changelog -* Tue Jul 01 2008 Axel Koellhofer AxelKoellhofer@web.de -- initial package
View file
connect.c
Changed
@@ -1028,6 +1028,7 @@ ends_with("foo.beebar.com", "bar.com") => 0 (partial match) ends_with("bar", "bar.com") => 0 (shorter) */ +int domain_match(const char *s1, const char *s2) { int len1, len2;
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.