Next | Query returned 19 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2014-10-09 16:06:26 by Thomas Klausner | Files touched by this commit (97)
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
   2014-06-13 05:11:49 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
Add one socket unremoved with SIGHUP problem on TODO.

   2014-06-13 05:09:13 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
Remove draft of commit log, it is now committed.

   2014-06-13 04:49:50 by Makoto Fujiwara | Files touched by this commit (3)
Log message:
(adjusting for commit again)
Makefile
  -# (the default is ${PRERIX}/var)
  +# (the default is ${PRERIX}/var, changed since 0.7.9)
  Remove unnecessary comment lines
PLIST
  By INIT_SYSTEM function, (follow pkgsrc proper)
  -share/examples/rc.d/lldpd
   2014-06-13 02:12:59 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
- Should be ready to commit pkgsrc proper side
- Add (pkgsrc) part in COMMIT_MSG
- Following line doesn't seem to be necessary now:
  -LDFLAGS+=              \ 
${COMPILER_RPATH_FLAG}${PREFIX}/${PERL5_SUB_INSTALLARCHLIB}/CORE
  +# LINKER_RPATH_FLAG=   \ 
${COMPILER_RPATH_FLAG}${PREFIX}/${PERL5_SUB_INSTALLARCHLIB}/CORE
   2014-06-11 15:55:20 by Makoto Fujiwara | Files touched by this commit (3)
Log message:
(Makefile)
+# interfaces-bsd.c:45:34: error: net/agr/if_agrioctl.h: No such file or directory
+NOT_FOR_PLATFORM=      NetBSD-5*-*

-LDFLAGS+=                 -Wl,-R${PREFIX}/${PERL5_SUB_INSTALLARCHLIB}/CORE
+LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/${PERL5_SUB_INSTALLARCHLIB}/CORE

(options.mk)
sort options alphabetically
   2014-06-11 15:25:17 by Makoto Fujiwara | Files touched by this commit (4)
Log message:
Bump 0.7.7 to 0.7.9
(pkgsrc)
-------------
- correct hardcoded line into using ${PERL5_SUB_INSTALLARCHLIB}
- Add following line to use /var/run directory instead of /usr/pkg/var/run
  CONFIGURE_ARGS+=       --localstatedir=${VARBASE}

(upstream)
-------------
lldpd (0.7.9)
  * Changes:
    + Default location for chroot, socket and PID are now configurable
      in `./configure`. The default location is based on the value of
      `runstatedir` which in turn may be based on the value of
      `localstatedir` which defaults to `/usr/local/var`. Therefore,
      to get the previous locations, lldpd should be configured with
      `./configure --localstatedir=/var`.
  * Fixes:
    + Fix `configure system bond-slave-src-mac-type local`. Also use
      it as default.
  * Features:
    + Add support for shutdown LLDPU.
    + Ability to configure IP management pattern from lldpcli.
    + Ability to choose what port ID should be (MAC or interface name).

lldpd (0.7.8)
  * Fixes:
    + Don't hard-code default values for system name, system
      description and port description. When the field is not present,
      just don't display it.
    + Fix lldpcli behaviour when suid.
    + On OSX, don't use p2p0 interfaces: it would break WLAN.
    + Fix SNMP support on RHEL.
  * Features:
    + Android support
    + Add the possibility to disable privilege separation (lower
      memory consumption, lower security, don't do it).
    + Interfaces can now be whitelisted. For example, *,!eth*,!!eth1
      is a valid pattern for all interfaces except eth ones, except
      eth1. Moreover, on exact match, an matching interface
      circumvents most sanity checks (like VLAN handling).
    + Ability to override the hostname.
   2013-12-21 15:56:11 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
Add Why it can not be committed.

   2013-12-21 15:51:51 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
Update TODO with new configure result.

   2013-11-27 05:12:35 by Makoto Fujiwara | Files touched by this commit (4) | Package updated
Log message:
(Upstream)
Bump version 0.7.6 to 0.7.7
lldpd (0.7.7)
  * Features:
    + Use a locally administered MAC address or an arbitrary one
      instead of null MAC address for bond devices on Linux. This is
      configurable through `lldpcli`.
    + Add support for "team" driver (alternative to bond devices).
    + Preliminary support for DTrace/systemtap.
    + Preliminary support for seccomp (for monitor process).
    + Setup chroot inside lldpd instead of relying on init script.
  * Fixes:
    + Various bugs related to fixed point number handling (for
      coordinates in LLDP-MED)
    + Fix a regression in how MAC address of an enslaved device is
      retrieved.
(pkgsrc/wip)
  - Add LDFLAGS+= line, but this should be corrected to be portable.
  - Switch to mk/readline.buildlink3.mk
  - Add COMMIT_MSG for pkgsrc update
  - Add missing files/lldpd.sh on wip side

Next | Query returned 19 messages, browsing 1 to 10 | Previous