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: sysutils/sleuthkit/Makefile
SVNWeb

Number of commits found: 73

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:23 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:ea7123695aad83707eba8adaf42b29dac7f296e4  commit hash:ea7123695aad83707eba8adaf42b29dac7f296e4  commit hash:ea7123695aad83707eba8adaf42b29dac7f296e4  ea71236  (Only the first 10 of 972 ports in this commit are shown above. View all ports for this commit)
sysutils: remove 'Created by' lines

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

  *  <jsmith@resonatingmedia.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Landwehr <aaron@snaphat.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Adrian Chadd
  *  Adrian Chadd <adrian@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Eldridge <alane@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Deiter <alex.deiter@gmail.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 29 Oct 2021
[ 09:50 Stefan Eßer (se) search for other commits by this committer ]    commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  819f25b  (Only the first 10 of 388 ports in this commit are shown above. View all ports for this commit)
*/*: Remove redundant '-[0-9]*' from CONFLICTS

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
Thu, 30 Sep 2021
[ 21:23 Rene Ladan (rene) search for other commits by this committer ]    commit hash:620968a43a5f9bb3fa98ab20f257a4c0d864caa7  commit hash:620968a43a5f9bb3fa98ab20f257a4c0d864caa7  commit hash:620968a43a5f9bb3fa98ab20f257a4c0d864caa7  620968a  (Only the first 10 of 399 ports in this commit are shown above. View all ports for this commit)
cleanup: drop support for EOL FreeBSD 11.X

Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
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.
Sat, 19 Oct 2019
[ 20:59 antoine search for other commits by this committer ] Original commit   Revision:514843
Update sysutils/sleuthkit to 4.7.0
Tue, 10 Sep 2019
[ 13:03 antoine search for other commits by this committer ] Original commit   Revision:511757
Update sysutils/sleuthkit to 4.6.7
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Mon, 6 May 2019
[ 05:53 antoine search for other commits by this committer ] Original commit   Revision:500898
Update to 4.6.6
Sun, 3 Feb 2019
[ 09:49 antoine search for other commits by this committer ] Original commit   Revision:492039
Update to 4.6.5
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Sat, 1 Dec 2018
[ 13:25 antoine search for other commits by this committer ] Original commit   Revision:486370
Update to 4.6.4
Sat, 22 Sep 2018
[ 18:50 antoine search for other commits by this committer ] Original commit   Revision:480428
Require a modern compiler, this should fix build on powerpc64

PR:		231594
Mon, 10 Sep 2018
[ 02:06 linimon search for other commits by this committer ] Original commit   Revision:479351 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Mark various ports broken on powerpc64.

Approved by:	portmgr (tier-2 blanket)
Sat, 25 Aug 2018
[ 08:27 antoine search for other commits by this committer ] Original commit   Revision:478014
Update to 4.6.2
Mon, 25 Jun 2018
[ 19:34 antoine search for other commits by this committer ] Original commit   Revision:473334
Update to 4.6.1
Sun, 18 Mar 2018
[ 17:25 antoine search for other commits by this committer ] Original commit   Revision:464938
- Update sysutils/sleuthkit to 4.6.0
- Update sysutils/py-pytsk to 20180225
Sat, 2 Dec 2017
[ 13:18 antoine search for other commits by this committer ] Original commit   Revision:455363
Update to 4.5.0
Sun, 24 Sep 2017
[ 08:18 antoine search for other commits by this committer ] Original commit   Revision:450481
Update sleuthkit to 4.4.2
Thu, 29 Jun 2017
[ 14:30 antoine search for other commits by this committer ] Original commit   Revision:444647
Update sleuthkit to 4.4.1
Fri, 3 Feb 2017
[ 09:23 antoine search for other commits by this committer ] Original commit   Revision:433211
Update to 4.4.0
Fri, 29 Jul 2016
[ 17:39 antoine search for other commits by this committer ] Original commit   Revision:419264
Update to 4.3.0
Fri, 1 Apr 2016
[ 14:25 mat search for other commits by this committer ] Original commit   Revision:412349 (Only the first 10 of 2099 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Wed, 14 Oct 2015
[ 17:27 antoine search for other commits by this committer ] Original commit   Revision:399283
Update sleuthkit to 4.2.0
Sun, 19 Oct 2014
[ 22:53 antoine search for other commits by this committer ] Original commit   Revision:371218
- Drop la file
- Strip shared library
Wed, 23 Apr 2014
[ 13:25 tijl search for other commits by this committer ] Original commit   Revision:351936 (Only the first 10 of 462 ports in this commit are shown above. View all ports for this commit)
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la.  So everything that subsequently links with libA will also
link to these extra libraries.  This causes too much overlinking.

This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging.  However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.

So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 10 Feb 2014
[ 18:12 antoine search for other commits by this committer ] Original commit   Revision:343668
Update the sleuthkit to 4.1.3:
- Use libtool (instead of jumping from .11 to .12, we go back to .10)
- Include a patch which allows python bindings to work correctly (obtained from
Joachim Metz)

Update pytsk to 2014-02-09:
- Remove DOCS/EXAMPLES conditionals
- Don't override DOCSDIR and EXAMPLESDIR, mva's patch will do it soon
Sat, 1 Feb 2014
[ 09:53 antoine search for other commits by this committer ] Original commit   Revision:342106
- Skip version 4.1.3 as it breaks python bindings
- While here, remove DOCS conditionals
Tue, 15 Oct 2013
[ 19:21 antoine search for other commits by this committer ] Original commit   Revision:330431
Fix perl shebang in sorter and mactime

Reported by:	qa.sh
Thu, 26 Sep 2013
[ 19:04 antoine search for other commits by this committer ] Original commit   Revision:328406
sleuthkit:
- update to 4.1.2
- convert to STAGEDIR

py-pytsk:
- bump PORTREVISION for libtsk update
- convert to STAGEDIR
Fri, 20 Sep 2013
[ 23:06 bapt search for other commits by this committer ] Original commit   Revision:327772 (Only the first 10 of 1053 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:
sysutils)
Fri, 13 Sep 2013
[ 21:28 antoine search for other commits by this committer ] Original commit   Revision:327186
Add missing LICENSE
Sat, 3 Aug 2013
[ 09:24 antoine search for other commits by this committer ] Original commit   Revision:324183
Convert sleuthkit to USES=perl5 and new option helpers
Wed, 19 Jun 2013
[ 17:17 antoine search for other commits by this committer ] Original commit   Revision:321297
Update the sleuthkit to 4.1.0

New Features:

    Added YAFFS2 support (patch from viaForensics).
    Added Ext4 support (patch from kfairbanks)
Mon, 29 Apr 2013
[ 10:20 ehaupt search for other commits by this committer ] Original commit   Revision:316794
Register CONFLICTS
Mon, 4 Feb 2013
[ 23:07 sbz search for other commits by this committer ] Original commit   Revision:311654
- Update to 4.0.2

PR:		ports/175849
Submitted by:	antoine (maintainer)
Thu, 3 Jan 2013
[ 15:40 rm search for other commits by this committer ] Original commit   Revision:309887
- register optional dependency on libewf (default on)
- convert to optionsng (PORTDOCS case)
- bump PORTREVISION
- pass maintainership to submitter

PR:		174700
Submitted by:	antoine
[ 14:06 rm search for other commits by this committer ] Original commit   Revision:309881
- add missing dependency
- bump PORTREVISION because of dependency change

PR:		174802
Submitted by:	antoine
Fri, 30 Nov 2012
[ 07:53 ehaupt search for other commits by this committer ] Original commit   Revision:307997
- "Undestroy" the work of the previous maintainer by restoring previous
  formating of pkg-descr
- Release maintainership

Feature safe:   yes
Thu, 29 Nov 2012
[ 00:20 ehaupt search for other commits by this committer ] Original commit   Revision:307951
- Update to 4.0.1
- Take maintainership
- Remove double spaces from pkg-descr and 'fmt -w 80'

Feature safe:	yes
Sun, 14 Oct 2012
[ 23:09 danfe search for other commits by this committer ] Original commit   Revision:305896
- Update sleuthkit port to the latest version 4.0.0
- Rephrase COMMENT (remove reference to now defunct @stake)
- Trim Makefile header and drop maintainership

Feature safe:	yes
Wed, 12 Oct 2011
[ 02:21 danfe search for other commits by this committer ] Original commit 
Update to version 3.2.3.  This release has some minor bug fixes and features:

  - Only need to specify first E01 file in a set of files
  - Added -d option to tsk_recover
  - DOS partitions are loaded even if an extended partition fails
  - Cleanup of corrupt orphan FAT names
  - RAW CD Support
Wed, 22 Jun 2011
[ 09:52 danfe search for other commits by this committer ] Original commit 
Update to version 3.2.2 (minor bugfixes).
Wed, 2 Mar 2011
[ 09:34 danfe search for other commits by this committer ] Original commit 
- Update to version 3.2.1
- Adjust COMMENT
Tue, 9 Nov 2010
[ 03:12 danfe search for other commits by this committer ] Original commit 
Update to version 3.2.0.
Wed, 14 Jul 2010
[ 03:31 danfe search for other commits by this committer ] Original commit 
Update to bugfix release 3.1.3.
Fri, 28 May 2010
[ 04:56 danfe search for other commits by this committer ] Original commit 
Update to version 3.1.2
Sun, 11 Apr 2010
[ 11:50 danfe search for other commits by this committer ] Original commit 
Update to 3.1.1 bugfix release.
Tue, 9 Mar 2010
[ 10:47 danfe search for other commits by this committer ] Original commit 
- Update to version 3.1.0
- Utilize PORTDOCS macro (be aware that actual documentation was moved to
  http://wiki.sleuthkit.org/)
Wed, 1 Apr 2009
[ 18:27 danfe search for other commits by this committer ] Original commit 
Update to version 3.0.1.
Thu, 5 Jun 2008
[ 03:53 danfe search for other commits by this committer ] Original commit 
- Update to version 2.52
- Stop abusing post-extract: target to patch things
- Remove check for ancient FreeBSD version
Wed, 2 Apr 2008
[ 18:18 pav search for other commits by this committer ] Original commit 
- Fix library installation/patch out objformat test

Reported by:    pointyhat
Pointy hat to:  danfe
Wed, 19 Mar 2008
[ 15:36 danfe search for other commits by this committer ] Original commit 
- Update to version 2.51
- Use SF macro
Tue, 15 Jan 2008
[ 00:17 danfe search for other commits by this committer ] Original commit 
Update to version 2.10.
Thu, 28 Jun 2007
[ 12:37 danfe search for other commits by this committer ] Original commit 
- Update to version 2.09 [1]
- Fix another LOCALBASE vs. PREFIX issue

PR:             ports/113764 [1]
Submitted by:   Nils Vogels [1]
Wed, 6 Jun 2007
[ 00:58 danfe search for other commits by this committer ] Original commit 
- Reformat parts of Makefile so it fits in 80-character screen
- Pacify portlint(1) a bit
[ 00:49 danfe search for other commits by this committer ] Original commit 
- Make installed scripts really usable (fix binary files path)
- Registed missing runtime dependency
- Bump PORTREVISION
Wed, 11 Apr 2007
[ 12:21 danfe search for other commits by this committer ] Original commit 
Update to version 2.08.
Mon, 19 Mar 2007
[ 11:58 danfe search for other commits by this committer ] Original commit 
Update to version 2.07.

PR:             ports/109987
Submitted by:   Martin Matuska
Tue, 31 Oct 2006
[ 18:12 danfe search for other commits by this committer ] Original commit 
Update to version 2.06.
Mon, 2 Oct 2006
[ 04:54 danfe search for other commits by this committer ] Original commit 
Mark as BROKEN on FreeBSD 4.X (pre-GEOM, more generically).

Reported by:    krismail
Mon, 4 Sep 2006
[ 16:53 danfe search for other commits by this committer ] Original commit 
Update to version 2.05.
Sat, 13 May 2006
[ 04:15 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 275 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from all categories starting with S
Wed, 14 Dec 2005
[ 11:16 danfe search for other commits by this committer ] Original commit 
- Update to version 2.03
- Add SHA256 checksum
- Take maintainership

Approved by:    long time inactive maintainer
Thu, 29 Sep 2005
[ 11:07 novel search for other commits by this committer ] Original commit 
Mark CONFLICTS  - both install bin/jls and jls.1 man.

PR:             86698
Submitted by:   Fumiyoshi TAOKA <fmysh@iijmio-mail.jp>
Wed, 27 Jul 2005
[ 08:06 danfe search for other commits by this committer ] Original commit 
- Update to 2.02
- Teach about FreeBSD 7.X

Approved by:    maintainer timeout
Tue, 21 Jun 2005
[ 19:03 danfe search for other commits by this committer ] Original commit 
Update to 2.01, bugfix release.

Approved by:    maintainer timeout
Mon, 4 Apr 2005
[ 07:42 danfe search for other commits by this committer ] Original commit 
Simplify regexp.
[ 07:33 danfe search for other commits by this committer ] Original commit 
Update to 2.00.

Major Updates:
- Support for split and disk images
- File system type can be detected (-f no longer required)
- New file system type names (for -f)
- Updated internal design
- New 'img_stat' tool to display details about the image file format
- New 'mmls' flag (-b) to print sizes in bytes
- New 'mmstat' tool to give details about the volume (media
  management) system
- Non-printable charactors in UFS/ExtX names are replaced with '.'
- New Linux 'disk_sreset' tool to reset HPA on an ATA disk
- Renamed 'diskstat' to 'disk_stat' and 'sstrings' to 'srch_strings'
  to make names less cryptic

Minor Bug Fixes:
- NTFS could go into an infinite loop if attribute list entry was
  reallocated
- Last block group in ExtX fsstat output had incorrect percentage
  of free blocks
- FreeBSD 5.x would produce incorrect 'icat' output for Ext2/3 and
  UFS1 images because it used a 64-bit on-disk address

Approved by:    maintainer timeout
[ 06:46 danfe search for other commits by this committer ] Original commit 
Adjust Makefile header.
Thu, 20 Jan 2005
[ 10:24 danfe search for other commits by this committer ] Original commit 
- Update to version 1.73, which features many bugfixes and UFS2 support
- Teach about FreeBSD 6.X (and thus unbreak)
- Honor CC and CFLAGS
- Tidy up Makefile and pkg-plist (use DOCSDIR macro)
- Do not build file(1) since it's the base already (and the same version)

Approved by:    maintainer timeout
Thu, 18 Nov 2004
[ 22:12 kris search for other commits by this committer ] Original commit 
BROKEN on 6.x: Does not build
Mon, 8 Sep 2003
[ 11:24 edwin search for other commits by this committer ] Original commit 
[NEW PORT] sysutils/sleuthkit: The @stake Sleuth Kit for

        The @stake Sleuth Kit (TASK) is the only open source forensic
        toolkit for a complete analysis of Microsoft and UNIX file
        systems.  TASK enables investigators to identify and recover
        evidence from images acquired during incident response or
        from live systems.

        WWW: http://www.atstake.com/research/tools/task/

PR:             ports/55545
Submitted by:   Pieter Danhieux <pieter@securax.be>

Number of commits found: 73