Development

What’s in the pipeline, how it works, how it’s made…

move to svn – src shows how to do it

After my earlier post regarding my first impressions regarding the move to svn, I’ve found an example which hints that the system is already munging pathnames. For example, look at this src commit. You’ll see these pathnames: /sys/cam/scsi/scsi_all.c /sys/cam/scsi/scsi_ch.c However, in the original email, you’ll these pathnames: head/sys/cam/scsi/scsi_all.c head/sys/cam/scsi/scsi_ch.c This is very very promising. I

move to svn – src shows how to do it Read More »

Vulnerable Ports fix now in beta

The Vulnerable Ports bug has been fixed and the patches applied to beta. It will be another week or two before it is applied to production. Here is the fix: $ cvs diff -ur 1.171 sp.txt Index: sp.txt =================================================================== RCS file: /home/repositories/freshports-1/database-schema/sp.txt,v retrieving revision 1.171 retrieving revision 1.172 diff -u -r1.171 -r1.172 — sp.txt 24

Vulnerable Ports fix now in beta Read More »

Ports Vulnerable page is incomplete

FreeBSD makes use of security/vuxml to keep track of vulnerabilities within software. If you install ports-mgmt/portaudit, your daily security summary email will note any reported vulnerabilities that exist within your installed ports. I recommend that you install mgmt/portaudit on all your systems. If you are running jails, I recommend that you install ports-mgmt/jailaudit on your

Ports Vulnerable page is incomplete Read More »

./ in pathnames

Yesterday, a commit came along which made FreshPorts quite upset. To be realistic, it wasn’t upset at all. It processed everything just nicely. Just not the right way. The commit in question (201205250144.q4P1i4Hc009503@repoman.freebsd.org) contained some pathnames such as this: ./databases/qt4-sql pkg-plist ./devel/dbus-qt4 Makefile pkg-plist ./devel/qmake4 Makefile pkg-plist ./devel/qmake4/files Makefile.bsd ./devel/qt4 distinfo ./devel/qt4/files patch-configure ./devel/qt4-assistant Makefile

./ in pathnames Read More »

Scroll to Top