- go from jumbo patch 7 to 12

OBS-URL: https://build.opensuse.org/package/show/security/john?expand=0&rev=22
This commit is contained in:
Roman Drahtmueller 2011-03-15 05:43:44 +00:00 committed by Git OBS Bridge
parent 1759600222
commit 335074134e
3 changed files with 4 additions and 3 deletions

View File

@ -2,6 +2,6 @@
<service name="download_url"> <service name="download_url">
<param name="host">openwall.com</param> <param name="host">openwall.com</param>
<param name="protocol">http</param> <param name="protocol">http</param>
<param name="path">/john/contrib/john-1.7.6-jumbo-12.diff.gz</param> <param name="path">/john/g/john-1.7.6-jumbo-12.diff.gz</param>
</service> </service>
</services> </services>

View File

@ -1,7 +1,8 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 15 06:22:18 CET 2011 - draht@suse.de Tue Mar 15 06:42:36 CET 2011 - draht@suse.de
- go from jumbo patch 7 to 12 - go from jumbo patch 7 to 12
- needs -lm to link, via LDFLAGS from make command in spec
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 9 16:39:40 UTC 2010 - lars@linux-schulserver.de Thu Sep 9 16:39:40 UTC 2010 - lars@linux-schulserver.de

View File

@ -95,7 +95,7 @@ fi
%endif %endif
export TARGET export TARGET
pushd src pushd src
make clean $TARGET %{cflags} make clean $TARGET %{cflags} LDFLAGS='-lcrypto -lm'
popd popd
%check %check