notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: security/whatweb/Makefile
SVNWeb

Number of commits found: 21

Sat, 14 Jan 2023
[ 23:08 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  18c6e18  (Only the first 10 of 2869 ports in this commit are shown above. View all ports for this commit)
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby

Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk

Notable changes are.

- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
  USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.

This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863

I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.

Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D37925
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:857c05f8674c5f4c990f49f9d0fb7034ebd340fe  commit hash:857c05f8674c5f4c990f49f9d0fb7034ebd340fe  commit hash:857c05f8674c5f4c990f49f9d0fb7034ebd340fe  857c05f  (Only the first 10 of 840 ports in this commit are shown above. View all ports for this commit)
security: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Kapranoff <kappa@rambler-co.ru>
  *  Alex Samorukov <samm@freebsd.org>
  *  Alexander Botero-Lowry <alex@foxybanana.com>
  *  Alexander Kriventsov <avk@vl.ru>
  *  Alexander Leidinger <netchild@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 21 Oct 2021
[ 14:27 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b0af1e27f45626e47a27088e36030a1c7aed52df  commit hash:b0af1e27f45626e47a27088e36030a1c7aed52df  commit hash:b0af1e27f45626e47a27088e36030a1c7aed52df  b0af1e2 
security/whatweb: Add CPE information

Approved by:	portmgr (blanket)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 10 Sep 2018
[ 20:29 sunpoet search for other commits by this committer ] Original commit   Revision:479483
Convert to options target helper

Approved by:	portmgr (blanket)
[ 13:14 mat search for other commits by this committer ] Original commit   Revision:479406 (Only the first 10 of 995 ports in this commit are shown above. View all ports for this commit)
Add DOCS options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
Tue, 23 Aug 2016
[ 17:29 rm search for other commits by this committer ] Original commit   Revision:420717
security/whatweb: update to latest revision
Fri, 25 Dec 2015
[ 07:12 ak search for other commits by this committer ] Original commit   Revision:404404 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
- Remove no longer used USE_RUBY_FEATURES knob

Approved by:	ruby, portmgr (swills)
Tue, 5 May 2015
[ 16:14 rm search for other commits by this committer ] Original commit   Revision:385477
security/whatweb: update to latest github revision

- update to latest github revision unbreaking runtime with ruby21
- adopt github infrastructure changes
- add LICENSE_FILE
- PORTREVISION bump was added to leverage versioning scheme change

PR:		199257
Submitted by:	 jason.unovitch@gmail.com
Wed, 4 Jun 2014
[ 20:03 rm search for other commits by this committer ] Original commit   Revision:356540
security/whatweb: unbreak by update

- unbreak by update to 1.4.8-dev (ruby 1.9-aware)
- switch to github
- add staging support

PR:		188643
Reported by:	agr@mail.ru
Fri, 20 Sep 2013
[ 22:55 bapt search for other commits by this committer ] Original commit   Revision:327769 (Only the first 10 of 1016 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
Mon, 14 Nov 2011
[ 23:06 rm search for other commits by this committer ] Original commit 
- take maintainership

Approved by:    novel (mentor)
Feature safe:   yes
[ 17:16 tabthorpe search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
- Reassign these ports back to the heap

Feature safe:   yes
Mon, 17 Oct 2011
[ 02:44 swills search for other commits by this committer ] Original commit 
- Add missing dependency on iconv
- Pet portlint while here

PR:             ports/157492
Reported by:    C-S <c-s@c-s.li>
Approved by:    maintainer timeout (>4 months)
Tue, 31 May 2011
[ 03:28 miwi search for other commits by this committer ] Original commit 
- Update to 0.4.7

PR:             156197
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by:    maintainer timeout
Fri, 20 Aug 2010
[ 08:44 niels search for other commits by this committer ] Original commit 
- Updated to version 0.4.5 (new plugins)
- Added license information

Approved by:    itetcu (mentor, implicit)
Fri, 23 Jul 2010
[ 13:40 niels search for other commits by this committer ] Original commit 
Updated to version 0.4.4

Approved by:    itetcu (mentor, implicit)
Mon, 24 May 2010
[ 13:18 niels search for other commits by this committer ] Original commit 
Updated to version 0.4.3

Approved by:    itetcu (mentor, implicit)
Wed, 14 Apr 2010
[ 11:57 niels search for other commits by this committer ] Original commit 
Bumped PORTREVISION due to new patch

Approved by:    miwi (mentor)
Mon, 12 Apr 2010
[ 07:38 niels search for other commits by this committer ] Original commit 
New port: WhatWeb can be used to detect the software packages that
are used for a website. It can detect content management systems
(CMS), blogging platforms, stats/analytics packages, javascript
libraries, servers, etc..

WWW: http://www.morningstarsecurity.com/research/whatweb

Approved by:    itetcu (mentor)

Number of commits found: 21