notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details
croc Tool to simply and securely transfer files and folders
11.4.0 net on this many watch lists=4 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 10.4.4_4Version of this port present on the latest quarterly branch.
Maintainer: olgeni@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2020-09-26 10:53:37
Last Update: 2026-09-04 05:51:48
Commit Hash: 565f8fb
People watching this port, also watch:: mpv, ungoogled-chromium, pkg, yt-dlp, vm-bhyve
License: MIT
WWW:
https://github.com/schollz/croc
Description:
croc is a tool that allows any two computers to simply and securely transfer files and folders. Features: * allows any two computers to transfer data (using a relay) * provides end-to-end encryption (using PAKE) * enables easy cross-platform transfers (Windows, Linux, Mac) * allows multiple file transfers * allows resuming transfers that are interrupted * local server or port-forwarding not needed * ipv6-first with ipv4 fallback
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. bin/croc
  2. /usr/local/share/licenses/croc-11.4.0/catalog.mk
  3. /usr/local/share/licenses/croc-11.4.0/LICENSE
  4. /usr/local/share/licenses/croc-11.4.0/MIT
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • croc
Dependency lines:
  • croc>0:net/croc
To install the port:
cd /usr/ports/net/croc/ && make install clean
To add the package, run one of these commands:
  • pkg install net/croc
  • pkg install croc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: croc
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1788498863 SHA256 (go/net_croc/croc-v11.4.0/v11.4.0.mod) = 501b86c15a1e36e71d5f19a08235cff0deaf908bb219c9ccb2a2e44eca6963ab SIZE (go/net_croc/croc-v11.4.0/v11.4.0.mod) = 6396

Expand this list (2 items)

Collapse this list.

SHA256 (go/net_croc/croc-v11.4.0/v11.4.0.zip) = efdf95359857fd2a1e4608099ac9e4fd4432e92b47ba16f7e4db635a83653a8f SIZE (go/net_croc/croc-v11.4.0/v11.4.0.zip) = 3441739

Collapse this list.


Packages (timestamps in pop-ups are UTC):
croc
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest10.3.1_610.3.1_6n/an/an/an/an/an/a
FreeBSD:13:quarterly10.3.1_610.3.1_6n/an/an/an/an/an/a
FreeBSD:14:latest11.2.211.3.5-10.0.13_611.4.0---
FreeBSD:14:quarterly10.4.4_410.4.4_4-10.0.13_410.4.4_4---
FreeBSD:15:latest11.3.611.4.0n/a-n/an/a--
FreeBSD:15:quarterly10.4.4_410.4.4_4n/a-n/an/a--
FreeBSD:16:latest11.2.211.4.0n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. go127 : lang/go127
Fetch dependencies:
  1. go127 : lang/go127
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
net_croc
USES:
go:1.27+,modules zip
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://proxy.golang.org/github.com/schollz/croc/v11/@v/
Collapse this list.
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2026-07-08
    Affects: users of net/croc
    Author: olgeni@FreeBSD.org
    Reason: 
      The croc rc script now honors an optional croc_host variable that binds
      the relay to a specific local address instead of all interfaces.
    
      This is needed on hosts with IP forwarding enabled (typically routers),
      where the "croc relay" startup self-check connects to the wildcard
      address (0.0.0.0) and fails with "network is unreachable", causing the
      relay to exit immediately.  If your relay does not stay running, set a
      local address of the host in /etc/rc.conf, for example:
    
          croc_host="192.0.2.1"
    
      Leaving croc_host empty (the default) keeps the previous behavior of
      listening on all interfaces.
    
    

Number of commits found: 125 (showing only 25 on this page)

«  1 | 2 

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
9.2.0
22 Jun 2021 10:25:02
commit hash: 8596077241405e2919400db7c42972a606a293c7commit hash: 8596077241405e2919400db7c42972a606a293c7commit hash: 8596077241405e2919400db7c42972a606a293c7commit hash: 8596077241405e2919400db7c42972a606a293c7 files touched by this commit
Jimmy Olgeni (olgeni) search for other commits by this committer
net/croc: Update to version 9.2.0.
9.1.6
16 Jun 2021 11:10:38
commit hash: 2b68ca87794f7517a73b69353b3ad1ef4be9cff0commit hash: 2b68ca87794f7517a73b69353b3ad1ef4be9cff0commit hash: 2b68ca87794f7517a73b69353b3ad1ef4be9cff0commit hash: 2b68ca87794f7517a73b69353b3ad1ef4be9cff0 files touched by this commit
Jimmy Olgeni (olgeni) search for other commits by this committer
net/croc: Update to version 9.1.6.
9.1.5
11 Jun 2021 10:27:34
commit hash: d41fcd4cc36e9db068c3692cf4c9e5ebc96322d2commit hash: d41fcd4cc36e9db068c3692cf4c9e5ebc96322d2commit hash: d41fcd4cc36e9db068c3692cf4c9e5ebc96322d2commit hash: d41fcd4cc36e9db068c3692cf4c9e5ebc96322d2 files touched by this commit
Jimmy Olgeni (olgeni) search for other commits by this committer
net/croc: Update to version 9.1.5.
9.1.4
13 May 2021 14:58:35
commit hash: 8e938818e1e85ecae11c736d04863ef1ef58d64ccommit hash: 8e938818e1e85ecae11c736d04863ef1ef58d64ccommit hash: 8e938818e1e85ecae11c736d04863ef1ef58d64ccommit hash: 8e938818e1e85ecae11c736d04863ef1ef58d64c files touched by this commit
Jimmy Olgeni (olgeni) search for other commits by this committer
net/croc: Update to version 9.1.4.
9.1.3
12 May 2021 00:06:43
commit hash: 95b9cf65d2b9e8159c080ff42ad7d629f34d48b0commit hash: 95b9cf65d2b9e8159c080ff42ad7d629f34d48b0commit hash: 95b9cf65d2b9e8159c080ff42ad7d629f34d48b0commit hash: 95b9cf65d2b9e8159c080ff42ad7d629f34d48b0 files touched by this commit
Jimmy Olgeni (olgeni) search for other commits by this committer
net/croc: Update to version 9.1.3.
9.1.2
08 May 2021 09:26:35
commit hash: 5c3f6f96f1f255b7e414036828e65b396c4d1e32commit hash: 5c3f6f96f1f255b7e414036828e65b396c4d1e32commit hash: 5c3f6f96f1f255b7e414036828e65b396c4d1e32commit hash: 5c3f6f96f1f255b7e414036828e65b396c4d1e32 files touched by this commit
Jimmy Olgeni (olgeni) search for other commits by this committer
net/croc: Update to version 9.1.2.
9.1.1
30 Apr 2021 12:31:57
commit hash: 04a1d828ab09a58ff6d87416076bae38d67085c4commit hash: 04a1d828ab09a58ff6d87416076bae38d67085c4commit hash: 04a1d828ab09a58ff6d87416076bae38d67085c4commit hash: 04a1d828ab09a58ff6d87416076bae38d67085c4 files touched by this commit
Jimmy Olgeni (olgeni) search for other commits by this committer
net/croc: update to version 9.1.1.
9.1.0
21 Apr 2021 12:24:39
commit hash: 5e597e91e562fab7903314a54fe2578a4c97e276commit hash: 5e597e91e562fab7903314a54fe2578a4c97e276commit hash: 5e597e91e562fab7903314a54fe2578a4c97e276commit hash: 5e597e91e562fab7903314a54fe2578a4c97e276 files touched by this commit
Jimmy Olgeni (olgeni) search for other commits by this committer
net/croc: update to version 9.1.0.
9.0.0
18 Apr 2021 09:04:38
commit hash: b66aa284ede263516255d867d6ad6036b745c7eecommit hash: b66aa284ede263516255d867d6ad6036b745c7eecommit hash: b66aa284ede263516255d867d6ad6036b745c7eecommit hash: b66aa284ede263516255d867d6ad6036b745c7ee files touched by this commit
Jimmy Olgeni (olgeni) search for other commits by this committer
net/croc: update to version 9.0.0.
8.6.12
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
8.6.12
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
8.6.12
27 Mar 2021 11:14:34
Revision:569322Original commit files touched by this commit
olgeni search for other commits by this committer
Update net/croc to version 8.6.12.
8.6.11
16 Mar 2021 08:30:24
Revision:568543Original commit files touched by this commit
olgeni search for other commits by this committer
Update net/croc to version 8.6.11.
8.6.10
09 Mar 2021 08:51:14
Revision:567908Original commit files touched by this commit
olgeni search for other commits by this committer
Update net/croc to version 8.6.10.
8.6.8
24 Feb 2021 09:36:00
Revision:566460Original commit files touched by this commit
olgeni search for other commits by this committer
Update net/croc to version 8.6.8.
8.6.7
29 Dec 2020 12:33:50
Revision:559573Original commit files touched by this commit
olgeni search for other commits by this committer
Update net/croc to version 8.6.7.
8.6.6
19 Nov 2020 10:19:47
Revision:555696Original commit files touched by this commit
olgeni search for other commits by this committer
Update net/croc to version 8.6.6.
8.6.5
25 Oct 2020 10:36:24
Revision:553250Original commit files touched by this commit
olgeni search for other commits by this committer
Update net/croc to version 8.6.5.
8.6.4
23 Oct 2020 08:15:18
Revision:553097Original commit files touched by this commit
olgeni search for other commits by this committer
Update net/croc to version 8.6.4.
8.6.2
22 Oct 2020 08:18:30
Revision:552942Original commit files touched by this commit
olgeni search for other commits by this committer
Update net/croc to version 8.6.2.
8.5.2
20 Oct 2020 13:47:24
Revision:552821Original commit files touched by this commit
olgeni search for other commits by this committer
Update net/croc to version 8.5.2.
8.5.1
14 Oct 2020 07:58:54
Revision:552309Original commit files touched by this commit
olgeni search for other commits by this committer
Update net/croc to version 8.5.1.
8.5.0
13 Oct 2020 12:39:08
Revision:552238Original commit files touched by this commit
olgeni search for other commits by this committer
Update net/croc to version 8.5.0.
8.4.0
05 Oct 2020 09:01:36
Revision:551482Original commit files touched by this commit
olgeni search for other commits by this committer
Update net/croc to version 8.4.0.
8.3.2
26 Sep 2020 10:52:59
Revision:550161Original commit files touched by this commit
olgeni search for other commits by this committer
Add net/croc, a tool to simply and securely transfer files and folders.

Number of commits found: 125 (showing only 25 on this page)

«  1 | 2