summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2012-09-16Update ruby-amqp to 0.9.7.taca2-8/+8
Changes are unavailable but depending version has updated.
2012-09-16Fix dependency.taca1-2/+2
No bump PKGREVISION with expecting short time span update...
2012-09-16Update ruby-amq-protocol to 0.9.4.taca3-9/+9
Changes are unavailable.
2012-09-16Update ruby-amq-client to 0.9.4.taca2-7/+7
Changes are unavailable.
2012-09-15Recursive bump from mysql51-client library changed to use openssl.obache5-9/+10
2012-09-15recursive bump from libffi shlib major bumpobache98-195/+197
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-14Updated to version 3.1.3. Fixed -gui build to work with x11/lablgtk 2.16.jaapb5-11/+92
2012-09-14Corrected build to work with x11/lablgtk. Corrected build that compiledjaapb4-8/+41
parts the package during the install phase. Added comments to patches.
2012-09-14Updating package for CPAN module NetAddr::IP in net/p5-NetAddr-IP fromsno2-7/+7
4.058 to 4.062. pkgsrc changes: - currect license conditions upstream changes: 4.062 Wed Jun 6 12:34:48 PDT 2012 documentation updates courtesy of Ben Bullock <benkasminbullock@gmail.com> Thank you Ben. 4.061 Tue May 8 16:24:03 PDT 2012 fixed bug in Lite v1.44 that returned $ip->num() = 2^128 for 0.0.0.0/0 Thanks to Sebastian <debug@test1.org> for spotting it. 4.060 Fri Apr 6 16:00:02 PDT 2012 In Lite.pm v1.43, fix bug #75976, change in behavior introduced in v4.050 where an empty string supplied to "new" previously returned 'undef' and now returns 'default' for ipV4 or ipV6 4.059 Wed Mar 7 12:50:04 PST 2012 add is_rfc1918 to Lite.pm v1.42 documentation updates
2012-09-13update to 0.2.2.39drochner2-6/+6
fixes two ways to crash the program remotely (DOS vulnerability, CVE-2012-4419)
2012-09-13Updated net/p5-SOAP-Lite to 0.715abs2-6/+6
0.715 ! #75938 Change to warning / add configuration variable to allow XML tags starting with /xml/i ! #76902 Missing info in "SSL CERTIFICATE AUTHENTICATION" documentation ! #74577 work around/fixes for success with MS WS https/compressed ! #74308 SOAP-Lite fails for operations with period in name ! #73802 client did not set the encoding of the soap-envelope to 'iso-8859-1' in HTTP-request ! #75019 HTTP server doesn't process PIPE signal ! #72836 Processing a SOAP 1.2 request breaks the next SOAP 1.1 response ! #70381 SOAP-Lite performance ! #53375 comments after <?xml .. > ! #63693 Uninitalized value (again) ! #37360 Use of uninitialized variables in SOAP tests ! fixed encoding in xmlrpc keys ! #15176 problems with SOAP::Header ->value
2012-09-13Update ISC DHCP package to 4.2.4p2 (ISC DHCP 4.2.4-P2).taca2-6/+6
Changes since 4.2.4-P1 ! An issue with the use of lease times was found and fixed. Making certain changes to the end time of an IPv6 lease could cause the server to abort. Thanks to Glen Eustace of Massey University, New Zealand for finding this issue. [ISC-Bugs #30281] CVE: CVE-2012-3955
2012-09-13Update bind99 to 9.9.1pl3 (BIND 9.9.1-P3).taca2-6/+6
--- 9.9.1-P3 released --- 3364. [security] Named could die on specially crafted record. [RT #30416]
2012-09-13Update bind98 to 9.8.3pl3 (BIND 9.8.3-P3).taca2-7/+6
--- 9.8.3-P3 released --- 3364. [security] Named could die on specially crafted record. [RT #30416]
2012-09-13Update bind97 to bind-9.7.6pl3.taca2-6/+6
--- 9.7.6-P3 released --- 3364. [security] Named could die on specially crafted record. [RT #30416]
2012-09-13Update bind96 to bind-9.6.3.1.ESV.7pl3 (BIND 9.6-ESV-R7-P3).taca2-6/+6
--- 9.6-ESV-R7-P3 released --- 3364. [security] Named could die on specially crafted record. [RT #30416] 3358 [bug] Fix declaration of fatal in bin/named/server.c and bin/nsupdate/main.c. [RT #30522]
2012-09-12Add patch from the freeradius git repository, fixing CVE-2012-3547.bouyer3-3/+19
Bump PKGREVISION
2012-09-12Instead of overwrite PKG_OPTIONS.snort with -inet6, drop inet6 fromobache2-7/+6
PKG_SUGGESTED_OPTIONS for SunOS. PR 46947.
2012-09-12USE_TOOLS+= xgettextjperkin1-2/+2
2012-09-12Update to 1.1.4.wiz4-48/+9
1.1.4: This new release contains a lot of bug fixes, thank to many reports from our users. It is also the first release compatible with GNUTLS version 3.x. 1.1.3: This new release is a minor bug fix release, addressing a few issues in dbg_interactive.fdx, as well as a memory leak in the sessions module.
2012-09-11Sync net/samba35 with the below changes as it uses net/samba/options.mk.sbd3-10/+33
Bump PKGREVISION --- Module Name: pkgsrc Committed By: sbd Date: Sun Aug 19 07:28:36 UTC 2012 Modified Files: pkgsrc/net/samba: INSTALL.nss_winbind Makefile options.mk Added Files: pkgsrc/net/samba: DEINSTALL.nss_winbind Log Message: NSS winbind option install script fixes: 1) Move the INSTALL_TEMPLATES line to the 'winbind' option section. 2) Enable the install script on all platforms. 3) Use the value of ${NSS_WINBIND} in the script as the name of the library (should work on all platforms). 4) In the install script only create the symlink if ${NSS_WINBIND} doesn't start with '@comment' (i.e. no nss winbind on this platform) and the target file exists and the symlink _doesn't_ already exist. 5) Create a DEINSTALL_TEMPLATES to remove the nss winbind symlink if it exists and point to the correct target. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/net/samba/DEINSTALL.nss_winbind cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/samba/INSTALL.nss_winbind cvs rdiff -u -r1.220 -r1.221 pkgsrc/net/samba/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/samba/options.mk
2012-09-11Add LDAP option for Netatalkmanu2-5/+11
2012-09-09Bump PKGREVISION to 7 for previous changes.dholland1-2/+2
XXX: This package does not honor VARBASE. XXX: This package develops 116 lines of pkglint.
2012-09-09Add some patch comments.dholland9-17/+36
2012-09-09Fix another 64-bit compile issue missed on the previous pass.dholland3-8/+18
2012-09-09Fix 64-bit problems as detected by gcc. One must declare functionsdholland18-18/+264
returning pointers before calling them.
2012-09-09Not MAKE_JOBS_SAFE.dholland1-1/+2
2012-09-09Fix detection of NetBSD, as suggested by Havard Eidnes.dholland2-4/+4
2012-09-07Revbump after updating graphics/cairoadam55-101/+110
2012-09-06Update mikutter to 0.1.1.863.obache2-6/+6
* catch up specification changes of Twitpic and instagram * fixes startup failure with symblic link to mikutter.rb.
2012-09-05Updated net/nagstamon to version 0.9.9gls3-8/+11
Upstream changes: ----------------- added custom actions in context menu (see documentation) added reauthentication in case of authenticaton problems added filter for flapping hosts and services added history button for monitors added shortcut to filter settings in popup window improved keyboard usage in acknowledge/downtime/submit dialogs changed configuration file to configuration directory (default: ~/.nagstamon) fixed bug in Icinga acknowledgement fixed bug in Check_MK Multisite sorting fixed some Check_MK Multisite UTF trouble fixed some major GUI bugs
2012-09-05Update to 2.5.2, slightly based on PR 46903 by Steven Sartorius.wiz4-68/+379
Changes: 2.5.2 Release 2.5.2 is a bugfix release. 2.5.1 Release 2.5.1 is a bugfix release. 2.5.0 This release includes: Support for IAM Roles for EC2 Instances Added support for Capabilities in CloudFormation Spot instances in autoscaling groups Internal ELB's Added tenancy option to run_instances 2.4.0 This release includes: Initial support for Amazon Cloudsearch Service. Support for Amazon's Marketplace Web Service. Latency-based routing for Route53 Support for new domain verification features of SES. A full rewrite of the FPS module. Support for BatchWriteItem in DynamoDB. Additional EMR steps for installing and running Pig scripts. Support for additional batch operations in SQS. Better support for VPC group-ids. Many, many bugfixes from the community. Thanks for the reports and pull requests! 2.3.0 This release includes initial support for Amazon Simple Workflow Service. The API version of the FPS module was updated to 2010-08-28. This release also includes many bug fixes and improvements in the Amazon DynamoDB module. One change of particular note is the behavior of the new_item method of the Table object. See http://readthedocs.org/docs/boto/en/2.3.0/ref/dynamodb.html#module-boto.dynamodb.table for more details. 2.2.2 This is a bugfix release. 2.2.1 The 2.2.1 release fixes a packaging problem that was causing problems when installing via pip. 2.2.0 Some highlights of this release: Support for Amazon DynamoDB service. Support for S3 Object Lifecycle (Expiration). Allow anonymous request for S3. Support for creating Load Balancers in VPC. Support for multi-dimension metrics in CloudWatch. Support for Elastic Network Interfaces in EC2. Support for Amazon S3 Multi-Delete capability. Support for new AMIversion and overriding of parameters in EMR. Support for SendMessageBatch request in SQS. Support for DescribeInstanceStatus request in EC2. Many, many improvements and additions to API documentation and Tutorials. Special thanks to Greg Taylor for all of the Sphinx cleanups and new docs. 2.1.1 The 2.1.1 release fixes one serious issue with the RDS module. 2.1.0 Some highlights of this release: Server-side encryption now supported in S3. Better support for VPC in EC2. Support for combiner in StreamingStep for EMR. Support for CloudFormations. Support for streaming uploads to Google Storage. Support for generating signed URL's in CloudFront. MTurk connection now uses HTTPS by default, like all other Connection objects. You can now PUT multiple data points to CloudWatch in one call. CloudWatch Dimension object now correctly supports multiple values for same dimension name. Lots of documentation fixes/additions 2.0 Highlights There have been many, many changes since the 2.0b4 release. This overview highlights some of those changes. Fix connection pooling bug: don't close before reading. Added AddInstanceGroup and ModifyInstanceGroup to boto.emr Merge pull request #246 from chetan/multipart_s3put AddInstanceGroupsResponse class to boto.emr.emrobject. Removed extra print statement Merge pull request #244 from ryansb/master Added add_instance_groups function to boto.emr.connection. Built some helper methods for it, and added AddInstanceGroupsResponse class to boto.emr.emrobject. Added a new class, InstanceGroup, with just a init and repr. Adding support for GetLoginProfile request to IAM. Removing commented lines in connection.py. Fixes GoogleCode issue 532. Fixed issue #195 Added correct sax reader for boto.emr.emrobject.BootstrapAction Fixed a typo bug in ConsoleOutput sax parsing and some PEP8 cleanup in connection.py. Added initial support for generating a registration url for the aws marketplace Fix add_record and del_record to support multiple values, like change_record does Add support to accept SecurityGroupId as a parameter for ec2 run instances. This is required to create EC2 instances under VPC security groups Added support for aliases to the add_change method of ResourceRecordSets. Resign each request in a retry situation. Some services are starting to incorporate replay detection algorithms and the boto approach of simply re-trying the original request triggers them. Also a small bug fix to roboto and added a delay in the ec2 test to wait for consistency. Fixed a problem with InstanceMonitoring parameter of LaunchConfigurations for autoscale module. Route 53 Alias Resource Record Sets Fixed App Engine support Fixed incorrect host on App Engine Fixed issue 199 on github. First pass at put_metric_data Changed boto.s3.Bucket.set_acl_xml() to ISO-8859-1 encode the Unicode ACL text before sending over HTTP connection. Added GetQualificationScore for mturk. Added UpdateQualificationScore for mturk import_key_pair base64 fix Fixes for ses send_email method better handling of exceptions Add optional support for SSL server certificate validation. Specify a reasonable socket timeout for httplib Support for ap-northeast-1 region Close issue #153 Close issue #154 we must POST autoscale user-data, not GET. otherwise a HTTP 505 error is returned from AWS. see: http://groups.google.com/group/boto-dev/browse_thread/thread/d5eb79c97ea8eecf?pli=1 autoscale userdata needs to be base64 encoded. Use the unversioned streaming jar symlink provided by EMR Updated lss3 to allow for prefix based listing (more like actual ls) Deal with the groupSet element that appears in the instanceSet element in the DescribeInstances response. Add a change_record command to bin/route53 Incorporating a patch from AWS to allow security groups to be tagged. Fixed an issue with extra headers in generated URLs. Fixes http://code.google.com/p/boto/issues/detail?id=499 Incorporating a patch to handle obscure bug in apache/fastcgi. See http://goo.gl/0Tdax. Reorganizing the existing test code. Part of a long-term project to completely revamp and improve boto tests. Fixed an invalid parameter bug (ECS) #102 Adding initial cut at s3 website support.
2012-09-04Add fir for the remote DoS vulnerability reported in CVE-2012-3548 takentron3-3/+32
from the Wireshark SVN repository.
2012-09-03Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled,sno2-5/+6
Module::Install is for Authors only. Bumping revision
2012-09-03net/ktorrent: Update version from 3.3 to 4.2.1marino7-437/+111
Changes in 4.2.1: - Fix IP filter widget list not getting registered at startup (281245) - Fix Queue Manager widget getting the priorities wrong (296536) Changes in 4.2: - Add new group switcher combobox in toolbar (290888) - Make kio-magnet optional - Improve handing magnet uris in search plugin - Fix bug causing kio-magnet to deselect all files - Close current scan widget when a new one is started for a torrent (292001) - Fix syndication plugin not handling relative urls properly - Fix magnet uri's not being handled properly in load torrent feature of webinterface Changes in 4.2rc1: - Make it possible to check individual files of a torrent - Data checks for multiple torrents can now get started at the same time (265611) - Make links clickable in the status tab comments field (266089) - Revamp UPnP plugin (266397) - Fix bug making it possible to add conflicting items to the schedule (268879) - Make it possible for schedule items to span multiple days (225939) - Include disk usage of existing files when calculating bytes left after download in FileSelectDlg (267220) - Disable scripts in GUI, if no interpreter could be found for the script (270226) - Show shutdown plugin's config dialog when no rules are present and the enable button is pressed (271311) - Make it possible to wait for several events before activating the shutdown action - Fix wrong required diskspace calculation in some rare circumstances (271097) - Revamp scanfolder plugin (263813, 271657) - Revamp GUI of mediaplayer plugin - Make properties extender a dialog (274356) - Fix bug causing scripts not to be selectable in scripting plugin - Show info hash in status tab - Improve video streaming support - Add Open With option to FileView context menu (279386) - Fix bug causing views to not get properly restored when the application language changes (279588) - Check if new trackers have a supported protocol - Remove usage of several deprecated KDE3 networking classes - Remove obsolete config options of datacheck during upload feature - Improve error display of syndication plugin errors (280814) - Remove multiple views support (281675) - Relabel Change Tracker button into Switch Tracker to avoid user confusion (282951) - Revamp IP filter widget (281245) - Fix scanfolder moving to loaded directory causing a flurry of popups about the torrent already being loaded (283508) - Only enable the infowidget plugin by default (278283) - Add force start option (213504) - Add torrent search bar for view (269279) - Make it possible to hide uploads, downloads and not queued torrents in the queue manager (253779, 251861, 210064) - Merge status and name column into one column and use icons to show the status (272160, 228564) - Highlight in bold and scroll to newly added torrents (145028) - Show torrent names in remove torrent and data confirmation dialog (284728) - Enable select new location button when all non excluded files are missing instead of when all files are missing - Hide chunkbar when download of stream is complete (259788) - Suspend/resume queue when middle clicking on tray icon (210027) - Use dbus to show ktorrent window from plasma applet (287309) - Fix crash due to dangling pointer (281196) - Always make already loaded message of a torrent a passive popup (288201) - Make torrent properties dialog modal (288448) - Allow i2p addresses as a custom ip in tracker announces - Fix bug causing homepage of search plugin not the render properly Changes in 4.1.3: - Fix statusbar hiding and showing not working (281674) - Fix missing items in tray menu (282304) - Fix move on completion location not being set when open all torrents silently is enabled (279582) Changes in 4.1.2: - Fix crash when duplicate trackers are added (274413) - Fix bug causing quit action not be shown in system tray when not using KDE - Fix edit script not working in scripting plugin - Make log output suspension work again - Fix crash when shutdown_rules files becomes corrupted (277602) - Fix file rename leading to file being placed in the toplevel directory (279926) Changes in 4.1.1: - Make sure that libktorrent translation catalog is inserted (269515) - Fix wrong tooltip in QM preference page - Make sure activities list is added again to the GUI after toolbars are edited (269727) - Prevent port conflicts from happening (268989) - Clear labels of BasicJobProgressWidget in constructor (270035) - Make tabbar widget icons follow KDE size changes (270277) - Fix crash in search plugin (271516) Changes in 4.1: - Check if source files are missing before moving them (265607) - Fix scanextender showing when they are not supposed to (259483) - Fix mediaplayer unable to stop in buffering mode when streaming (266100) - KDE 4.4 compatibility fix in search plugin - Make sure overwrite is possible for the torrent copy file feature - Fix critical Qt warning when opening context menu in view Changes in 4.1rc1: - Make sure that apply button of config dialog is enabled properly when the group changes in the scanfolder settings - Add kio-magnet - Improve performance of ktorrent in situations where there are many torrents (262571) - Fix memory leak on exit (263802) - Fix tab bar not matching TabBarWidget state in some circumstances (263068) - Fix libktorrent not gettting updated when the download of a magnet link finishes and the FileSelectDlg is shown - Update view tab when switching to it, fixes data scan widget showing in the wrong place (259483) - Update view captions every GUI update (264215) - Use user modified path for file column in chunks view (264814) - Fix QM bug causing torrents to get started when it is not needed (262570) Changes in 4.1beta1: - Remove libktupnp it is now part of libktorrent - Add support for superseeding (171661) - Change from and to fields to always ensure that from is smaller then to in the bandwidth scheduler plugin (225951) - Show if a peer is using the µTP protocol or not - Cleanup file dialog filters for torrents and make sure that files named torrent, are also seen by the filter (241259) - Ensure that webinterface plugin works properly with bindv6only flag on (238688) - Add option to not restore the previous session of the search plugin (233288) - Save suspended state on exit and restore on restart (241675) - Add support for cookies in syndication plugin (244967) - Change GUI to use KParts - Add feature to set the move on completion directory in the syndication plugin filters - Improve display of errors in the syndication plugin when downloading a feed fails (246421) - Make ChunkDownloadView and PeerView use a QSortFilterProxyModel (246835) - Add download and move when completed location history buttons to FileSelectDlg (218048) - Make file view of FileSelectDlg sortable (248090) - Clicking item in day list of AddItemDlg of bwscheduler plugin now toggles it (225953) - Add support for emule blocklists (194915) - Add option to configure the number of log lines shown in the logviewer (223887) - Add default move on completion location to group policy (248092) - Prevent torrents from sharing the same files (228220) - Add option to open all torrents silently - Add exclusion patterns to syndication plugin filters (251141) - Show current upload and download limit in trayicon submenus instead of limits from the settings (251953) - Show notifications when automatic update of IP filter fails (243458) - Add video streaming support (234212) - Make ratio configurable at which the share ratio becomes green (254144) - Don't show an error message for each duplicate tracker which is added - Stop using hardcoded colors in system tray tooltip (255732) - Add support for tracking jobs inside the GUI of ktorrent - Ask if an existing file must be overwritten when exporting a torrent (256416) - Don't reinclude files when changing priority of a directory (252555) - Open new search tab on middle click (151429) - Search plugin now uses webkit instead of KHTML - Add do not ask again option to dialog shown when torrent file is downloaded in the search plugin (210701) - Add option to rename single file torrents to the file inside (251799) - Make sure that items in history of download locations and completed locations end with a slash (259499) - Make search filter in MediaView of mediaplayer plugin case insensitive (259782) Changes in 4.0.5: - Fix crash due to uncaught exception when creating torrent (255020) - Modify tracker grouping script to avoid a memory leak in krosspython - Fix bug causing extenders to be shown when the torrent is hidden (248205) - Fix restoring hidden state of bottom tab bar in the torrent activity - Improve performance of View (258324) - Fix bug causing user modified filename not be shown for single file torrents (258860) - Ensure that lastSaveDir is saved to the config (259041) - Make sure ktorrent compiles and works with new solid powermanagement api introduced in KDE 4.6beta2 (258331) - Fix bug causing the wrong path to be opened when opening a nested directory in a multifile torrent Changes in 4.0.4: - Make sure that syndication filter save location overrides group save location (250116) - Don't hardcode background of bandwidth schedule to white so that system colors are used (251925) - Improve performance of ViewModel when there are many torrents (216501) - Backport several improvements for IP filter auto update from trunk - Fix bug causing two instances of ktorrent to be started when missing files dialog is shown at startup (252099) - Fix bug causing KT to use invalid dbus paths in group paths - Fix crash at exit due to a Core::update getting called during exit (254214) Changes in 4.0.3: - Fix bug causing wrong encoding to be used when the default save location of a group is read (244873) - Fix crash in QueueManagerWidget when moving torrents in the queue - When renaming files in a torrent prevent duplicate names (244624) - Fix crash on exit when cleaning up UPnP requests - Fix crash due to uncaught exception when a tor directory cannot be removed (247979) Changes in 4.0.2: - Fix wrong X-KDE-PluginInfo-Name in ktzeroconfplugin.desktop - Fix crash caused by 0 pointer in webinterface plugin (242273) - Increase auto update retry interval of ipfilter plugin to 15 minutes - Fix bug causing groups file to grow very large over time (243182) Changes in 4.0.1: - Make sure that the proper encoding is used when loading syndication filters - Display filename if TagLib doesn't know the title of a file in the mediaplayer plugin - Fix memory leak in plasma dataengine (238948) - Use routers XML file URL to distinguish between UPnP routers - Make sure that there are no uncaught exceptions (223243) Changes in 4.0: - In Core::onExit shutdown TCP and UTP servers a bit later to prevent crashes Changes in 4.0rc1: - Split of libbtcore as libktorrent - Make sure that QM handles max share ratio and max seed time a bit better - Clear selection of ActivityListWidget before selecting the current item (233289) - When a torrent row is double clicked open the data directory (230618) - Switch to new style tray icon (210811,233422) - Make sure that state is set to active when rendering progress bar in ViewDelegate (232727) - Suspend KTorrent -> Suspend Torrents to avoid confusion (233421) - Workaround memory leak in krosspython by not passing QObject pointers as arguments to callMethod (223885, 226924) - Make move on completion a per torrent feature - Make compiling plasma applet dependant on Qt version - Make sure extenders can be resized - Make sure float is not used in scripting api, doesn't seem to work with python scripts - Add dbus functions to set and get the maximum and current share ratio and seed time Changes in 4.0beta2: - Use proper KDE function to format date in syndication plugin - Make sure HTMLPart uses proper charset when rendering page - Add copy URL item to popupmenu in search plugin view - Pause becomes suspend - Revamp torrent creation code - Avoid unnecessary memcpy when generating hash - Add UDP tracker scraping - Improve handling of incomplete handshakes (218875) - When switching back from fullscreen video make sure the tab shown is the video tab - Replace KMultiTabBar by QToolBar, because it handles not enough space better (214524) - Make tab moving possible in TorrentActivity and SearchActivity (215053) - Show arrows in qm widget to indicate if a torrent is a seed or a download - Fix crash caused by not checking for 0 pointer (220442) - Add search line in QM widget which highlights and scrolls to found items (220428) - Moving multiple items in QM widget is now possible (220428) - Prevent trackers from sending back to much data (220684) - Fix typo in in log message of QM (223888) - Added patch witch adds an additional column to a View showing the date and time a torrent was added - Fix compilation not working on solaris due to missing NAME_MAX define (222598) - Fix check for existing files for single file torrents in FileSelectDlg (225900) - Add pathOnDisk dbus call on a torrent to retrieve the output path - Fix crash in GroupView (226134) - Cleanup notifier before closing socket in webinterface plugin, fixes a crash (225956) - Make sure that weekdays deselects weekend, and weekend deselects weekdays in scheduler plugin (225952) - Don't show 0 KB/s when there is no limit in scheduler plugin (225943) - Make warning icon when no trackers can be reached, work for non private torrents (227670) - Reset bandwidth schedule when network comes up again (227423) - Make sure TOS is set when setting up a connection - Fix crash in AuthenticationMonitor, caused by dangling pointer (228395) - Fix SHA1 hash generation crashes by using shared pointers to PieceData (227400) - Fix crash in PeerConnector cleanup (228955) - Make it possible to change the ChunkSelector at runtime - Make torrents reannounce and kill all stale peers, when network comes back up after some downtime (184766) - Before mapping a piece, use posix_fallocate to ensure that we can't get a SIGBUS when the disk is full (229081) - Revamp stats file implementation so the QM can no longer block things when there are many torrents (228974) - Use pause functionality instead of stopping and restarting a torrent when doing jobs (179456) - Fix handling of keep-alive in webinterface plugin (225167) - Don't open files to determine disk usage when files are not open - Change listen backlog to SOMAXCONN - Do preallocation properly (or not at all depending on settings) when file is recreated - Add support for the µTP protocol (197749) - Fix crash in HTTPConnection due to 0 pointer (231859) - Add patch to disable authentication in webinterface (226291) - Add plugin to generate magnet URI's - Fix crash in webseed downloading code (232971) Changes in 4.0beta1: - Make adding multiple trackers at once possible (213194) - Bandwidth scheduler can now be deactivated temporarely - Show information message instead of error when trackerlists are merged (213772) - Add patch from Leo Trubach which adds support for IP rangs to the IP filter dialog - Add support for metadata extension - Remove own flags, now using exclusively those from KDE - Add support for reqq parameter in extended handshake - Ignore diskspace check when it cannot be determined on a gvfs mounted filesystem (187141) - DHT can no longer be disabled at compile time - Add support for magnet URL's (214375) - Fix crash due to uncaught warning - Expand open url dialog, it is now possible to open silently and to select the group - Fix crash when loading magnets file (218227) Changes in 3.3.4: - Fix SHA1 hash generation crashes once and for all (222753) - Check for invalid addresses in reverse resolver, fixes a crash - Fix sorting bug in choking algorithm - Fix crash caused by handling exceptions badly (224097) - Fix bug causing global max share ratio and seed time to override group policy (223745) Changes in 3.3.3: - Fix crash caused by 0 pointer in Downloader::saveDownloads (219019) - Don't remove torrent when jobs are running, wait until they are done, this fixes a crash (218853) - Disable editing of items in ActivityListModel (219355) - Make sure checks for ftello and fseeko are done, fixes a problem with large file sizes on BSD (217523) - Make sure reannounce timer in UDPTracker is always stopped in the stop call (219663) - Fix broken FilterListModel::removeFilter fixes a crash (219760) - Revamp adding trackers to TrackerListModel, should fix a crash (218738) - Don't allow nested event loops when iterating over the incomplete url list in scanfolder plugin, fixes a crash (219885) - Fix crash due to uncaught exception in TorrentFileTreeModel::loadExpandedState - Fix bug causing error message that the QM limits are reached to be shown instead of a torrent to be enqueued (220171) - Fix crash caused by not checking for 0 pointer (221333) - Fix crashes when DHT socket could not be bound (221872) - Fix bug causing files to be created which are to big in some rare circumstances (222036) - Fix bug causing wrong location hint to be used when no default save location is selected (222783) Changes in 3.3.2: - Fix crash when loading Feed in syndication plugin at startup (216207) - Replace newlines with spaces when displaying multiline comments in statustab (216683) Changes in 3.3.1: - Make sure exceptions in DHT code are caught, fixes a crash (213819) - Fix several memory leaks at exit - Fix bug in edge detection of items on the bandwidth schedule - Fix crash when webinterface plugin is removed and there are active connections to the webserver (214187) - Fix bugs causing context menus to be shown in wrong location (214657) - Don't store the color for normal file priority in FileView, use system default (214748) - Fix bug causing current tab in TorrentActivity not to be restored (214959) - Fix IP filter download going wrong in some cases, by specifying mimetype in KFilterDev::deviceForFile - Fix crash when not able to bind for DHT socket (215079) - Make it optional to intercept Qt debug messages in InitLog call - Fix crash when trying to unzip broken zip file in ipfilter download (215353) - Add some limits so DHT tasks don't run for to long and eat up to much memory
2012-09-03net/Makefile: Add libkorrentmarino1-1/+2
2012-09-03Add new package net/libktorrentmarino7-0/+2000
KTorrent has sbeen split into the application ktorrent and the library libktorrent. Libktorrent contains all the torrent downloading code and ktorrent contains all application code and plugins. The goal is to make libktorrent an independent library which can be used by other applications.
2012-09-02Update to 1.23:wiz3-8/+14
2012-09-01 Flickcurl Version 1.23 Released This release fully supports using Flickr via OAuth 1.0 and converting from the legacy Flickr authentication to OAuth. It supports both authentication flows but Flickr has deprecated the legacy authentication, so it might stop working at any time. Flickr [2]Legacy authentication flow with Flickcurl: 1. The initial configuration needed is the API Key and Shared Secret, obtained from the [3]Flickr App Garden. 2. Get the Authentication URL from the Flickr App Garden. 3. Show the Authentication URL to the user who approves the app resulting in a user visible Frob. 4. Authentication completes using flickcurl_auth_getFullToken() which exchanges the Frob for the final Auth Token. 5. Optionally, the flickcurl(1) utility will store in the configuration file: auth_token, api_key and secret. Otherwise the application should do this. Flickr [4]Flickr OAuth 1.0 flow with Flickcurl: 1. The initial configuration needed is the Client Key (API Key) and Client Secret (Shared Secret), obtained from the [5]Flickr App Garden. 2. Authentication starts with a call to flickcurl_oauth_create_request_token() to get the Request Token and Request Token Secret. 3. Get the Authentication URL using flickcurl_oauth_get_authorize_uri(). 4. Show the Authentication URL to the user who approves the app resulting in a user visible Verifier. 5. Authentication completes using flickcurl_oauth_create_access_token() to exchange the request token, request token secret and verifier for the final Access Token and Access Token Secret. 6. Optionally, the flickcurl(1) utility will store in the configuration file: oauth_token, oauth_token_secret, oauth_client_key and oauth_client_secret. Otherwise the application should do this. Added an API call to upgrade from the Flickr legacy authentication to OAuth 1.0. This revokes and deletes the legacy 'auth_token' and returns an OAuth Access Token and Access Token Secret pair which need to be saved. int flickcurl_auth_oauth_getAccessToken(flickcurl* fc) The upgrade can also be performed by using the oauth.upgrade command of the flickcurl(1) utility. Added new API calls to get and set OAuth parameters: const char* flickcurl_get_oauth_token(flickcurl *fc); void flickcurl_set_oauth_token(flickcurl *fc, const char* token); const char* flickcurl_get_oauth_token_secret(flickcurl* fc); void flickcurl_set_oauth_token_secret(flickcurl* fc, const char *secret); const char* flickcurl_get_oauth_client_key(flickcurl *fc); void flickcurl_set_oauth_client_key(flickcurl *fc, const char* client_key); const char* flickcurl_get_oauth_client_secret(flickcurl *fc); void flickcurl_set_oauth_client_secret(flickcurl *fc, const char* client_secre t); const char* flickcurl_get_oauth_request_token(flickcurl* fc); void flickcurl_set_oauth_request_token(flickcurl *fc, const char* token); const char* flickcurl_get_oauth_request_token_secret(flickcurl* fc); void flickcurl_set_oauth_request_token_secret(flickcurl *fc, const char* secre t); Added new API calls for performing the OAuth flow int flickcurl_oauth_create_request_token(flickcurl* fc, const char* callback); char* flickcurl_oauth_get_authorize_uri(flickcurl* fc); int flickcurl_oauth_create_access_token(flickcurl* fc, const char* verifier); In flickcurl_photos_setDates() actually send date_taken parameter. This fixes [6]GitHub issue 15 Updated configure to use xml2-config(1) and curl-config(1) as well as pkg-config(1), for systems that do not ship with the pkg-config files, such as OSX 10.8. Fixed memory leak in flickcurl_build_persons() on loop exit (always) and on the error path. Fixed memory leak in flickcurl_build_photos() of string_value for tags. Updated flickcurl utility to handle the OAuth authentication flow with new commands oauth-create and oauth-verify, while still supporting legacy Flickr auth flow with the existing -a FROB form. Multiple internal changes in the construction of parameters to make the code more readable and handle the extra parameters needed by OAuth. Multiple internal changes for error path and leaks found by the LLVM [7]clang static code analyzer. Removed all strncpy, strcat and strcpy with counted memcpy.
2012-09-02Update to 1.06wen2-7/+6
Upstream changes: 1.06 Sat Sep 1 12:45:09 CEST 2012 - update: better error handling scheme - update: copyright notice
2012-08-31Tweak this package to use x11/tk's wish instead of the now-gone tixwishhe3-5/+18
from the x11/tk-Tix package. Use the newly added interpreter.mk file from the x11/tk package to deal with different installation prefixes. Bump PKGREVISION.
2012-08-30Move net/openafs to filesystems/openafs-devel.jakllsch29-1612/+1
Re-add net/openafs as of 2012-05-01 as filesystems/openafs.
2012-08-30more omf-scrollkeeper missingdrochner1-1/+2
2012-08-29explicitly pull in omf-scrollkeeper, should fix build problems afterdrochner1-1/+2
recent gnome-doc-utils update (reported by John Marino)
2012-08-29Update to 0.0.20120212ryoon2-8/+7
Changelog: * Added comment retrieving option (-c)
2012-08-29Recursive bump from boost-libs update.obache2-4/+4
2012-08-27Explicitly pass tcl and tk directory to configure script; otherwise itdholland1-1/+3
looks in /usr/pkg even if that's not where you're trying to build against.
2012-08-26Make it clearer which package contains exactly which bind version.wiz8-11/+19
Patch from Bug Hunting.
2012-08-26Avoid build failure if AI_ADDRCONFIG isn't available.dholland2-1/+19
2012-08-25Whitespace.dholland2-12/+12
2012-08-25rename license, requested by Ryo ONODERAchristos1-2/+2