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 photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: ftp/pure-ftpd/files/patch-src_ftpd.c

Number of commits found: 3

Monday, 27 Apr 2009
11:21 garga search for other commits by this committer
- Update to 1.0.22
- Convert TLS to an option, off by default since this is considered
  experimental
- Change PRIVSEP option on by default to reflect default configure
Original commit
Monday, 16 Feb 2009
11:26 garga search for other commits by this committer
Fix following problem:

Pure-ftpd supports the "SITE UTIME" command, which allows the client to set the
modification time of a file to a particular timestamp, expressed in UTC.

However, pure-ftpd passes the UTC timestamp directly to the operating system's
utime() function, which is a bug, because utime() requires that the timestamp be
in local time instead of UTC.

For example for server with MSK localtime:
> ---> MDTM cuba2008_1.mpeg.stat
> <--- 213 20090106074437

> ---> SITE UTIME cuba2008_1.mpeg.stat 20090106104437 20090106104437
20090106104437 UTC
> <--- 250 UTIME OK

PR:             ports/131645
Submitted by:   Yar Odin <yarodin@gmai.com>
Original commit
Thursday, 14 Feb 2008
11:55 garga search for other commits by this committer
- Fix a problem with AUTH TLS [1]
- Bump PORTREVISION
- Some cosmetic changes (e.g. indentation)
- Move pkg-message to files/pkg-message.in
- Respect NOPORTEXAMPLES
- Use INSTALL_SCRIPT to install ${PREFIX}/sbin/pure-ftpd.pl

PR:             ports/120187 [1]
Submitted by:   Filip Palian <filip.palian@expro.pl> [1]
Original commit

Number of commits found: 3