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 photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
non port: net-im/libnice/distinfo

Number of commits found: 19

Monday, 9 Feb 2026
03:05 Don Lewis (truckman) search for other commits by this committer Author: Olivier Duchateau
net-im/libnice*: update to 0.1.23

Update to 0.1.23

libnice 0.1.23 (2025-11-26)
===========================
API: Added option NICE_AGENT_OPTION_CLOSE_FORCED to not wait for TURN when
  closing asynchronous
Reject invalid remote candidates with priority=0
Add missing mutex in tcp-bsd socket
Add buffer list support to nicesrc
Avoid dropping packing in nicesink, retry instead
Only create a new NiceCandidate if a socket can be opened, as it is
 a somewhat costly operation.
Many new tests
Fix leaks
Fix various test flakiness

Adjust dependencies.

Remove pkg-plist in slave port.
    Does not work, setting PLIST_FILES does not empty the MASTERDIR
    plist. (truckman)

BUILD_WRKSRC and INSTALL_WRKSRC do not work with meson. (truckman)

When building with ssl, gnutls is not needed. (truckman)

These two ports should probably use SUBPACKAGES.

PR:		291467
commit hash: e0363f9fa8310d52341543a524b1728f432764e4 commit hash: e0363f9fa8310d52341543a524b1728f432764e4 commit hash: e0363f9fa8310d52341543a524b1728f432764e4 commit hash: e0363f9fa8310d52341543a524b1728f432764e4 e0363f9
Monday, 25 Aug 2025
14:08 Dima Panov (fluffy) search for other commits by this committer
net-im/libnice[-gst1]: update to 0.1.22 release (+)

Changelog:
* API: Make nice_address_is_local() available to applications
* Make padding be all zeros to conform to RFC8489
* Fix interface listing on Android
* Include TURN sockets in the list from nice_agent_get_sockets()
* Set consent refresh timeout in line with RFC 7675
* Fix ifr_ifindex build with cland and OpenBSD
commit hash: 465cd9949e0572677d1a10cabfdb863c2e338334 commit hash: 465cd9949e0572677d1a10cabfdb863c2e338334 commit hash: 465cd9949e0572677d1a10cabfdb863c2e338334 commit hash: 465cd9949e0572677d1a10cabfdb863c2e338334 465cd99
Thursday, 9 Mar 2023
09:33 Gleb Popov (arrowd) search for other commits by this committer
net-im/libnice{-gst1,}: Update to 0.1.21

Sponsored by:	Serenity Cybersecurity, LLC
commit hash: d3cc197143a1be7834ea1a2b4795bab8d8f6ebd2 commit hash: d3cc197143a1be7834ea1a2b4795bab8d8f6ebd2 commit hash: d3cc197143a1be7834ea1a2b4795bab8d8f6ebd2 commit hash: d3cc197143a1be7834ea1a2b4795bab8d8f6ebd2 d3cc197
Saturday, 25 Jun 2022
20:54 Baptiste Daroussin (bapt) search for other commits by this committer
net-im/libnice*: update to 0.1.19

While here remove gtk_doc to be consistent with most of the other
gnome ports
commit hash: 9c9ea91650d95736ba808685c59113676802ad95 commit hash: 9c9ea91650d95736ba808685c59113676802ad95 commit hash: 9c9ea91650d95736ba808685c59113676802ad95 commit hash: 9c9ea91650d95736ba808685c59113676802ad95 9c9ea91
Saturday, 28 Nov 2020
14:58 jsm search for other commits by this committer
net-im/libnice update to 0.1.18

PR: 247547
Submitted by: swills
Approved by: maintainer timeout
Original commitRevision:556495 
Saturday, 8 Aug 2015
14:44 kwm search for other commits by this committer
Update libnice to 0.1.13.
Original commitRevision:393734 
Thursday, 15 Jan 2015
17:02 kwm search for other commits by this committer
Update libnice to 0.1.8.

Enable introspection support.
Original commitRevision:377119 
Wednesday, 19 Nov 2014
11:49 kwm search for other commits by this committer
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.

This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.

Apart from updating ports to newer versions

GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example
xscreensaver
can be used for sessions started without GDM.

Shell Extensions can be installed via https://extensions.gnome.org/ , we have
ported a few that can't be installed via this way.
The old gnome-utils and gnome-games ports where split up into single ports
and where converted to meta-ports.
gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but
if you use startx you need to do this yourself.

Upgrade instructions:

Delete the old and conflicting packages:
# pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \
    guile gcalctool gnome-media libgnomekbd
# pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \
    evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center

For package users the following lines will be enough:
# pkg upgrade
# pkg install gnome3

For ports users should do the following:
# portmaster -a
# portmaster x11/gnome3

We are currently aware of two issues. The first issue is a bug in the
file monitoring code in the glib20 port. This bug causes glib programs
to crash when files in a monitored directory are added or removed.
Upstream is aware of the problem, but since the problem is quite complex
there is no solution yet. This problem isn't restricted to BSD.

The second issue is that on certain video cards totem will display a
purple/pink overlay on the video. It not clear yet where the issues
comes from.

Major thanks goes to Gustau Perez for being a driving force behind getting
GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the
exp-runs.

This update was also made possible by:
	Joe Maloney
	Kris Moore
	Beeblebrox
	Ryan Lortie
	Antoine Jacoutot
	and everyone I missed
Original commitRevision:372768 
Friday, 8 Mar 2013
10:51 kwm search for other commits by this committer
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
  are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
  in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
  eliminate pkg-config run dependency completely, a second phase is needed
  and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
  Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
  versions for some ports.
* Fix other ports so they build with the new glib version.

Thanks to miwi and crees for helping out with some exp-runs.
Approved by:	portmgr (miwi & bapt)
Obtained from:	gnome team repo
Original commitRevision:313633 
Sunday, 20 Mar 2011
12:54 miwi search for other commits by this committer
- Get Rid MD5 support
Original commit
Sunday, 25 Jul 2010
00:25 marcus search for other commits by this committer
Update to 0.0.13.
Original commit
Saturday, 22 May 2010
07:14 marcus search for other commits by this committer
Update to 0.0.12.
Original commit
Saturday, 20 Mar 2010
21:29 marcus search for other commits by this committer
Update to 0.0.11.
Original commit
Sunday, 6 Dec 2009
23:24 marcus search for other commits by this committer
Update to 0.0.10.
Original commit
Saturday, 1 Aug 2009
20:44 marcus search for other commits by this committer
Update to 0.0.9.
Original commit
Saturday, 20 Jun 2009
23:43 marcus search for other commits by this committer
Update to 0.0.8.
Original commit
Monday, 6 Apr 2009
05:45 marcus search for other commits by this committer
Update to 0.0.6.
Original commit
Sunday, 8 Mar 2009
17:24 marcus search for other commits by this committer
Update to 0.0.5.
Original commit
Saturday, 28 Feb 2009
05:11 marcus search for other commits by this committer
Add libnice, a library and a transmitter that does ICE (as defined in the
ICE-19 draft), as well as Google Talk and MSN compatible ICE-like protocols.
Original commit

Number of commits found: 19