Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
- Fix update of machine account passwords.
- Fix SMB signing issue on Windows Vista with MS Hotfix KB955302.
- Fix Winbind crashes.
- Correctly detect if the current dc is the closest one.
- Add saf_join_store() function to memorize the dc used at join time.
This avoids problems caused by replication delays shortly after
domain joins.
- Fix write list in setups using "security = share".
|
|
|
|
|
|
- Introducing package for CPAN module Net::Interface
Net::Interface is a module that allows access to the host network interfaces
in a manner similar to ifconfig(8). Version 1.00 is a complete re-write and
includes support for IPV6 as well as the traditional IPV4.
Auto-Oked by rhaen@ - I'm Co-Maintainer of CPAN module
|
|
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
|
files, not over and over again.
|
|
Changes from dhcpcd-4.99.14 include
* Compiles on DragonFly BSD
* Better support for 3rd party configured interfaces such as PPP
* Blacklist now happens at the packet level
|
|
Patch is provided by Tetsuya KOBAYASHI. Close PR pkg/40985.
|
|
changes:
* Clean up some warnings from sparse/gcc
* Makefile.am: Put local includes first
|
|
|
|
|
|
|
|
Changes since 3.0:
* New variable dynamic_order
* interface processing now interface_order, dynamic order without metric,
metric and and everything else in lexical order
|
|
it's unneeded.
Found by snj.
|
|
|
|
|
|
* Changes in ekiga 3.2.0 (2009-03-16)
- Fix some NAT related issues (use internal port instead of external
port in Cone NAT)
- Uniformise detection of libnotify; fix compilation with mingw
- Fix "URL completion combobox shows identical completions"
- Fix "Assistant loosing values when going backward"
- Fix GmConf settings when compiled with another package name
- Fix unregistration of accounts
- Fix build with -enable-kde
- Fix OS X build
- Fix a crash in chat
- New translations: crh, or
- Updated translations: as, bg, bn_IN, da, de, el, eu, gl, gu, hi, hu,
ja, kn, ko, ku, lt, ml, mr, or, pt, ro, ru, ta, te, tr
- New help translation: en_GB
- Updated help translation: fr
* Changes in ekiga 3.1.2 (2009-03-03)
- Removal of the old H.263 ffmpeg plug in and enhancement of the
H.263-1998 plug in to take its place.
- Allow compilation with CELT 0.4 and 0.5
- Allow several ALSA devices to have the same name
- STUN enabling/disabling has been readded to the GUI
- Remove white spaces from the URI (useful when copy/paste)
- Clear the URI edit box after a call
- Fixed crash when clearing call history
- Fix Windows compilation
- Fixes for tarball generation
- Fixed account data corruption when the authentication user name is
left blank
- Fixed possible crash when answering incoming calls
- Fixed G.722 usage
- Other various fixes, cleanups, removal of deprecated symbols etc.
- Updated translations: ca, cs, da, el, en_GB, es, eu, fi, fr, he, hu,
it, ja, ko, kn, nb, nl, pl, pt_BR, sl, sv, th, vi, zh_HK, zh_TW
- New help/eu localisation
Experimental features:
- Significant improvements in IPv6 support
- Gstreamer audio and video capture support near to be finished...
* ekiga 3.1.1 unreleased
* Changes in ekiga 3.1.0 (2009-01-05)
- Added support for G.722 and CELT audio wideband codecs
- Added support for H.263
- Added support for SIP dialog-info notifications, it allows being
notified of incoming calls for the phones of your colleagues with
software like Asterisk
- Added support to disable STUN detection
- Improved LDAP support in the address book, authentication is now
possible
- Killed the gconf_test_age test, Ekiga can now finally work with
badly installed GConf schemas
- More efficient memory handling using gmref_ptr, increases stability
- Better handling of multiple network interfaces with dynamic addition
and removal
- libgnome is not required anymore when using GTK+ 2.14
- Many code cleanups, new GObjects, ...
- Work in progress : XCAP support, Resource List support, GStreamer
audio and video capture support, ...
|
|
Bump PKGREVISION.
|
|
|
|
|
|
|
|
2.26.0
* Don't hardcode a scrollkeeper check in the configure script.
2.25.91
* Build correctly with --disable-eds.
2.25.2
* Fix a segfault (Josseline Mouette).
* Don't free uninitialized memory.
2.25.1 ("The Feel-Good vibe")
* Drop libgnome and libgnomeui dependencies.
* Make google-breakpad support optional (but enabled by default).
Thanks to Sjoerd Simons.
* Obtain the real path of the crashed process by looking in /proc.
Thanks to Sam Morris and Matt Keenan.
* Add an option to delete the included file after bug-buddy has
processed it.
* Implement a logger for pasting critical and fatal warnings in the
stacktraces.
* Include the loaded GTK+ modules in the stacktraces sent to bugzilla.
* Update google-breakpad to SVN r290.
* Compile with all the GLib/GTK+ deprecation flags.
|
|
No functional changes since 2.x, but the configuration has moved from
lots of little configuration files into one easier to manage configuration
file with a nice man page - resolvconf.conf
|
|
|
|
Changes in libsoup from 2.25.91 to 2.26.0:
* Temporarily disable libproxy support to work around a bug in
its gnome plugin that causes gvfsd-http (and probably
eventually other apps) to crash. [#571527]. For now,
SoupProxyResolverGNOME uses only GConf. To be fixed in
2.26.1
* Fixed a bug that showed up in WebKit, where if many messages
were queued all at once to a server that doesn't support
persistent connections, some of the requests will get lost.
#574365, reported by Xan Lopez.
* Fixed SoupServer to support using SOUP_ENCODING_EOF, so you
can stream responses of unknown length to HTTP/1.0 clients.
[#572153]. Added a regression test for this, and for chunked
and Content-Length-based streaming.
* Fixed several bugs that prevented SoupCookieJarSqlite from
working. [#572409, patch from Xan Lopez]
* Added G_{BEGIN,END}_DECLS guards to public headers that were
missing it. (Xan Lopez)
* Misc gtk-doc improvements
|
|
|
|
|
|
Changes in libsoup from 2.25.4 to 2.25.5:
* Fixed a crash in SoupProxyResolverGNOME when the proxy
requires authentication. (This does not make proxy
authentication *work* yet, it just makes it not crash.)
* Updated documentation
Changes in libsoup from 2.25.4 to 2.25.5:
* SoupProxyResolverGConf (which was incomplete) is gone, and
libsoup-gnome now requires libproxy, which is now officially
an external dependency of GNOME.
* Fixed a bug in SoupCookieJar that was making it send
"Cookie: (null)" when it had no cookies for a site, which
confused some web servers (WebKit bug 23240).
* Fixed a bug with using SOUP_MEMORY_TEMPORARY buffers and
soup_message_body_set_accumulate(FALSE). (Part of WebKit bug
18343, noticed by Gustavo Noronha Silva.)
* Fixed the build with non-gcc compilers
Changes in libsoup from 2.25.3 to 2.25.4:
* Added soup_session_get_feature() and
soup_session_get_features(), to query the features currently
available in a session (which is needed by the patch in
https://bugs.webkit.org/show_bug.cgi?id=22624)
Changes in libsoup from 2.25.2 to 2.25.3:
* Fixed a crash when using both cookies and a proxy. [#562191,
Mark Lee]
* Fixed soup_form_decode() to correctly handle forms with
URI-encoded parameter names [#563302, Evan Nemerson] and
added a regression test.
* Fixed a crash in SoupProxyResolverGConf. [#563145]
Changes in libsoup from 2.25.1 to 2.25.2:
* Fixed client behavior when presented with multiple auth
types to choose the *strongest* auth type (eg, Digest)
rather than the *weakest* one [#562339, Pontus Oldberg].
Added a regression test for this.
* Moved libsoup-gnome headers to a different directory to make
it easier to split libsoup and libsoup-gnome into separate
packages, and to ensure that things that only want to be
looking at plain libsoup headers (like gir-repository) don't
accidentally see the libsoup-gnome ones.
* Some minor doc fixes
* Fixed libsoup-gnome linking with --as-needed. [#559342]
Changes in libsoup from 2.24.1 to 2.25.1:
libsoup 2.25.1 introduces a new library, libsoup-gnome, which
will be used for features which are important to GNOME apps,
but which require GNOME-specific libraries that non-GNOME apps
may not want to add dependencies on.
In 2.25.1, libsoup-gnome contains:
* SOUP_TYPE_PROXY_RESOLVER_GNOME, a SoupSessionFeature
type that can be added to a SoupSession to provide
automatic proxy handling via the GConf proxy keys. (See
below) The default implementation uses libproxy, which
also handles WPAD, PAC, etc, but if libproxy is not
available it will use GConf directly, supporting only
the basic HTTP proxy functionality.
* SoupCookieJarSqlite, a SoupSessionFeature that handles
cookies and stores them in a Firefox 3-compatible sqlite
file. (This is not actually a "GNOME-specific" feature,
but I didn't want to make libsoup itself depend on
sqlite, and I didn't want to make the dependency
optional. This might change before 2.26.)
* SOUP_TYPE_GNOME_FEATURES_2_26: a SoupSessionFeature type
that can be added to a SoupSession to add all
GNOME-integration features that are available for 2.26;
as of 2.25.1, this is just the GNOME proxy resolver, but
by 2.26.0 it may also include gnome-keyring support and
possibly other features.
Applications/libraries that are currently doing GConf proxy
lookup by hand can be updated as follows:
* Remove all of the existing code that listens to the
GConf keys and sets SOUP_SESSION_PROXY_URI
* Change the configure check to require
"libsoup-gnome-2.4 >= 2.25.1" instead of "libsoup-2.4"
* #include <libsoup/soup-gnome.h>
* After creating your SoupSession, do:
soup_session_add_feature_by_type (session, SOUP_TYPE_PROXY_RESOLVER_GNOME);
(Or alternatively, use SOUP_SESSION_ADD_FEATURE_BY_TYPE
with soup_session_async_new_with_options() or
soup_session_sync_new_with_options().)
Other new features and bug fixes in 2.25.1 include:
* SoupCookieJarText, like SoupCookieJarSqlite, but using the
old-style cookies.txt format, and in the base libsoup rather
than libsoup-gnome.
* Various bugfixes to SoupCookie and SoupCookieJar to fix the
problems with cookies not working on certain sites.
* The new SoupMultipart type provides support for multipart
MIME bodies, and soup-form now includes several methods for
generating and parsing multipart form data and file uploads.
* SoupMessageHeaders now has methods for easy handling of the
Content-Type, Content-Disposition, Range, and Content-Range
headers. The Content-Disposition handling recognizes
RFC2231-encoded UTF-8 filenames.
* SoupServer now automatically handles partial GET requests;
if your server returns SOUP_STATUS_OK in response to a
partial GET, libsoup will automatically convert it to a
SOUP_STATUS_PARTIAL_CONTENT response with only the requested
portions.
Thanks to Xan Lopez and Diego Escalante Urrelo for their work
on SoupCookie, SoupCookieJar, SoupCookieJarText, and
SoupCookieJarSqlite.
|
|
asplained autnums, make asdot the default, but prepare for them switching
by asking the asplained format before giving up, independently of any
command line settings. Bump pkgrev, too.
|
|
No functional changes since 2.0.1 aside from moving the shell scripts
out of etc and into libexec.
The configuration files in etc/resolvconf/resolv.conf.d have been moved into
resolvconf.
|
|
==============
Version 2.26.0
==============
Updates, deprecations
* Don't single include GTK+. Fixes bug #561233.
* Use gtk_show_uri instead of gnome_help.
* Use gtk_show_about_dialog instead of g_object_new. This fixes the
missing icon and the un-Close-able about dialog.
* Use g_ascii_strncasecmp instead of g_strncasecmp, which is deprecated.
Fixes bug #560431.
* Remove libgnome dependency.
* Remove deprecated GTK+ symbols in gnome-netstatus. Fixes bug #562392.
Patch by Maxim Ermilov.
* Use gtk-about instead of gnome-stock-about for the about icon.
Fixes bug #556013. Patch by Pacho Ramos.
Fixes
* Remove useless GtkLabels that were used for alignment (!) and marked
for translation. This hopefully fixes #507251.
* Make applet tooltip show device status. Fixes bug #166912.
Patch by Pedro Villavicencio.
* Remove an useless \n in the copyright, rename translator_credits to
translator-credits. Fixes bug #300961
* Obey Fitt's law in the panel applet. Fixes bug #325141.
Patch by Benjamin Otte.
Doc Translators
* Milo Casagrande (it)
* Joan Duran (ca)
* Rizitis (el)
Translators
* Vladimir Melo (pt_BR)
* Khaled Hosny (ar)
* Ihar Hrachyshka (be@latin)
* Erdal Ronahi (ku)
* Baris Cicek (tr)
* Gil Forcada (ca)
* Jorge Gonzalez (es)
* Ivar Smolin (et)
* Kjartan Maraas (nb)
* César Veiga (pt_BR)
* Andre Klapper (de)
* Thierry Randrianiriana(mg)
* Yair Hershkovitz (he)
* Changwoo Ryu (ko)
* Raivis Dejus (lv)
* Zabeeh Khan (ps)
* Ilkka Tuohela (fi)
* Clytie Siddall (vi)
* Chao-Hsiung Liao (zh_HK, zh_TW)
* Theppitak Karoonboonyanan (th)
* Alexander Shopov (bg)
* Daniel Nylander (sv)
* Inaki Larranaga Murgoitio (eu)
* Wouter Bolsterlee (nl)
* Gabor Kelemen (hu)
* Tomasz Dominikowski (pl)
* Gintautas Miliauskas (lt)
* Krishnababu K (te)
* Manoj Kumar Giri (or)
* Lucas Lommer (cs)
* Praveen Arimbrathodiyil (ml)
* Milo Casagrande (it)
* Claude Paroz (fr)
* Philip Withnall (en_GB)
* Reşat SABIQ (crh)
* Adi Roiban (ro)
* Sweta Kothari (gu)
* Duarte Loreto (pt)
|
|
|
|
"unsigned long long".
|
|
|
|
a tv_nsec field measured in nanoseconds), while other systems
define it as struct timeval (with a tv_usec field measured in
microseconds). Add a configure test and conditional code in
agent/mibgroup/mibII/interfaces.c.orig. This should fix PR 40990.
Bump PKGREVISION to 2.
|
|
Don't leak file descriptors when iterating local directories or checking
local files for if-modified-since.
|
|
ChangeLog:
0.11 Depend on Any::Moose instead of Moose
0.10
Releng fixes
Use a predicate for has_config_file
0.09
Hash::Merge and Path::Class are now depended-upon only if you want
cascading directory config
|
|
please see ChangeLog. NOTE: libares is no longer supported; libcares
is used by default.
|
|
|
|
|
|
Please note that the package net/p5-IO-Socket-INET6 provides
exactly the same Perl 5 module, namely IO::Socket::INET6.
Make the MAINTAINER of the now defunct package net/p5-INET6 the
MAINTAINER of net/p5-IO-Socket-INET6.
Approved by net/p5-INET6's MAINTAINER.
|
|
Change dependency on the soon to be removed net/p5-INET6 to
the identical net/p5-IO-Socket-INET6
|
|
Change dependency on the soon to be removed net/p5-INET6 to
the identical net/p5-IO-Socket-INET6
|
|
Gets rid of dbus warnings about netdev, and "wheel" already gets many
rights from policykit (says Jared).
Bump PKGREVISION.
|
|
ORBit2-2.14.17
- bug fixes
+ fix glib single includes (Cosimo Cecchi)
+ various fixes for cross-compiling (Fridrich Strba)
+ do fewer DNS lookups in linc (Jules Colding)
+ fix compiler warnings (Kjartan)
+ threading fixes (Tor Lillqvist)
+ win32 portability fixes (Tor Lillqvist)
|
|
|
|
|
|
dhcpcd-gtk is a Network Configurator that uses the GTK+ GUI toolkit.
It sits in the systray and monitors dhcpcd via dhcpcd-dbus.
The icon represents the state of the network and you can configure
each interface / wireless ssid.
|