summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2005-03-23Remove package-specific workarounds for the glibc-vs-errno conflict.schmonz1-6/+1
The "netqmail" PKG_OPTION to qmail is no longer enabled on Linux by default; if you were relying on that, set it explicitly.
2005-03-23Whitespace.schmonz2-16/+16
2005-03-23Take advantage of mk/djbware.mk.schmonz3-36/+10
2005-03-22Add "chat" to CATEGORIES. (This seems to be in the wrong category/directory.)reed1-2/+2
2005-03-22Removed the package name from the COMMENT.reed1-2/+2
2005-03-22Update to Howl 0.9.10.nathanw2-6/+6
Version 0.9.10 (Jan 28 2005) * FIX: use config.h in mDNSClientAPI.h to determine which headers to include * FIX: don't clobber CFLAGS in Makefile.am files Version 0.9.9 (Jan 27 2005) * FIX: use memmove rather than memcpy * FIX: use memcmp to compare oids, rather than strcmp (contributed by John Wiseman jjwiseman@yahoo.com) * FIX: sw_autoip_network_interface_make_initial_ip_address() uses uninitialized m_mac_addr (contributed by Andrea Campi andrea+howl@webcom.it) * FIX: include stdint.h and use standard types in mDNSClientAPI.h (contributed by Jeff Waugh jdub@perkypants.com) * FIX: make posix_interface.c easier to port other OSes (contributed by Andrea Campi andrea+how@webcom.it) * FIX: check interface status before looking at link (contributed by Andrea Campi andrea+howl@webcom.it) * FIX: builddir != srcdir problem (contributed by Thomas Fitzsimmons fitzsim@redhat.com) * FIX: memory leaks on cleanup * FIX: mDNSResponder, nifd, autoipd shouldn't be linked statically
2005-03-22Update to 2.10.0:jmmv3-12/+21
Vino 2.10.0 =========== Translators + Rostislav Raykov (bg) + Josep Puigdemont (ca) + Rhys Jones (cy) + Priit Laes (et) + Rajesh Ranjan (hi) + Žygimantas Beručka (lt) + Kjartan Maraas (nb) + Rajeev Shrestha (ne) + Åsmund Skjæveland (nn) + Kjartan Maraas (no) + Leonid Kanter (ru) + Elian Myftiu (sq) + Chi-Wei Chen (zh_TW) Vino 2.9.2 ========== Fixes + New icon (Jakub Steiner) + Add X-GNOME-Bugzilla-Version to .desktop file for bug-buddy (Christoffer Olsen) + Install icon into hicolor icon theme (Mark) + Update to automake 1.7 (Mark) + Install .desktop file in $(datadir)/applications (Mark) Translators + Rostislav Raykov (bg) + Alessio Frusciante (it) + Žygimantas Beručka (lt) + Badral (mn) + Kjartan Maraas (nb) + Gora Mohanty (or) + Marcel Telka (sk)
2005-03-22Update to 2.10.0:jmmv3-9/+10
============== Version 2.10.0 ============== o Translators * Nikos Charonitakis (el) * Alexander Winston (en_CA) * Žygimantas Beručka (lt) * Rajeev Shrestha (ne) * Theppitak Karoonboonyanan (th) ============= Version 2.9.4 ============= o Misc * Handle requests for the old wireless applet IID (Mark) o Translators * Vladimir Petkov (bg) ============= Version 2.9.2 ============= o Fixes * Set the accessible name on the applet (Padraig O'Briain) * Make Shift-F10 pop up the context menu (Padraig O'Briain) * Make panel translucency work (Davyd Madely) * Update to automake 1.7 (Mark) * Remove panel:category attribute from .server file (Mark) o Traslators * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Ignacio Casal Quinteiro (gl) * ahmad riza h nst (id) * Alessio Frusciante (it) * Leonid Kanter (ru) * Marcel Telka (sk)
2005-03-22Update to 2.10.0:jmmv4-9/+25
2.10.0 ("La movida") * Translations: - Some translations updates 2.9.92 ("Magical Fenix") * Translations: - Lot of translations updates - New Ukrainian translation of the documentation by Maxim V. Dziumanenko <mvd@mylinux.com.ua> 2.9.91 ("Hänsel und Gretel") * Fixes: - Port to the new libmenu API to get the list of available applications. - Fix the applets loading. 2.9.3 ("Wild Rose") * Translations: - Updated Italian, Chinese, Swedish, Estonian and German translations. 2.9.2 ("Tres Jotas") * Fixes: - Use the command line option --include-file to include a file - Skip the product/component pages if the application is passed on the command line (also show its name in the intro page) * Improvements: - Added a kill command line argument for killing that pid after the bug report is sent (this is useful for calling bud-buddy inside your application when a non-segfaulf crash occurs, like in python code or scheme, etc...)
2005-03-22Update to 0.48:wiz2-7/+6
Net::DNS is now stored in a subversion repository, replacing cvs. As such the submodule version numbers have taken another big jump. Luckily those numbers don't matter as long as they work. Fixed a bug with Unknown RR types that broke zone signing [Olaf]. Added callback support to Net::DNS::Resolver::Recuse. The demo/trace_dns.pl script demonstrates this. Added a note regarding answers with an empty answer section to the Net::DNS::Resolver::search() and Net::DNS::Resolver::query() documentation. The copyright notice for Net::DNS::RR::SSHFP was incorrect. That file is Copyright (c) 2004 RIPE NCC, Olaf Kolkman.
2005-03-21Fixes from PR#24373 (little cosmetics)adam1-4/+11
2005-03-21Optionally disable threading; work around for PR#29323adam2-8/+10
2005-03-21Incorporate patch from Bernhard Roth to correct the default valuesschmonz3-3/+61
generated by tinydns-data on sparc64 (and presumably other 64-bit platforms). Discussed on the dns list in this thread: http://marc.theaimsgroup.com/?l=djbdns&m=110845281123105&w=2 Bump PKGREVISION for this user-visible change. Addresses PR pkg/28420.
2005-03-19Remove space at EOL.wiz1-1/+1
2005-03-19Defer evaluation of LIBNET_CFLAGS until CFLAGS is put into the environmenttv1-4/+4
(after dependencies are handled).
2005-03-19Fix tyop in previous.tv1-2/+2
2005-03-19Defer evaluation of GTKCFLAGS until CFLAGS is actually propagated to thetv1-4/+3
environment (after dependencies are handled).
2005-03-19Add time to categories.wiz1-2/+2
2005-03-18- Incooperate change root non-root support from NetBSD's "/etc/rc.d/named"tron3-8/+45
into "named9.sh". - Create a user and a group "named" for running the name server. - Add a message file which encourages to run the name server in a change root non-root configuration. This address PR pkg/14876 by Greg A. Woods. Bump package revision because of the above changes.
2005-03-17add lex to the list of gnu tools. Needed for solarisdmcmahill1-2/+2
2005-03-17Pass VARBASE into the make so that it gets set correctly in the binary.markd1-2/+3
Bump PKGREVISION.
2005-03-16Added two patches for building on NetBSD-1.6.2 using gcc-2.95.3.rillig3-1/+40
Approved by wiz.
2005-03-16- Rename rc script "named" to "named9" to avoid conflicts with NetBSD'stron4-5/+21
builtin script. - Don't set "pidfile" in "named9.sh" because it breaks change rooted configurations. - Disable inlining in "lib/dns/rbt.c" on PowerPC systems because certain GCC version create broken code for that file. Bump package revision because of the above changes.
2005-03-16Added two patches to allow building with gcc-2.95.3. Approved by wiz.rillig3-1/+1036
2005-03-16Added a patch to include the system headers before <Python.h>, as the latterrillig2-1/+20
redefines about everything. Approved by wiz.
2005-03-15Fixed a quoting error with -DPREFIX. Approved by jlam.rillig1-2/+2
2005-03-15- Reorder assignment to fix "pkglint" warnings.tron2-18/+8
- Use RCD_SCRIPTS mechanism to install startup scripts as suggested by Greg A. Woods in PR pkg/19099.
2005-03-15Update arla to 0.38. The update is necessary to support NetBSD-2.0.wennmach48-1260/+882
The update during the pkgsrc freeze has been approved by <wiz>. Two patches have been provided by <christos>. Tested on NetBSD-1.6.1/i386 and NetBSD-2.0/i386. Closes PR pkg/20906.
2005-03-15Add missing RCS Ids.tron3-3/+7
2005-03-15Improve description as suggested by Greg A. Woods in PR pkg/19099.tron1-14/+19
2005-03-15Mark as NOT_FOR_PLATFORM Interix.tv1-1/+3
2005-03-14Remove broken rc.d script. Fixes PR 24587. Bump PKGREVISION.wiz2-21/+2
2005-03-14There's no need to manually format and install a nroffed manpage.tv2-14/+6
Install the source and let man(1) do it. Use PREFIX, not LOCALBASE, when installing.
2005-03-14Remove unnecessary "post-patch" target".tron1-7/+1
2005-03-14Update to version 0.10.10salo5-36/+10
This release fixes three security and stability-related issues: - Matevz Pustisek discovered a buffer overflow in the Etheric dissector. (CAN-2005-0704) - The GPRS-LLC dissector could crash if the "ignore cipher bit" option was enabled. (CAN-2005-0705) - Diego Giago discovered a buffer overflow in the 3GPP2 A11 dissector. This flaw was later reported by Leon Juranic. (CAN-2005-0699) - Leon Juranic discovered a buffer overflow in the IAPP dissector. - A bug in the JXTA dissector could make Ethereal crash. - A bug in the sFlow dissector could make Ethereal crash. Everyone is encouraged to upgrade. New and updated features: ========================= - Tree view item context menus now let you browse to the display filter reference and wiki pages for a particular protocol. - Online help has been expanded. - VoIP call analysis (including nifty connection diagrams) has been added. - GSS-API decryption has been greatly enhanced. New protocol support: ===================== AgentX, BUDB, DTP, G.723, IDP, INAP, KINK, Realplayer Data Protocol, Retix Spanning Tree Protocol, RTCP-XR, XML, XNS, SPP Updated protocol support: ========================= 3GPP2 A11, ACSE, AMR, ATM, BER, BSSGP, BUTC, CDP, CLNP, CoSine L2, DAAP, DCE/RPC, DCOM, DIAMETER, DNP, DNS, Etheric, FCP, FW-1, Gnutella, GPRS, GSM A, GSM MAP, H.225, H.245, H.248, H.450, HTTP, IAX2, ICQ, IEEE 802.11, IEEE 802.3 Slow Protocols, IP, iSCSI, ISUP, Juniper, JXTA, Kerberos, L2TP, LDAP, MIP, MPLS, NDMP, NSIP, NTP, OSPF, OXID, PostgreSQL, RADIUS, RDT, Redback, RMCP, RTP, RTSP, SCSI, SCTP, SDP, SPNEGO, SSL, STUN, TCAP, TCP, TZSP New and updated capture file support: ===================================== DBS Etherwatch, Lucent/Ascend, Nettl, Tcpdump (Redback)
2005-03-14Added a patch to make gftp compile on NetBSD-1.6.2, which does not knowrillig2-1/+19
about ENOTSUP. Approved by wiz.
2005-03-13In packages with djb-style compile scripts, properly enquote ${CC}schmonz3-10/+10
and ${CFLAGS}. This fixes the build of net/djbdns, as well as any other of these packages passing down PKG_SYSCONFDIR via CFLAGS, as well as being more generally correct for arbitrary user-defined CFLAGS. Suggested by jlam. For consistency across djbware in pkgsrc: * In math/djbfft's and sysutils/daemontools's do-configure targets, remove leading @ from ${ECHO} lines; from the former, also remove unneeded single quotes from one such line. * Rename net/publicfile's pre-build and sysutils/service-config's post-patch targets to do-configure. * In sysutils/checkpassword's do-configure target, reorder creation of conf-cc, conf-ld, and conf-home. All of the affected packages have been verified to compile. XXX These packages probably have enough build goo in common to XXX warrant an mk/djbware.mk. I'll investigate this post-freeze.
2005-03-12If poll(2) is missing, don't even contemplate using it.tv3-1/+68
Fixes build on Interix.
2005-03-12Make build on Interix.tv6-3/+53
Part of the fix adds <sys/time.h> to ares.h to make it get fd_set on more platforms, so bump PKGREVISION.
2005-03-12Mark as NOT_FOR_PLATFORM Interix.tv1-1/+3
2005-03-12We use zlib. Mark as such for platforms without zlib bundled.tv1-1/+2
2005-03-10Mark as NOT_FOR_PLATFORM Interix.tv1-1/+3
2005-03-10Fix security vulnerability in dissector for CDMA2000 A11 packets.tron3-3/+23
Bump package revision.
2005-03-09This package needs perl to build.minskim1-1/+2
2005-03-09Add missing blank line at top of patch file.jmmv2-3/+4
2005-03-09Get rid of the ORBIT_{MAJOR,MINOR} variables and instead directly put thejmmv1-7/+3
version number where appropriate. They are useless.
2005-03-08Add a note as to the purpose of this script.lukem1-1/+7
2005-03-07Fix quoting.uebayasi3-6/+6
2005-03-06Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge.taca3-3/+6
2005-03-06Make DEPENDS to ruby-dbm and ruby-digest packages and cosmetic changetaca2-8/+15
to package name patterns. Also sort PLIST. Bump PKGREVISION.