summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2006-06-04Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).joerg12-24/+24
While going through the tree, fix some more packages which had similiar issues with too strict conflicts, bump the revisions of those.
2006-06-04PKG_USERS should not have more than just <user>:<group>. All else isjlam1-2/+3
specified in additional variables, i.e. PKG_GECOS, PKG_HOME, PKG_SHELL, etc., as stated in both the pkgsrc guide and the pkginstall.mk comments since 2006/04/23, or one month before this package was imported.
2006-06-04Scan libc with nm -D on DragonFly, otherwise symbols won't be found.joerg2-6/+16
2006-06-04Fix errno usage.joerg2-1/+14
2006-06-04Logging option added, defaults to same logging as rdist.kim3-41/+6
2006-06-03Add and enable libupnprh1-1/+2
2006-06-03Initial import of libupnp-1.3.1, a universal plug and play (UPnP) SDK.rh10-0/+192
2006-06-03Add "c++" to "USE_LANGUAGES". This fixes the detection of shared librarytron1-1/+2
support under (at least) Mac OS X.
2006-06-03Uses C++.joerg1-1/+3
2006-06-02Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,joerg12-31/+41
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or ap2-* respectively. Add new variables to simplify the Makefile handling. Add CONFLICTS on the old names. Reset revisions of bumped packages. ap-php will now depend on the default Apache and PHP version. All programs using it have an implicit option of the Apache version as well. OK from jlam@ and adrianp@.
2006-06-02Uses C++.joerg1-1/+2
2006-06-02this works with Python-2.4 (hint from Joerg Sonnenberger)drochner1-2/+2
hey, even my license key from 2002 still works!
2006-06-02Mark as Python 2.2+, since explicit integer division is used (//).joerg1-1/+3
2006-06-02Use C++ and INSTALLATION_DIRS.joerg1-1/+5
2006-06-02Fix INSTALLATION_DIRS.joerg1-2/+2
2006-06-02Uses C++.joerg1-1/+3
2006-06-01Update synergy to 1.3.1. Patches provided by Kibum Han.minskim2-6/+6
Changes: * Hot key screen switching now restores last cursor position * Fixed loss of hot keys when reloading configuration * Fixed autorepeating on win32 (no longer sending repeating key releases) * Fixed autorepeating on X11 (non-repeating keys were repeating) * Fixed AltGr issues on X11 * Fixed modifier mapping bug on OS X client (caused wrong characters) * Fixed one way for modifiers to get stuck active on all platforms * Fixed bugs in win32 GUI * Removed alloca() from unix code (should fix FreeBSD build) * Added more debugging output for network problems * Fixed failure to detect some errors on X11
2006-06-01Add synergy 1.2.7 as synergy1.2 because synergy>=1.3 is not compatibleminskim5-1/+35
with earlier versions.
2006-06-01Update synergy to 1.2.7. Patches provided by Kibum Han.minskim2-7/+6
Changes: * Added preliminary support for configurable hot keys (Lorenz Schori) * Major rewrite of keyboard handling code * Fixed non-US keyboard handling (AltGr and ISO_Level3_Shift) * Now supporting all installed keyboard layouts simultaneously * Fixed bug in handling remapped caps-lock on X11 * Fixed control and alt keys getting stuck on on X11 * Fixed desktop focus problems requiring extra clicks on win32 * Fixed alt key event getting passed to server when on client on win32 * Synergy would prevent alt+numpad character entry; this is fixed * Fixed suppression of xscreensaver 2.21 on X11 * Fixed middle mouse button dragging on OSX server (Brian Kendall) * Fixed caps/num/scroll lock toggles getting out of sync * Enhanced support for converting clipboard text to the Latin-1 encoding * Added autostart documentation for KDE users * Added more details about using Terminal for OSX users * Fixed crash when using --help on certain platforms
2006-06-01Uses C++.joerg1-1/+3
2006-06-01Add DragonFly support. Fix va_arg integer promotion problem, bumpjoerg4-3/+41
revision for that.
2006-06-01Add basic DragonFly support.joerg2-1/+27
2006-06-01Use MAXLOGNAME on DragonFly, when LOGIN_NAME_MAX is missing.joerg2-1/+17
Now someone just has to write the osdep file...
2006-06-01Move documentation into subdirectory of share/doc, list alljoerg2-7/+8
needed directories. Bump revision.
2006-06-01Uses C++.joerg1-1/+3
2006-06-01Uses C++.joerg1-1/+3
2006-06-01Update KDE to 3.5.3markd3-9/+7
Changes: * Kopete o Fix automatic spellchecking when turning off rich text o Prevent contacts from being added to a server side group called Top Level o Message notification in contactlist o Fix crash for AIM o Kopete is closing down all connections and reconnects after about each 1 minute o Fix Kopete crash after change ICQ status to online. o Fix crash in ICQ on disconnect due to connect elsewhere.
2006-05-31Update to 2.2.93:wiz2-6/+6
Changes in libsoup from 2.2.92 to 2.2.93: * Fixed outgoing data corruption caused when SoupServer started writing out a response a second time after already having started once. [334469]. Also fixed 342640 and another bug caused by the workaround for 334469 in 2.2.92. Based on patches and analysis from William Jon McCann and Armin Bauer. * Fixed a deadlock when changing a session's proxy URI. [309867 / bnc 174255, based on a patch by Veerapuram Varadhan]. * Fixed https-via-proxies in the synchronous case. [bnc 174255] * Fixed a crash in evolution-exchange [342545, fix based on an analysis by Wang Xin]. * Fixed simple-proxy to not crash at startup. Oops. (Alex Larsson)
2006-05-31The databases/openldap package has been split in -client and -server componentghen7-15/+16
packages. Convert LDAP-based applications to depend on openldap-client, and bump PKGREVISION for those that depend on it by default.
2006-05-31On NetBSD use daemon() instead of the custom code here which forgets tobouyer3-8/+22
close std*. Now it's possible to properly restart the daemon from a rsh/ssh command. Bump pkgrevision.
2006-05-31delint.salo2-4/+6
2006-05-31Update to version 3.4.7salo2-6/+6
Changes: - get1 can now automatically rename files to server suggested file name. - new settings fish:charset and sftp:charset (for sftp version<4). - fixed http chunked transfers with explicit Content-Length. - fixed compilation with sun c++ compiler. - fixed compilation without ssl.
2006-05-31Remove manual extraction code, now that mk/ recognizes -tar.gz.wiz1-4/+1
2006-05-30Update to 2.7.6:wiz4-10/+8
2006/05/21: version 2.7.6 = tag release-2-7-6 5119: HTML, Options: Include Wiki link in options names 5117: Telnet: replace "avail" by "last seen"/fix non-ASCII-filename column width 2006/05/20 5118: Log: Correct prefix for donkeyClient.ml 5116: HTML: Fix javascript popup in search results for Opera (dextarr) 5112: Fix lprintf_nl (search/replace ()'s) (zet) 5113: Fix config/wget.c (zet) 5111: Configure: Fix $SOURCE_DIR broken since patch #5095 5109: New option: pause_new_downloads - Set to true all new downloads will be paused automatically. - This option is automatically set to false on core start. 2006/05/19 5107: Configure: Check for MAGIC_ERROR in magic.h 5106: BT: only send stop once on exit and then wait for success (Amorphous) 5105: BT: Avoid starting torrent which has the same name as a currently downloading torrent 2006/05/18 5097: HTML: Improved DL multiline input button (jave) 5103: Fix compile bug in magiclib_stub.c on Solaris & NetBSD 2006/05/17 5101: G2: Gnutella2 fixes/log updates (zet) - Gnutella2 (G2) is working again - Re-enables search result networks - Log logged-in users 5098: EDK: Update option description for initial_score 2006/05/15 5090: Http_client: Fix 302 redirect when Location starts with "." and filename changes 5095: Configure: improve libpng detection, optical improvements 2006/05/14 5094: Wget: New internal variable req_save <bool> 5093: CommonSwarming: Verbose error message if file size does not match 5092: HTML, rss: Add startbt link 5091: HTML: update EDK history links 2006/05/13 5089: IPBlock: Print seperate lists in block_list command for IPs blocked by local and web IP blocklists (pango) 2006/05/12 4976: Filetype recognition with libmagic - new debug command: debug_dir, prints magic values for all files - display file magic values in vd & upstats HTML popup & vd #num NetBSD/Solaris users have to disable this function "--disable-magic" until this bug is fixed: http://savannah.nongnu.org/patch/?func=detailitem&item_id=4976#comment9 5088: Gnutella/FT/http_client fixes (zet) - Gnutella (G1) is working again 2006/05/11 5087: HTML, upstats: new tooltip with complete filename, respect max_name_len for filename 2006/05/10 5083: HTML: Update EDK file history links (unease) 2006/05/09 5082: FileTP/Fasttrack/Soulseek: Fix splitting chunks off-by-one (pango) 5081: Change default ip_blocking_descriptions to false for faster startup 5080: Only print servers of enabled networks (pango) 5079: Ignore ._* in directory lists (pango) 5078: Telnet: Remove HTML code from sysinfo command 5077: FT: Fix fasttrack connection problem and adds a bootstrap nodes file url Removes old/broken imesh bootstrap node (zet) 2006/05/07 5076: Gd: Do not disable html_mods_vd_gfx if core is compiled without GD support 5075: DNS round robin, keep all IP addresses associated with DNS names, and return next one upon each request. (pango) 2006/05/06 5069: EDK: Fix broken unicode URIs parsing broken since 2.7.4 (pango) 5074: Change default Ocaml version to 3.09.2 5073: Update default IP blocklist URL, replaced http://www.bluetack.co.uk/config/antip2p.txt with http://www.bluetack.co.uk/config/level1.gz 5068: New global option user_agent, current option BT-user_agent overrides the global value in BT module (pango) 5064: BT: only try to connect to http trackers (pango) 5040: Overnet: Open TCP port only when network is active 2006/04/14 5036: BT: Correctly parse .torrent files with an empty directory (again) 5039: Fix dp500 compile
2006-05-29Don't depend on "freetype-lib" package any more. "rateup" is only linkedtron1-4/+3
against "libttf" because the "net/mrtg/Makefile" enforced that. Only depend on "freetype2" (indirectly via "gd") which is what "mrtg" really uses these days. Bump package revision.
2006-05-29Add missing PLIST entries. Bump revision.joerg2-2/+5
2006-05-29Backout last change because it doesn't have any effect.tron1-2/+2
2006-05-29Fix build on DragonFly.joerg2-10/+14
2006-05-29Prefer new versions of Sun's JVM over old versions.tron1-2/+2
2006-05-29The configure script needs a working C compiler.rillig1-2/+2
2006-05-28Fixed some spelling mistakes.rillig1-7/+5
2006-05-28Use C++.joerg2-2/+4
2006-05-26Needs perl to build config file. Add some unexec rmdirs to PLIST.wiz2-2/+6
Bump PKGREVISION.
2006-05-26Changes 2.2.8:adam4-43/+28
Fix bug when displaying bad DB names used with !j command. Changes 2.2.7: Fixed file descriptor leak when journal file is corrupted. Changes 2.2.6: Fixed UII "show ip" command so that it does not crash IRRd. Also fixed incorrect output when more specific option is used with this command. Changes 2.2.5: Allow more specific expansions for /8's or longer (instead of /16).
2006-05-26Changes 1.1.19:adam3-12/+12
o Disabled code for shutting down idle sockd processes, appears to need more testing. o Upgrade to Automake 1.9.6. o Use __libc_enable_secure if it exists and issetugid() doesn't. Should allow the SOCKS_CONF environment variable to be used on Linux. o Check if large files need special support; logfiles can grow large. o Drop trying to optimize away unnecessary PAM calls, creates obscure problems on some PAM-Linux implementations. o Fixed bug introduced as part of additions to better preserve TCP semantics across connections. o New module available: session. This gives control over how many sessions different clients can create. o In order to share some code, there were some api changes made to the bandwidth module, requiring users to upgrade. Users of the bandwidth module can contact sales for a free upgrade. o Fix bug preventing immediate-error on wrong password to take effect for servers configured to use PAM. o Update usage of 'head'. o Support server-chaining. Currently only the tcp connect command is supported. It might be possible to add support for udp and tcp bind if requested. o Fix PAM-related bug introduced in version 1.1.16.
2006-05-26- Update tor to latest stable version 0.1.1.20 via files from pkgsrc-wipjschauma6-38/+19
- maintainer -> tv Changes (summary): some major security fixes, including entry guards to protect the beginning of the circuit, exit enclaves to protect the end, and better firewall support; a new directory protocol that improves bandwidth use and keeps clients more up to date; two new directory authorities; a new ascii-based controller protocol that lets people easily write applications to interact with Tor; and many scalability and performance improvements Full changes available at http://archives.seul.org/or/announce/May-2006/msg00000.html:
2006-05-25USE_LANGUAGES=c c++wiz1-1/+2
2006-05-22Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk wherejlam3-6/+3
it will live with other "check" targets run after package installation. Get rid of SHLIB_HANDLING, whose meaning had mutated over the years from one thing to another. Currently, it is used to basically note whether the system's "ldd" command can be usefully run on the package's binaries and libraries. Rename this variable to CHECK_SHLIBS_SUPPORTED for more clarity. CHECK_SHLIBS is now a variable set exclusively by the user in /etc/mk.conf to note whether the check for missing run-time search paths is performed after a package is installed. It defaults to "no" unless PKG_DEVELOPER is set.
2006-05-22Remove p5-Wais, broken for two branches now and not supportedwiz8-112/+1
by the authors any longer. bad@ ok.
2006-05-22fix a possible information disclosure (CVE-2006-2442), from Debiandrochner3-3/+26
bump PKGREVISION