summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2010-02-19Fix ownership. Bump revision.joerg2-5/+6
2010-02-19Fix ownership. Bump revision.joerg3-6/+6
2010-02-19Bump revision for last change. Should read: Fix ownership.joerg1-1/+2
XXX why is a directory owned by nobody and writeable?
2010-02-19*** empty log message ***joerg1-2/+2
2010-02-19Fix config file ownership.joerg1-3/+3
2010-02-19Create directories for root.joerg1-5/+6
XXX 0777 as permission feels very wrong
2010-02-19Fix DESTDIR supportjoerg1-3/+8
2010-02-19Regen.joerg1-1/+2
2010-02-19Allow unprivileged installation.joerg1-0/+25
2010-02-19Fix FreeBSD build. PR pkg/33224asau2-1/+16
2010-02-18if xymonclient isn't safe for make-jobs, xymon won't be either, sospz1-1/+2
set MAKE_JOBS_SAFE=NO here too
2010-02-18a irreproducible error report suggests MAKE_JOBS_SAFE=NO should be setspz1-1/+2
2010-02-18Really bump PKGREVISION. Noted by dieter roelants via private mail.taca1-2/+2
2010-02-17Fix a PLIST problem noted by wiz@.taca1-2/+2
This time, I won't bump PKGREVISION, hoping no binary pacakge would be created in this small time span.
2010-02-17Fix PLIST problem when winbind PKG_OPTION isn't enabled.taca2-6/+7
Bump PKGREVISION to prevent broken binary package.
2010-02-16Update pear-Net_LDAP2 pacakge to 2.0.8 applying patch og PR pkg/42826taca4-7/+24
from Wen Heping. * Fixed Bug #16940 (Net_LDAP2::startTLS should ignore errors before ldap_start_tls() being called) * Fixed Bug #17023 (improper handling of wrapped lines in LDIF files) * Fixed Bug #17057 (problem with parsing certain NOT-Filters) An indentation change in DESCR, too.
2010-02-16Add and enable samba33.taca1-1/+2
2010-02-16Importing Samba 3.3.10 as net/samba33.taca27-0/+1734
This isn't latest release, but diffrence from current package is minimal supported release. Since changes are too huge to write here, please refer each release notes: http://www.samba.org/samba/history/ And this pacakge already contain fix for CVE-2009-3297.
2010-02-16Set LICENSE.wiz1-1/+2
2010-02-16Update to 0.8:wiz3-28/+22
0.8 ==== Changes since 0.7.1: - Add lenient mode: Just pick-up the first resource available. - Specify filter in Browse actions to reduce network usage. - Don't browse containers with no children. - Always re-browse containers on updates. - Update childCount after browsing is done. - Support for multiple networks. - Leave selection of resource to gupnp-av. - No need to search for all UPnP resources anymore. - Fix infinite loop in icon cancelation code. - No need to care about hosting of description document anymore. - Adapt to new gupnp-av API. - Add cmdline option to gupnp-upload to specify network interface. - Many other minor/internal fixes. Dependencies changed: - gssdp >= 0.7 - gupnp >= 0.13 - gupnp-av >= 0.5 All contributors: Zeeshan Ali (Khattak) <zeeshanak@gnome.org> Ross Burton <ross@linux.intel.com>
2010-02-16Update to 0.5.4:wiz4-17/+30
0.5.4 ===== Changes since 0.5.2: - Gracefully handle empty or no 'res' node. - Function to get the list of descriptors from DIDL-Lite objects. - More complete comparison for LPCM mime types. - Fix incorrect type conversion of DLNA flags. - DLNA flags should not default to a specific DLNA version. - New APIs to deal with contributor-related properties in DIDL-Lite objects. - Remove redundant construction methods. - Add forgotten header to the meta-header file. - Add and fix gobject-introspection annotations. - Lots of documentation fixes. - Many minor non-functional fixes/improvements. Bug fixes in this release: 1935 - Incorrect conversion while parsing primary DLNA Flags 1934 - DLNA Flags should not default to a specific DLNA version. 1933 - Content type matching fails when additional parameters exist in LPCM mime-type 1814 - Add "artists" property to GUPnPDIDLLiteObject All contributors to this release: Zeeshan Ali (Khattak) <zeeshanak@gnome.org> Yakup Akbay <yakbay@ubicom.com> Zachary Goldberg <zach@zachgoldberg.com> 0.5.2 ===== Changes since 0.5.1: - Add a missing NULL check. - Fix a potential leak of xmlDoc. - Register a (g)type for GUPnPSearchCriteriaOp for better gtk-doc and vala-gen-introspect support. - Fix docs for GUPnPSearchCriteriaParser::expression. - Fix parsing of SearchCriteria strings: Closing parenthesis doesn't imply end of SearchCriteria expression. All contributors to this release: Zeeshan Ali (Khattak) <zeeshanak@gnome.org> 0.5.1 ===== A micro release to fix a regression in DLNA profile guessing code in the previous (0.5) release. 0.5 === Changes in this release: - New completely object-oriented, much simpler and consistent API: * GUPnPDIDLLiteResource & GUPnPDIDLLiteObject are now first-class GObjects. * Convert the helper methods to read props and their attributes from DIDL-Lite xml node into new first-class objects with writable properties: - GUPnPDIDLLiteObject - GUPnPDIDLLiteItem - GUPnPDIDLLiteContainer * GUPnPDIDLLiteObject provides a convenient method to get the compatible resource given a SinkProtocolInfo string. * A new class for dealing with protocolInfo fields: GUPnPProtocolInfo. * A new class for dealing with DIDL-Lite descriptors: GUPnPDIDLLiteDescriptor. * GUPnPDIDLLiteWriter now provides a much simpler API that is consistent with rest of the GUPnP AV API. * GUPnPDIDLLiteWriter now handles filtering of DIDL-Lite XML. * Correct possible values of GUPnPDLNAFlags. * Replace GUPnPDIDLLiteParserObjectCallback by following signals: - object-available - container-available - item-available - New Error domain for protocol related errors. - Workaround for broken printf() implementations. - Bitrate is in bytes/second and not bits/second. - Enable DLL on windows. Dependencies changed: - gupnp >= 0.13 Bug fixes in this release: 1729 - bitrate checks in gupnp-dlna.c look wrong. 1579 - Minor fixes to enable dynamic library on windows All contributors to this release: Zeeshan Ali (Khattak) <zeeshanak@gnome.org> Sven Neumann <s.neumann@raumfeld.com> Jens Georg <mail@jensge.org> Ross Burton <ross@openedhand.com> WARNING: This release is API and ABI incompatible with previous releases.
2010-02-16Fixing PLIST by removing '*.orig' relics from patch stagesno3-6/+15
2010-02-16use USE_FEATURES for requirement of inet6 support instead of irregularobache1-5/+2
usage of PKG_OPTIONS, as reported by PR#42822.
2010-02-15Finish DESTDIR supportjoerg2-6/+6
2010-02-15Be explicit about KDE3/KDE4.wiz4-6/+6
2010-02-15Update to 2.0.2 (coming with KDE-4.3.3).wiz4-65/+86
New KDE4 version, try it out!
2010-02-15Add kmldonkey-kde3.wiz1-1/+2
2010-02-15Reimport kmldonkey as kmldonkey-kde3.wiz4-0/+100
2010-02-15Fix unprivileged build.joerg2-1/+36
2010-02-14add xymonspz1-1/+2
2010-02-14xymon is the successor to hobbit. This is the server package.spz13-0/+1202
It's a beta, so handle with care.
2010-02-14Don't overwrite our permissions to make DESTDIR work.joerg2-21/+45
2010-02-14Use LIBS for -lfl, not LDFLAGS. Otherwise the primary compiler check fails.joerg1-2/+4
2010-02-14Fix do-install, the man page is installed under a different now.joerg1-2/+2
2010-02-14Not MAKE_JOBS_SAFE.joerg1-1/+2
2010-02-14Fix issues with unprivileged build. Use SPECIAL_PERMS.joerg1-2/+6
2010-02-14startup file improvements: start as the right user, make sure we can usespz2-2/+4
the pid file when we run as a mere user
2010-02-14add xymonclientspz1-1/+2
2010-02-14xymon is the successor to hobbit. This is the client (aka agent) package.spz12-0/+576
It's a beta, handle with care.
2010-02-14Update to 2.2.9:wiz2-6/+6
Version 2.2.9 (February 13, 2010) User-visible changes: * Fix dailymotion formats 1. vp6-hd -> h264-hd 2. vp6-hq -> h264-hq 3. vp6 -> h264 * Fix vimeo support 1. closes issue #49 * Partial fix: cctv: dump multi-segment video links 1. single-segment videos are still copied normally 2. closes issue #45 (for now) Developer-visible changes: * Rename CHANGES -> ChangeLog * Add NEWS file * Remove dead test link: 1. tlinks/sload.url 2. t/10sevenload.t Version 2.2.8 (December 18, 2009) User-visible changes: * Remove the remains of the redtube support * Do not replace dashes with underscores in ids (closes issue #44 ) * Sevenload: 1. Fix http/401 error 2. Cleanup title parsing (use config data instead) * Croak with an error if BerkeleyDB module is not found 1. And either -d or -g options are used
2010-02-13Shut up "Prototype mismatch:: none vs ()" warning. From Debian.heinz3-14/+14
2010-02-12DESTDIR readyjoerg1-1/+3
2010-02-12Actually enable DESTDIR support.joerg1-1/+3
2010-02-12Actually enable DESTDIR supportjoerg1-1/+3
2010-02-11DESTDIR supportjoerg23-77/+162
2010-02-11DESTDIR supportjoerg12-40/+63
2010-02-11DESTDIR supportjoerg11-44/+55
2010-02-11DESTDIR supportjoerg7-50/+59
2010-02-11DESTDIR supportjoerg13-38/+59
2010-02-11DESTDIR support. XXX 600 on the example config is sillyjoerg2-5/+8