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
non port: net/py-wsdd/Makefile
SVNWeb

Number of commits found: 15

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 6 Dec 2021
[ 06:52 Hiroki Tagato (tagattie) search for other commits by this committer Author: Hiroo Ono ]    commit hash:41c63caa8b60c1eae919575756e6d91d00982b9c  commit hash:41c63caa8b60c1eae919575756e6d91d00982b9c  commit hash:41c63caa8b60c1eae919575756e6d91d00982b9c  41c63ca 
net/py-wsdd: update to 0.7.0

Changelog: https://github.com/christgau/wsdd/blob/v0.7.0/CHANGELOG.md

PR:		260223
Reported by:	Hiroo Ono <hiroo.ono+freebsd@gmail.com> (maintainer)
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Wed, 3 Mar 2021
[ 11:16 fernape search for other commits by this committer ] Original commit   Revision:567068
net/py-wsdd: Add closing { to pkg-message

PR:	253941
Submitted by:	andrew@neptune-one.net
Approved by:	hiroo.ono+freebsd@gmail.com (maintainer)
MFH:	2021Q1
Sun, 28 Feb 2021
[ 13:02 dim search for other commits by this committer ] Original commit   Revision:566760
net/py-wsdd: uppercase LOGIN provision in BEFORE line in rc script

Avoid complaints from rcorder(8) about "unknown provision `login'". This
was because the provision 'login' should be uppercased instead.

Approved by:	hiroo.ono+freebsd@gmail.com (maintainer)
PR:		253906
MFH:		2021Q1
Sat, 13 Feb 2021
[ 10:23 lwhsu search for other commits by this committer ] Original commit   Revision:565119
net/py-wsdd: Update to 0.6.4

Changelog: https://github.com/christgau/wsdd/blob/v0.6.4/CHANGELOG.md

PR:		253478
Submitted by:	Hiroo Ono <hiroo.ono+freebsd@gmail.com> (maintainer)
Sun, 17 Jan 2021
[ 18:16 swills search for other commits by this committer ] Original commit   Revision:561851
net/py-wsdd: Update to 0.6.3

PR:		252742
Submitted by:	Hiroo Ono <hiroo.ono+freebsd@gmail.com> (maintainer)
Sat, 31 Oct 2020
[ 07:41 rhurlin search for other commits by this committer ] Original commit   Revision:553740
net/py-wsdd: Update to 0.6.2

Changelog[1]:
- Lowered priority of non-essential, protocol-related and
  internal log messages
- Do not use PID in Netlink sockets in order to avoid issues
  with duplicated PIDs, e.g., when Docker is used
- Prevent exceptions due to invalid incoming messages
- HTTP server address family wrong when interface address is added
- Error when interface address is removed

[1] https://github.com/christgau/wsdd/blob/v0.6.2/CHANGELOG.md

PR:		250585
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D27030
Wed, 7 Oct 2020
[ 17:14 dim search for other commits by this committer ] Original commit   Revision:551655
Create dedicated sandbox user for wsdd service

This changes the account the wsdd service runs under from the generic
'daemon' user to its own dedicated '_wsdd' user.

Approved by:	hiroo.ono+freebsd@gmail.com (maintainer)
PR:		250159
MFH:		2020Q4
Sun, 13 Sep 2020
[ 17:48 dbaio search for other commits by this committer ] Original commit   Revision:548495
net/py-wsdd: Fix rc script

PR:		249125
Submitted by:	Hiroo Ono <hiroo.ono+freebsd@gmail.com> (maintainer)
Sun, 26 Jul 2020
[ 14:34 tcberner search for other commits by this committer ] Original commit   Revision:543482
net/py-wsdd: Update to 0.6.1

0.6.1 fixes a critical bug pertaining to BSD, where the HTTP server in wsdd
would basically "do nothing" due to listen(2) being called _after_ kevent(2)
(and pending network socket I/O was therefore never processed).  I was the
reporter and analyst of this bug: https://github.com/christgau/wsdd/issues/49

- Additionally: little change to rc.d script to properly stop the daemon.

PR:		247626
Submitted by:	Hiroo Ono <hiroo.ono+freebsd@gmail.com> (maintainer)
Reported by:	Jeremy Chadwick <jdc@koitsu.org>
Tue, 9 Jun 2020
[ 05:40 fernape search for other commits by this committer ] Original commit   Revision:538280
net/py-wsdd: Update to 0.6

PR:	247076
Submitted by:	hiroo.ono+freebsd@gmail.com (maintainer)
Sat, 30 May 2020
[ 08:28 tagattie search for other commits by this committer ] Original commit   Revision:537061
Add patch to correctly set wsdd_group in rc.d script

PR:		246457
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	hiroo.ono+freebsd@gmail.com (maintainer), mentors (implicit)
Sat, 2 May 2020
[ 17:56 mandree search for other commits by this committer ] Original commit   Revision:533700
new port: net/py-wsdd, web service discovery host daemon

wsdd implements a Web Service Discovery host daemon. This enables (Samba)
hosts, like your local NAS device, to be found by Web Service Discovery
Clients like Windows.

WWW: https://github.com/christgau/wsdd

PR:		246042
Submitted by:	Hiroo Ono <hiroo.ono+freebsd@gmail.com> (maintainer)

Number of commits found: 15