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: multimedia/cuse4bsd-kmod/Makefile
SVNWeb

Number of commits found: 33

Tue, 11 Dec 2018
[ 17:03 linimon search for other commits by this committer ] Original commit   Revision:487243 (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
These ports now build on powerpc64.

Approved by:	portmgr (tier-2 blanket)
Sat, 27 May 2017
[ 15:33 linimon search for other commits by this committer ] Original commit   Revision:441849
Mark some ports failing on armv6: implicit declaration of function
'cp15_pmccntr_get' is invalid in C99.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Sat, 20 May 2017
[ 12:02 linimon search for other commits by this committer ] Original commit   Revision:441309 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Mark some ports failing on power64.  In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
Wed, 25 Mar 2015
[ 17:36 marino search for other commits by this committer ] Original commit   Revision:382254 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
multimedia category: Remove $PTHREAD_LIBS

approved by:	PTHREAD blanket
Thu, 15 Jan 2015
[ 10:14 kwm search for other commits by this committer ] Original commit   Revision:377072
Update cuse4bsd-kmod to 0.1.36.

Avoid using POLLNVAL as return code for poll events due to
compatibility with existing userspace application code.

Submitted by:	maintainer (via irc)
Wed, 2 Jul 2014
[ 09:33 kwm search for other commits by this committer ] Original commit   Revision:360158
Update to 0.1.35.

Fix destruction of devices if client requests it.

Submitted by:	maintainer
Sat, 12 Apr 2014
[ 08:25 antoine search for other commits by this committer ] Original commit   Revision:351078
kld should not be stripped

With hat:	portmgr
Fri, 11 Apr 2014
[ 18:49 kwm search for other commits by this committer ] Original commit   Revision:351029
Update to 0.1.33.

Added new API function "cuse_is_vmalloc_addr()".
Some minor kqfilter fixes.

While here use USES=tar:bzip2, and strip the module.
This is done in do-install because the module is installed r-x,
so strip isn't allowed and I don't want to mess with chmod.

Submitted by:	maintainer (IRC)
Sun, 26 Jan 2014
[ 22:37 rene search for other commits by this committer ] Original commit   Revision:341298
Support stage.
Wed, 20 Nov 2013
[ 10:44 rene search for other commits by this committer ] Original commit   Revision:334408
Fix a typo causing the .ko file not to be installed.
Bump PORTREVISION to force package to be rebuilt.

Approved by:	hselasky (maintainer)
Sat, 9 Nov 2013
[ 19:13 rene search for other commits by this committer ] Original commit   Revision:333329 (Only the first 10 of 37 ports in this commit are shown above. View all ports for this commit)
Convert to USES=kmod, which removes duplicated code and ensures that all
required steps are followed.

There are no user-visible changes.  The exception is multimedia/ptx-kmod,
which now installs the kernel module into /boot/modules instead of
${PREFIX}/libexec/${PORTNAME}, this was something USES=kmod cannot handle.

PR:		ports/183625
Submitted by:	myself
Approved by:	portmgr (bdrewery)
Exp-run by:	bdrewery
Fri, 20 Sep 2013
[ 20:57 bapt search for other commits by this committer ] Original commit   Revision:327747 (Only the first 10 of 404 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:
multimedia)
[ 12:54 bdrewery search for other commits by this committer ] Original commit   Revision:327697 (Only the first 10 of 61 ports in this commit are shown above. View all ports for this commit)
SSP support has been added to ports with WITH_SSP for i386 and amd64
on FreeBSD 10, and amd64 on earlier versions.

SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.

On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].

On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 11 Aug 2013
[ 15:42 nox search for other commits by this committer ] Original commit   Revision:324595
- Update to 0.1.30:
- Add more sanity checks for read() and write().
- Update manual page for cuse4bsd.

Submitted by:	hselasky (maintainer)
Fri, 26 Jul 2013
[ 16:55 nox search for other commits by this committer ] Original commit   Revision:323736
- Update to 0.1.29 .
- Add kqueue(2) support.

Submitted by:	hselasky (maintainer)
Sun, 14 Jul 2013
[ 14:18 nox search for other commits by this committer ] Original commit   Revision:322983
Update to 0.1.28 .

Submitted by:	hselasky (maintainer)
Sat, 11 May 2013
[ 12:58 bapt search for other commits by this committer ] Original commit   Revision:317872
Convert to new options framework
While here remove test for unsupported versions
Wed, 20 Feb 2013
[ 20:12 nox search for other commits by this committer ] Original commit   Revision:312659
- Update to 0.1.27 .
- Convert Makefile header.

Submitted by:	hselasky (maintainer)
Sat, 18 Aug 2012
[ 20:24 nox search for other commits by this committer ] Original commit 
- Update to 0.1.26 :
- Fix for refcounting bug.
- Use PTHREAD_LIBS.

Submitted by:	hselasky (maintainer)
Tue, 26 Jun 2012
[ 16:55 nox search for other commits by this committer ] Original commit 
Update to 0.1.24 .

Submitted by:   hselasky (maintainer)
Tue, 13 Dec 2011
[ 22:43 nox search for other commits by this committer ] Original commit 
Update to 0.1.23 .

Submitted by:   hselasky (maintainer)
Feature safe:   yes
Sat, 3 Dec 2011
[ 14:04 nox search for other commits by this committer ] Original commit 
Add missing kldxref when building from ports.

Approved by:    hselasky (maintainer)
Feature safe:   yes
Tue, 11 Oct 2011
[ 18:03 nox search for other commits by this committer ] Original commit 
Add missing USE_LDCONFIG (which fixes tb of multimedia/cx88.)
Mon, 19 Sep 2011
[ 17:13 nox search for other commits by this committer ] Original commit 
Update to 0.1.21 .

Submitted by:   hselasky (maintainer)
Sat, 20 Aug 2011
[ 17:32 kwm search for other commits by this committer ] Original commit 
Update to 0.1.16.

Resolve devfs related panics due to recently added asserts in FreeBSD-current.
Make all device destruction synchronous instead of asynchronus.

Submitted by:   maintainer
Sat, 16 Jul 2011
[ 13:33 kwm search for other commits by this committer ] Original commit 
Update to 0.1.15.

Submitted by:   maintainer
Sun, 27 Mar 2011
[ 10:27 kwm search for other commits by this committer ] Original commit 
Add config option to compile with debugging support.
Some minor improvements.

Submitted by:   hselasky@ (maintainer)
Thu, 9 Sep 2010
[ 14:33 kwm search for other commits by this committer ] Original commit 
Update to 0.1.13.
Mon, 2 Aug 2010
[ 08:16 kwm search for other commits by this committer ] Original commit 
Update to 0.1.12.

Fix memory use after free.
Fri, 7 May 2010
[ 17:57 kwm search for other commits by this committer ] Original commit 
Update to 0.1.11.

Fix mmap() related panic.
Increase the maximum number of allocations.

Submitted by:   maintainer.
Thu, 29 Apr 2010
[ 21:44 kwm search for other commits by this committer ] Original commit 
Update to 0.1.10.

Fix minor zero-length IOCTL bug.

Submitted by:   Hans Petter Selasky <hselasky@c2i.net> (maintainer)
Fri, 26 Mar 2010
[ 18:05 kwm search for other commits by this committer ] Original commit 
Update to 0.1.9.

Report correct version.
Fix Null pointer issue.
Thu, 25 Mar 2010
[ 13:55 kwm search for other commits by this committer ] Original commit 
Rename video4bsd-kmod to cuse4bsd-kmod and update to version 0.1.8.

This version brings usb dvb (Digital Video Broadcast) support.

Submitted by:   maintainer

Number of commits found: 33