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: net/isc-dhcp3-server/distinfo

Number of commits found: 16

Monday, 13 Oct 2008
11:10 edwin search for other commits by this committer
Move isc-dhcp3-(server|client|relay) to isc-dhcp30-(server|client|relay)
to make space for the isc-dhcp31 and isc-dhcp40 servers of it.
Original commit
Sunday, 12 Oct 2008
07:38 stefan search for other commits by this committer
Update to 3.0.7.

PR:             124000
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
Approved by:    maintainer
Original commit
Monday, 26 Feb 2007
22:20 miwi search for other commits by this committer
* Fix for ldap_read_function to avoid returning empty strings
        that are causing parsing errors in ldap-dynamic mode
* Added ldap-ssl <off|start_tls|ldaps|on> option and several
        ldap-tls* options
* Added ldap-referrals <on|off> option
* Implemented a LDAP rebind function
* Renamed dhcpd.conf option ldap-server-cn to ldap-dhcp-server-cn
* Dhcp.schema - schema updates
* Bump PORTREVISION

PR:             109563
Submitted by:   roudoudou<roudoud0u@free.fr>
Approved by:    maintainer
Original commit
Wednesday, 21 Feb 2007
10:57 rafan search for other commits by this committer
- Update ldap patch checksum

PR:             ports/109351
Submitted by:   Tomonori INOUE <inouetom at gmail.com>
Approved by:    Joerg Pulz <Joerg.Pulz at frm2.tum.de> (maintainer)
Original commit
Thursday, 21 Dec 2006
19:57 miwi search for other commits by this committer
- Update to 3.0.5

PR:             ports/106899
Submitted by:   Joerg Pulz <Joerg.Pulz@frm2.tum.de> (maintainer)
Original commit
Saturday, 2 Sep 2006
19:40 sem search for other commits by this committer
Update the net/isc-dhcp3-* ports to version 3.0.5rc2.

Changes since version 3.0.5rc1:
*  A bug was repaired in fixes to the dhclient, which saught to run the
   dhclient-script with the 'EXPIRE' state should it receive a NAK in
   response to a REQUEST. The client now iterates the PREINIT state
   after the EXPIRE state, so that interfaces that might be configured
   'down' can be brought back 'up' and initialized.
*  DHCPINFORM handling for clients that properly set ciaddr and come to
   the server via a relay agent has been repaired.

PR:             ports/102680
Submitted:      maintainer
Original commit
Friday, 25 Aug 2006
12:02 sem search for other commits by this committer
- Update to 3.0.5rc1
- New USE_RC_SUBR order
- Stop daemons on ports deinstall. (Add note in UPDATING about this)

PR:             ports/102489
Submitted by:   maintainer
Original commit
Sunday, 7 May 2006
20:34 sem search for other commits by this committer
- Update net/isc-dhcp3-* to 3.0.4
  * fixes to the failover protocol
  * manpage updates
  * DDNS fixes
  * commandline parsing fixes
- Remove USE_REINPLACE

PR:             ports/96916
Submitted by:   maintainer
Original commit
Thursday, 27 Apr 2006
08:11 pav search for other commits by this committer
- Update LDAP patch

PR:             ports/96353
Submitted by:   Joerg Pulz <Joerg.Pulz@frm2.tum.de> (maintainer)
Original commit
Wednesday, 1 Feb 2006
22:46 edwin search for other commits by this committer
SHA256ify
APproved by: krion@
Original commit
Monday, 25 Jul 2005
18:34 sem search for other commits by this committer
* update the net/isc-dhcp3-* ports to v3.0.3
  - this is a maintenance release
  - failover related bugs fixed
  - BOOTP related bugs fixed
  - DDNS related bugs fixed
  - manpage updates
  - small memory leak closed

* changes to the port itself
  - better use of PATCH_SITES and PATCHFILES
  - added new OPTION: DHCP_SOCKETS
    + this offers the possibility to prefer sockets over /dev/bpf
      ( only useful for jail(8)ed environments where the bpf device
        is not available and therefore only utilized if DHCP_JAIL
        is set ) this addresses the PR ports/76820

PR:             ports/84057
Submitted by:   Joerg Pulz <Joerg.Pulz@frm2.tum.de> (maintainer)
Original commit
Wednesday, 15 Jun 2005
07:19 sem search for other commits by this committer
- added support for draft-ietf-dhc-leasequery-08.txt
  DHCPLEASEQUERY support.
  Thanks to Dmitry V. Sukhodoev <raven@chics.ru> for providing this patch
- introduced new OPTION to enable DHCPLEASEQUERY support

PR:             ports/79599
Submitted by:   maintainer
Original commit
Tuesday, 5 Apr 2005
08:47 sem search for other commits by this committer
- Update to 3.0.2 (maintenance bugs fix release)
- ports/75889, ports/76811, ports/76834 included

PR:             ports/78613
Submitted by:   Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Original commit
Wednesday, 13 Oct 2004
00:15 edwin search for other commits by this committer
add LDAP backend support to net/isc-dhcp3-server

        with some modifications to the port itself and utilizing a
        patch from Brian Masney (http://www.newwave.net/~masneyb/)
        it is possible to use an LDAP backend to store the configuration
        for dhcpd, the different network and host entries. dynamic
        leases are also written to the LDAP backend.

        this is very useful in a dhcp failover environment, as it
        is no longer necessary to sync the dhcpd.conf file manually
        to the backup system if one has changed something on the
        dhcp master.  two lookup methods are implemented.

        - static lookup:
                on dhcpd startup one LDAP lookup for all entries is done.
                no further lookups will be made.
                dhcpd must be restarted for every configuration change.
        - dynamic lookup:
                for every client request an LDAP lookup will be made.
                every configuration change kicks in when the next
                client request is recieved and the lookup is made.

PR:             ports/71030
Submitted by:   Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Approved by:    Cyrille Lefevre
Original commit
Friday, 25 Jun 2004
18:50 eik search for other commits by this committer
Update to 3.0.1rc14

Security fix:
 
<http://www.freebsd.org/ports/portaudit/7a9d5dfe-c507-11d8-8898-000d6111a684.html>

PR:             68268
Submitted by:   Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer),
                Xin LI <delphij@frontfree.net>
Original commit
Thursday, 11 Mar 2004
13:03 trevor search for other commits by this committer
Remove entry for dhcp3_3.0+3.0.1rc9-2.2.diff.gz, which has been
unused since PR 56615 was committed.  List size.

Approved by:    Cyrille Lefevre (maintainer)
Original commit

Number of commits found: 16