Compare commits

..

12 commits

Author SHA1 Message Date
Fedora Release Engineering
810489ca3b Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 08:47:27 +00:00
Michal Ambroz
eefb451218 bump to 0.6.4 2026-04-03 23:33:43 +02:00
Fedora Release Engineering
23e1501027 Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-17 20:13:07 +00:00
Michal Ambroz
11bd5209de fix loading from shared directory 2025-12-09 15:12:36 +01:00
Michal Ambroz
44d08ab0b5 bump to 0.6.3 2025-11-16 04:01:32 +01:00
Michal Ambroz
3fc0480e31 autochangelog 2025-08-24 14:49:09 +02:00
Michal Ambroz
a45f157c2a Merge remote-tracking branch 'refs/remotes/origin/rawhide' into rawhide 2025-08-24 14:47:26 +02:00
Fedora Release Engineering
fd39a52443 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 20:24:01 +00:00
Fedora Release Engineering
4a04051437 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-19 14:58:31 +00:00
Fedora Release Engineering
54d81e748b Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-20 09:18:17 +00:00
Michal Ambroz
af3467c545 cosmetics 2024-05-19 00:35:31 +02:00
Fedora Release Engineering
6bf7501022 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-27 08:43:19 +00:00
2 changed files with 16 additions and 69 deletions

View file

@ -1 +1 @@
SHA512 (whatweb-0.5.5.tar.gz) = 0d1afb0eea2dab3a359d9bd80ef9884af780e28e74946dedf70e92066378be26321fd917dd4abb3e91b888b5ef87231ff4db2724daa9275f4332f21b48752b37
SHA512 (whatweb-0.6.4.tar.gz) = 46e33b541ba48cad7e47cd7ba03c3d06fc33877a0a9c10f952a30687b05f55783babe4fb819fb8dfe126923936ae21b13e9689a40fd1a04c62544e529c65cd2c

View file

@ -1,7 +1,10 @@
Name: whatweb
Version: 0.5.5
Release: 5%{?dist}
Version: 0.6.4
Release: %autorelease
Summary: Web scanner to identify what are the websites running
License: GPL-2.0-or-later
URL: http://www.morningstarsecurity.com/research/whatweb
# https://github.com/urbanadventurer/WhatWeb/releases
# The tests are normally disabled in the build phase as whatweb is networking
@ -13,18 +16,17 @@ Summary: Web scanner to identify what are the websites running
%global gituser urbanadventurer
%global gitname WhatWeb
%global gitdate 20251018
%global commit 4dceb388015909e97567bcf58a7edaf7eda61593
%global giturl https://github.com/%{gituser}/%{gitname}
VCS: git:%{giturl}
%if 0%{?rhel}
Group: Applications/Internet
%endif
License: GPL-2.0-or-later
URL: http://www.morningstarsecurity.com/research/whatweb
VCS: https://github.com/urbanadventurer/WhatWeb
# https://github.com/urbanadventurer/WhatWeb/releases/
Source0: https://github.com/%{gituser}/%{gitname}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source0: %{giturl}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildArch: noarch
@ -78,6 +80,10 @@ sed -i -e 's|bundle install|#bundle install|' Makefile
# Add the whatweb shared directory
sed -i -e "s|expand_path(__dir__)), '.')|expand_path(__dir__)), '%{_datadir}/%{name}')|" whatweb
# Load from shared library and not relative
# https://github.com/urbanadventurer/WhatWeb/pull/432
sed -i -e "s|require_relative |require |" whatweb
%build
echo "Nothing to build."
@ -115,64 +121,5 @@ ruby test/integration.rb
%changelog
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.5-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
%autochangelog
* Wed Mar 01 2023 Michal Ambroz <rebus at, seznam.cz> - 0.5.5-4
- fix license tag and reference to ruby for runtime requirements
* Wed May 19 2021 Michal Ambroz <rebus at, seznam.cz> - 0.5.5-3
- fix sed
* Thu May 13 2021 Michal Ambroz <rebus at, seznam.cz> - 0.5.5-2
- removed alias bundle - needs to be solved by
- added conditional for the (network) tests
- license is GPLv2+
- empty the plugin/IpToCountry.csv with problematic
- move addons and plugin-development to doc folder
* Sun Apr 18 2021 Michal Ambroz <rebus at, seznam.cz> - 0.5.5-1
- bump to 0.5.5, adding mak+sed as BR
* Sun May 31 2020 Michal Ambroz <rebus at, seznam.cz> - 0.5.1-1
- bump to 0.5.1, rebuild for fedora 32
* Wed Oct 30 2019 Michal Ambroz <rebus at, seznam.cz> - 0.5.0-1
- bump to 0.5.0
* Sat Dec 9 2017 Michal Ambroz <rebus at, seznam.cz> - 0.4.9-1
- bump to 0.4.9
* Wed Nov 23 2016 Michal Ambroz <rebus at, seznam.cz> - 0.4.8-0.git20161009.1
- bump to current git snapshot of 0.4.8 - 039768f41a6cd45ec70c89b81616b669bc92ac0f
* Mon Jun 20 2016 Michal Ambroz <rebus at, seznam.cz> - 0.4.8-0.git20160611.1
- bump to current git snapshot of 0.4.8 - f467aa2f154aea83b6b58aec85107ba3fa3eb635
* Mon Jun 22 2015 Michal Ambroz <rebus at, seznam.cz> - 0.4.8-0.git20150507.48b9682.1
- bump to current git snapshot of 0.4.8 - 48b9682a0fbf1607f1d3565f9aab3442aee14d12
* Sun Jul 08 2012 Michal Ambroz <rebus at, seznam.cz> - 0.4.8-0.git20120708.1
- bump to development version 0.4.8
* Wed Apr 06 2011 Michal Ambroz <rebus at, seznam.cz> - 0.4.7-1
- bump to version 0.4.7
* Sun Mar 27 2011 Michal Ambroz <rebus at, seznam.cz> - 0.4.6-1
- bump to version 0.4.6
- cant be used with the current unpatched version of anemone
* Sat Sep 11 2010 Michal Ambroz <rebus at, seznam.cz> - 0.4.5-2
- use system-wide rubygems anemone library insted of local anemone copy
* Mon Aug 23 2010 Michal Ambroz <rebus at, seznam.cz> - 0.4.5-1
- rebuild of new version 0.4.5
* Sun May 30 2010 Michal Ambroz <rebus at, seznam.cz> - 0.4.3-1
- rebuild of new version
* Sat May 1 2010 Michal Ambroz <rebus at, seznam.cz> - 0.4.2-2
- add explicit dependency to /usr/bin/ruby
* Sat May 1 2010 Michal Ambroz <rebus at, seznam.cz> - 0.4.2-1
- initial build for Fedora Project