summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2004-10-04bring across a patch in Firefox for using thread-safe resolver librarygrant2-9/+13
functions on NetBSD >=2.0F.
2004-10-04Update to 0.10.1, for security fix.wiz3-9/+11
No prebuilt binaries for Solaris or NetBSD available yet; for NetBSD, point to MOZILLA_USE_LINUX.
2004-10-04commit a patch for using thread-safe resolver library functions ongrant2-8/+12
NetBSD >=2.0F - I've been running with it for months on -current without any problems.
2004-10-04update to Firefox 0.10.1, bugfix for a security issue:grant2-5/+6
http://www.mozilla.org/press/mozilla-2004-10-01-02.html
2004-10-03- Enable --enable-arp-acl configure option on FreeBSD, Linux and SunOS.taca3-60/+91
- Add 9 official patches. Bump package revision, squid-2.5.6nb3. * 2004-09-30 09:28 (Minor) CARP ignores cache_peer_domain/cache_peer_access * 2004-09-27 18:23 (Minor) balance_on_multiple_ip squid.conf directive * 2004-09-27 18:10 (Minor) Race window and poor responsiveness to aborted CONNECT requests * 2004-09-25 21:42 (Cosmetic) Support the --program-prefix and other program name transforms * 2004-09-25 21:08 (Cosmetic) Document the caseinsensitive basic auth option * 2004-09-25 20:57 (Cosmetic) ncsa_auth is sensitive on line ending format * 2004-09-25 12:00 (Medium) Add support for arbitrary headers acess controls * 2004-09-26 21:22 (Minor) Limit internal send/receive buffers * 2004-09-25 09:55 (Cosmetic) arp acls is supported on FreeBSD these days..
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv92-134/+183
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-10-02Sort the share/httpd/manual entries in the PLIST.reed2-1034/+1070
Added 35 share/httpd/manual entries to PLIST. Most are .ko.euc-kr, .ko, ja.euc-jp, and .ja files. I don't know when these were added. Bump PKGREVISION because now package has several more files.
2004-10-02Just added a comment to remember to look at removing PKGREVISIONreed1-1/+2
for devel/apr when updating the apache2 version.
2004-10-02Update apache to apache-2.0.52.reed4-36/+6
Also added comment to www/apache2/Makefile.common to remind to update checksum in devel/apr also. No actual devel/apr changes seen. Also removed www/apache2/patches/patch-ab because it is identical to fix for security in new version. Changes with Apache 2.0.52 *) Use HTML 2.0 <hr> for error pages. PR 30732 [André Malo] *) Fix the global mutex crash when the global mutex is never allocated due to disabled/empty caches. [Jess Holle <jessh ptc.com>] *) Fix a segfault in the LDAP cache when it is configured switched off. [Jess Holle <jessh ptc.com>] *) SECURITY: CAN-2004-0811 (cve.mitre.org) Fix merging of the Satisfy directive, which was applied to the surrounding context and could allow access despite configured authentication. PR 31315. [Rici Lake <rici ricilake.net>] *) Fix the handling of URIs containing %2F when AllowEncodedSlashes is enabled. Previously, such urls would still be rejected. [Jeff Trawick, Bill Stoddard] *) mod_mem_cache: Fixed race condition causing segfault because of memory being freed twice, or reused after being freed. [J. Clar, W. Stoddard, G. Ames] *) Add -l option to rotatelogs to let it use local time rather than UTC. PR 24417. [Ken Coar, Uli Zappe <uli ritual.org>] *) mod_log_config: Fix a bug which prevented request completion time from being logged for I_INSIST_ON_EXTRA_CYCLES_FOR_CLF_COMPLIANCE processing. PR 29696. [Alois Treindl <alois astro.ch>]
2004-10-02Sort include files in PLIST. This makes it easier whenreed1-42/+42
checking for PLIST changes when updating. No changes to PLIST entries.
2004-10-01Add and enable firefox-gtk2-bin-java.wiz1-1/+2
2004-10-01Initial import of java plugin package for firefox-gtk2-bin.wiz2-0/+12
2004-10-01Prepare for firefox-gtk2-bin-java package, and fix comment and a bug inwiz4-31/+40
the binary package.
2004-10-01Add and enable gtkhtml30rh1-1/+2
2004-10-01Re-import gtkhtml-3.0.10 as gtkhtml30.rh5-0/+257
2004-10-01there will not be a NetBSD-1.[7-9] but will be a NetBSD-[2-9].*grant1-2/+2
adjust patterns used in ONLY_FOR_PLATFORM/NOT_FOR_PLATFORM to reflect this.
2004-09-29Remove strange use of buildlink-internal cc wrapper.wiz1-10/+1
Closes PR 27072; test-built on 2.0_BETA which has gcc3, so the comment above the removed chunk seems incorrect.
2004-09-28Respect MOZILLA_USE_LINUX settings.rh1-4/+14
2004-09-28add and enable firefox-gtk2-bin-flashrh1-1/+2
2004-09-28Initial import of firefox-gtk2-bin-flash-6.0.79, a Flash Player plugin forrh2-0/+15
firefox-gtk2-bin.
2004-09-28Factor out a Makefile.common so this can be used for firefox-gtk2-bin andrh2-43/+48
firefox-gtk2-bin-nightly as well.
2004-09-28Not all ap-* packages are apache1. Some work for either apache so don't forceerh1-2/+1
a conflict.
2004-09-28Update php4 package to bug-fix release 4.3.9.jdolecek4-31/+13
Changes since 4.3.8: * fixes to GPC input processing * bundled GD extension synced with 2.0.28, re-introducing write support for GIF (patent expiration worldwide) * Implemented periodic PCRE compiled regexp cache cleanup, to avoid memory exhaustion * Fixed strip_tags() to correctly handle '\0' characters. * Rewritten UNIX and Windows install help files. * Fixed a file-descriptor leak with phpinfo() and other 'special' URLs. * Fixed possible crash inside php_shutdown_config(). * Fixed isset crashes on arrays. * Fixed imagecreatefromstring() crashes with external GD library. * Fixed fgetcsv() parsing of strings ending with escaped enclosures. * Fixed overflow in array_slice(), array_splice(), substr(), substr_replace(), strspn(), strcspn(). * Fixed '\0' in Authenticate header passed via safe_mode. * Allow bundled GD to compile against freetype 2.1.2. All in all this release fixes over 50 bugs that have been discovered and resolved since the 4.3.8 release.
2004-09-25Let this build with Mozilla 1.7.3. Fixes PR pkg/27025.jmmv2-1/+24
2004-09-24There's no need for a privoxy-user prerequisite package. The build oftv7-39/+69
privoxy actually doesn't require the userid to exist at all. Simply whack the validity checks from configure.in, move PKG_USERS/PKG_GROUPS to the main privoxy package, and all works fine. (Similar to the modifications originally needed for Mailman, but in that case, the numeric user IDs were also embedded in the binaries. Fortunately, that is not the case here.)
2004-09-24Update to 1.2.1:jmmv3-6/+10
* Fixes: - Fix a bug which prevented the user from logging into the server (Todd). - Fix a crash when editing preferences (#151940) (Todd). - Plug a memory leak when loading user pictures (Todd). - Clarify auto-format tooltip (#151388) (Todd). - Include date information in Drivel's draft format (Davyd). * Translations: - Added Japanese translation (Satoru Satoh). - Added Punjabi translation (Amanpreet Singh Alam). - Updated Czech translation (Miloslav Trmac). - Updated Canadian English translation (Adam Weinberger). - Updated Brazilian Portuguese translation (Estêvão Samuel Procópio). - Updated Albanian translation (Laurent Dhima). - Updated Dutch translation (Elros Cyriatan). - Updated British translation (David Lodge).
2004-09-24Apply fix for security vulnerability in proxy module reported intron3-3/+22
CAN-2004-0492. Bump package revision package of this.
2004-09-24Upgrade to wml 2.0.9.kim7-109/+271
The ChangeLog from 2.0.3 is really huge, so I'm not including it here.
2004-09-23update checksum for patch-ab (hi, reed!)grant1-1/+2
2004-09-23Add patch for Apache security issue.reed2-1/+31
2.0.51 had a regression where the Satisfy directive could take effect for different directories (and could bypass some access control). This patch is direct from Apache. Also bumped the package revision.
2004-09-22Upgraded privoxy to 3.0.3kim2-6/+8
-------------------------------------------------------------------------- ChangeLog for Version 3.0.3: -------------------------------------------------------------------------- - Fixed yet another two memory leaks. Process growth looks stopped now. - Further tightened security against malicious toggle-off links. - Excluded text/plain MIME types from filtering. This fixes a couple of client-crashing, download corruption and Privoxy performance issues, whose root cause lies in web servers labelling content of unknown type as text/plain. - Assorted fixes for POSIX compliance, signal handling, graceful termination, compiler warnings, OSX support, Win32 systray, error logging, hostname wildcards, correct detection of NetBSD. - Workarounds for client (iTunes etc) and server (PHP < 4.2.3) bugs including the notorious "blank page" problem. - Various filter improvements; most notably the unsolicited-popups filter became less destructive - Major revamp of the actions file
2004-09-22Fix distribution filenames for SunOS.tron2-4/+6
2004-09-22Readd Solaris x86 to list of support platforms.tron1-2/+2
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam19-222/+19
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-21Update to 1.4.0:jmmv6-108/+101
========================= Epiphany Extensions 1.4.0 ========================= New extensions * Smart bookmarks extension, written by Jean-François Rameau * Page info extension, written by Adam Hooper * CSS Stylesheet extension, written by Adam Hooper Translation updates * Changwoo Ryu (ko) ========================= Epiphany Extensions 1.1.4 ========================= New extensions * Tab grouping extension, written by Justin Wake Translation updates * Xavier Conde Rueda (ca) * Laurent Dhima (sq) ========================= Epiphany Extensions 1.1.3 ========================= Code changes * Minor cleanup of certificates extension (Christian) * Make gestures extension support unloading/reloading (Adam) Updated translation: * Changwoo Ryu (ko) ========================= Epiphany Extensions 1.1.2 ========================= Updated translations * Francisco Javier F. Serrador (es) * Gabor Kelemen (hu) * Laurent Dhima (sq) * Rostislav Raykov (bg) ========================= Epiphany Extensions 1.1.1 ========================= Removed features: * Popup blocker. It is now integrated in Epiphany. (Adam) * Removed support for mozilla < 1.7 (Christian) Code changes * Ported to mozilla embed strings (Christian) [#144237] * Fix C99-ism in error viewer (Adam) [#144053] Bug fixes * Fix crash when closing the last window (Christian) [#144850] * Fix includes (Adam) [#143818] Translations * Rostislav Raykov (bg) * 相花 毅 (ja) * Estêvão Samuel Procópio (pt_BR) * Marcel Telka (sk) * Laurent Dhima (sq) ========================= Epiphany Extensions 1.1.0 ========================= Code changes * Adapt to Epiphany API changes (Christian) * Portability fix for FreeBSD (Christian, taken from FreeBSD ports) * Adapt to mozilla API changes (Christian, Adam) * Refactored link checker (Adam) * Use public epiphany API to get at the statusbar security icon (Christian) Bug fixes * Build fixes (Christian, Adam) * Mem leak fix (Christian) * Fix link checker stuck busy cursor (Adam) * Fix handling of invalid encodings (Adam) * Fix stupid bug, connect to the right signal on tab-remove (Christian) Translations * Xavier Conde Rueda (ca) * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francesco Marletta (it) * Žygimantas Beručka (lt) * Reinout van Schouwen (nl) * GNOME PL Team (pl) * Duarte Loreto (pt) * Dmitry G. Mastrukov (ru) * Christian Rose (sv) * Yuriy Syrota (uk) * Pablo Saratxaga (wa) * Liu Songhe (zh_CN)
2004-09-21Update to 1.4.0. This version corresponds to GNOME 2.8.0.jmmv5-44/+84
============== Epiphany 1.4.0 ============== Bug fixes * Fix invisible status icon (Christian) [#151501] Documentation updates * Document popup window functionality (Adam) [#145412] Translation updates * Abdulaziz Al-Arfaj (ar) * Vladimir "Kaladan" Petkov (bg) * Progga (bn) * Kenan Hadžiavdić (bs) * Jordi Mallach (ca) * Dafydd Harries (cy) * Ole Laursen (da) * Nikos Charonitakis (el) * Hasbullah Bin Pit (ms) * Kjartan Maraas (nb) * Pawan Chitrakar (ne) * Reinout van Schouwen (nl) * Åsmund Skjæveland (nn) * Kjartan Maraas (no) * Estêvão Samuel Procópio (pt_BR) * Isriya Paireepairit (th) * Ercin Eker (tr) * Mugurel Tudor (ro) * Ching-Hung Lin (zh_TW) ============== Epiphany 1.3.8 ============== Code changes * Track mozilla API change on 1.7 branch (Christian) Bug fixes * Make save-as obey lockdown key (Christian) [#151039] * Correct stored tab positioning after tab_added signal (Justin Wake) * Fix for bookmarks on main toolbar (Christian) [#151267] * Fix signal handler return values for popup_menu signal (Christian) * Fix crash on print to filename with nonabsolute path (Christian) [#148849] Documentation * Added japanese translation of the manual, translated by 佐藤 暁 (SATOH Satoru) Translation updates * Ole Laursen (da) * Christian Neumair (de) * Nikos Charonitakis (el) * Iñaki Larrañaga Murgoitio (eu) * Ankit Patel (gu) * Gurban Mühemmet Tewekgeli (tk) ============== Epiphany 1.3.7 ============== Bug fixes * Fix crash when loading a bookmark from the menu (Christian) [150982] Translation updates * Francisco Javier F. Serrador (es) ============== Epiphany 1.3.6 ============== Bug fixes * Fix mozilla components path (Marco) [#150358] * Fix default horizontal scroll wheel action (Christian) [#148557] * Fix for newer libtools (Christian) [#150673] * Keep passwords list in pdm dialogue up-to-date (Christian) [#150296] * Fix warning when moving tabs between windows (Christian) [#150822] * Partially fix bookmarks menu speed issue (Christian) [#150822] * Fix bookmarks menu hierarchy and auto-updating (Christian) [#147470, #147786, #150246] * Change bookmarks hierarchy separator (Christian) [#149150] * Also pop up context menus with menu key (Christian) [#149150] New and updated translations: * Mətin Əmirov (az) * Vladimir "Kaladan" Petkov (bg) * Kenan Hadžiavdić (bs) * Pauli Virtanen (fi) * Dvornik László (hu) * Takeshi AIHANA (ja) * Kjartan Maraas (nb) * GNOME PL Team (pl) * Laurent Dhima (sq) * Christian Rose (sv) * Jayaradha N (ta) * Maxim Dziumanenko (uk) ============== Epiphany 1.3.5 ============== Code changes * Get rid of the startup script, and use rpath linking instead (ported from galeon) * Adapt to changed mozilla APIs (Christian) Bug Fixes * Fix application name i18n (Christian) [#148948] * Some mem leak fixes (Jean-François Rameau) * Fix restoring the history window on resume (Christian) * Fix dragging of urls which gnome-vfs can't handle (Christian) * Fix new tab positioning when opening tabs from drags (Christian) * Make keyword search URL localisable (Christian) [#144909] * Fix crash in ellisising label (Christian) [#149114] * Sort topics by name in bookmark properties dialogue (Christian Neumair) [#149639] * Fix some compiler warnings (Christian) * Fix compilation with gcc 2.95 (Christian) * Fix context menu on links with namespaced tag (Mikael Brockman) [#150208] Translation updates * Arafat Medini (ar) * Mətin Əmirov (az) * Vladimir Petkov (bg) * Miloslav Trmač (cs) * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Gareth Owen (en_GB) * Francisco Javier F. Serrador (es) * Pauli Virtanen (fi) * Christophe Merlet (RedFox) (fr) * Alastair McKinstry (ga) * Ravishankar Shrivastava (hi) * Laszlo Dvornik (hu) * Takeshi AIHANA (ja) * Changwoo Ryu (ko) * Hasbullah Bin Pit (ms) * Reinout van Schouwen (nl) * Åsmund Skjæveland (nn) * GNOME PL Team (pl) * Duarte Loreto (pt) * Estêvão Samuel Procópio (pt_BR) * Mugurel Tudor (ro) * Dmitry G. Mastrukov (ru) * Laurent Dhima (sq) * Danilo Segan (sr, sr@Latn) * Maxim Dziumanenko (uk) * Liu Songhe (zh_CN) ============== Epiphany 1.3.4 ============== Code changes * Add mime types to .desktop file (Xan) * Simplify proxy PAC handling (Christian) * Reworked node views (Marco) * Adapt to mozilla API change (Christian) * Don't use -include which isn't portable (Christian) [#143094] * Fix signedness warnings with gcc 3.5 (Jon Oberheide) * Misc popup blocker code cleanup (Adam) Bug Fixes * Fix downloader crash on shutdown (Marco) [#141928] * Fix mem leaks in gtk NSS dialogues (Christian, ported from galeon) * Fix crash when importing bookmarks from mozilla (Marco) [#145611] * Gracefully handle inability to create downloads directory (Marco) [#146902] * Fix profiler output for times > 1 s (Christian, ported from galeon) * Fix crash in the new bookmark dialogue with deleted topics (Marco) [#144770] * Use our stock icon for the downloader icon in tray (Christian) * Fix dialogue title of Save Link As filechooser (Christian) [#138208] * Correctly update toolbar's not-removable flag (Christian) * Fix mem leak from toolbars model (Christian) * Fix non-ascii topic titles in the bookmarks menu (Christian) [#147469] * Fix download directory chooser initial directory (Christian) [#146055] * Confirm overwriting file from content handler (Christian) [#143501] * Fix crash when screen size changes after using fullscreen (Christian) * Fix print-to-file filechooser modality (Christian) [#147628] New and updated translations: * Владимир Петков (bg) * Miloslav Trmač (cs) * Christian Neumair (de) * Francisco Javier F. Serrador (es) * Νίκος Χαρωνιτάκης (el) * Gareth Owen (en_GB) * रविशंकर श्रीवास्तव (hi) * 相花 毅 (ja) * Changwoo Ryu (ko) * Žygimantas Beručka (lt) * Kjartan Maraas (no) * GNOME PL Team (pl) * Duarte Loreto (pt) * Laurent Dhima (sq) ============== Epiphany 1.3.3 ============== New features * Lockdown: disable_quit, disable_new_window, first_window_fullscreen (Christian, Christopher James Lahey) Interface changes * Sort history items by last visit * Improve bookmarks toolbar direct manipulation (Marco) Bug Fixes * Fix print dialog filename encoding (Christian) * Fix some memory leaks (Xan, Christian) New Translations: * רועי קרשטיין, גיל אשר (he) Updated Translations: * Vladimir Petkov (bg) * Miloslav Trmac (cs) * Ole Laursen (da) * Nikos Charonitakis (el) * Gareth Owen (en_GB) * Francisco Javier F. Serrador (es) * Gil Osher (he) * Laszlo Dvornik (hu) * Takeshi AIHANA (ja) * Estêvão Samuel Procópio (pt_BR) * Laurent Dhima (sq) ============== Epiphany 1.3.2 ============== Bug fixes * Fix crash when download finishes (Xan) Translations * Xavier Conde Rueda (ca) ============== Epiphany 1.3.1 ============== New features * Load extensions from ~/.gnome2/epiphany/extensions too (Ross Burton) [#143835] * Allow importing of our own bookmarks format (Christian) [#144699] * Support for working offline (Christian) * Integrated popup blocking (Adam) Removed features * Removed support for mozilla 1.6 (Marco) Interface changes * Append new tabs to the end instead of grouping them (Marco) * Add "New Topic" button to the New Bookmark dialogue (Marco) [#110640] * Improved import and presentation of hierarchical bookmarks (Marco) * Implemented "Open in tabs" from toolbar topics (Marco) [#108143] * New tab load animation (Christian) * Reordering of bookmarks on toolbar by DND (Marco) * Add Open In Tabs to toolbar topics (Marco) * Add context menus for bookmarks and topics on toolbars (Marco) * Use Blank Page icon as default icon (Marco) * Add mim-type icon in downloader (Xan) Code changes * Ported to mozilla embed strings (Marco, Christian, Xan) * Moved external protocol handler prefs to js file (Marco) * Disabe xpinstall by default (Christian) [#144035] * Separate bookmarks from other toolbars (Christian, Marco) * Implement popup-blocked signals (Adam) [part of #111930] * Includes cleanup (Marco) * Allow custom types in the permissions manager (Christian) * EphyNode ID cleanups (Marco) * Simplify printing code (Marco) * Track mozilla trunk API changes (Christian) Bug fixes * Fixed "Exit Fullscreen" popup position in RTL locales (Christian) [#140828] * Fix filechooser default name in !modeSave mode (Christian) * Fix webcal: uris (Marco) [#143899] * Don't hide clipboard actions on input context (Marco) [#139040] * Fix CSS background context menu (Crispin Flowerday) [#143602] * Retain custom data when moving toolbar items around (Marco) * Fix spinner in gradient themes (Crispin Flowerday) [#134686] * Escape some strings when using them in labels with markup (Crispin Flowerday, Christian) * Fix reload of framed pages not to go to top url (Christian) [#115800] * Use generic name in .desktop file (Marco) [#144284] * Fix Control-L location bar activation (Christian) [#144191] * Hide non-toplevel urls from history (Christian) [#142143] * Fix crash with confused toolbars file (Christian) [#144698] * Fix toolbar visibility after fullscreen (Christian) [#144785] * Fix serials on files with 2 extensions (.tar.gz) (Xan) * Always show menubar on F10 (Christian) [#141999] * Fix context menu on form elements (Christian) [#143942] * Fix display of IDN domain names for cookies and password (Christian) [#130930] * Unescape email address when copying to clipboard (Christian) [144462] * Don't delete bookmark when dragging to a tab (Marco) [#145254] Documentation translations * New translation of documentation into spanish by Francisco Javier F. Serrador Translations * Mətin Əmirov (az) * Владимир Петков (bg) * Miloslav Trmač (cs) * Christian Neumair (de) * Ole Laursen (da) * Νίκος Χαρωνιτάκης (el) * Alexander Winston (en_CA) * Gareth Owen (en_GB) * 相花 毅 (ja) * Reinout van Schouwen (nl) * GNOME PL Team (pl) * Estêvão Samuel Procópio (pt_BR) * Marcel Telka (sk) * Данило Шеган (sr, st@Latn) * Laurent Dhima (sq) * Liu Songhe (zh_CN) ============== Epiphany 1.3.0 ============== Removed features * Dropped support for mozilla < 1.6 (Christian) * Removed nautilus view (Christian) Interface improvements * Fix duplicate accesskey, use correct case for button text and make message selectable in the confirm-close dialogue (Piers) * Use verb for action button and various minor tidy ups on the import dialogue (Piers) * Add "Save Link As..." to Image/Link popup (Christian) [#138207] * Remove "Open Image in New [Tab|Window]" from the context menu (Christian) * Remove extraneous separators in context menus (Christian) [#115897] * Use right capitalisation for fonts lang label in prefs (Piers) * Make buttons the same size in Industrial theme and make text selectable in history confirm-clear dialogue (Piers) * Make prefs, pdm and print setup dialogues transient to their parent and destroy with parent (Christian) [#139124] * Make warning message selectable in content handler dialogue (Piers) * Sort the actions in the location entry autocompletion dropdown (Christian) [#139575] * Add Ctrl+S as an alternate accel for "Save As" (Piers) [#139415] * Add "Downloads" folder shortcut to our file chooser dialogues (Christian) * HIGified confirm-overwrite dialogue (Patanjali Somayaji, Piers) [#133152] * Make Escape cancel overwrite dialog (Piers) * Add some filters to the file chooser dialogues (Christian) [#139418] * Jump to new tabs created from command lines (Christian) [#141168] * Fix accelerator for OpenImage action (Christian) * Statusbar re-design: Move lock icon to left; hide progress bar when no activity (Christian) [#137845] * Simplify context menu wrt. frames (Christian) [#138442] * Open bookmark in new tab on middle-click (Christian) [#106250] Code changes * Made sure every file includes config.h (Christian) * Use more efficient mozilla string conversion routines (Christian) * Adapt to various mozilla API changes (Marco, Christian, Xan, Piers) * Improve chrome handling (Marco) * Cleanup after making EphyTab a GtkBin (Christian) * Some API cleanups (Adam) * Some comment cleanups (Adam) * Register stock icons (Christian) * Added/improved some debug output (Christian) * Get rid of #if GTK_CHECK_VERSION() stuff and remove optionmenu code in the Gtk NSS dialogues (Christian) * Synchronise editable toolbar changes from galeon, this fixes simple usage, stops crashes when dragging items to and from other applications, and adds the ability to override the toolbar style (Crispin Flowerday) * Track the active window with focus events (Christian) * Eliminate ExternalProtocolHandlers in favor of setting prefs to make Mozilla not handle the protocols internally (Christian Biesinger) * Add defines for private mozilla api usage to make it easier to track what we need to port to embed string and what we need to be using only public api (Marco) * Make the statusbar's GtkTooltips publicly accessibly (Christian) * Clean up encoding handling (Christian) * Allow compilation without mozilla wallet extension (Christian) * Some fixes for compilation with gcc 2.95 (Christian) * Backport changed from the new gtkcellrendererprogress which was based on ephy's, to support RTL and fix overflow bug (Christian) * Various solaris portability fixes (Brian Cameron, Christian) Bug fixes * Remove unnecessary g_object_notify()s (Marco) * Fix test for toolbar removability (Christian) * Don't crash when draggin a toolbar separator around (Christian) * Make location entry not have a proxy menu item (Christian) * Make select-by-key support unsorted lists (Xan) [#137054] * Don't unref NULL icons (Christian) [#137715] * Fix content policy contract-ID (Christian) * Set window border icon on the about dialogue (Christian) [#137806] * Fix width of "Add" button in PDM dialogue with some themes (Christian) [#137811] * Fix XBEL mime type for import (Marco) * Fixes to API documentation build (Adam, Christian) * Make the "Go" button actually work (Christian) * Fix arg type of dom_* signals to match the closure (Christian) * Use stock icon for "Open" on content handler dialogue (Christian) [#135765] * Use stock icon for "Download" on content handler dialogue (Christian) * Fix proxy tool item disconnection on location entry (Christian) * Fix opening of bookmarks in new tabs when there is no existing window (Christian) [#138343] * Fix context menu on anchors without href attribute (Christian) [#138200] * Make startup script work on older solarises (Christian) [#138088] * Fix filechooser response codes (Federico Mena Quintero) [#138263] * Fix compilation with -fdata-sections (Christian) [#136878] * Don't allow a font size less than 1 (Piers) * Fix bookmarks toolbar visibility in fullscreen and print preview mode as well as for javascript popups (Christian) [#138520] * Fix link drag-and-drop to empty space on notebook (Christian) [#138902] * Don't abort on gconf errors, just display a message on console (Christian) [#139247] * Make ephy-node refcount initialize to 1 and not 0 (Adam) * Fix various filename encoding bugs (Christian) * Don't quit the filechooser when selecting "No" from the confirm- overwrite dialoge (Christian) [#139400] * Set the action's accel_path, fixes crash when dynamically assigning accels (Christian) [#139641] * Fix saving of linked content. Don't create the directory; mozilla will do it for us if necessary (Christian) * Make the "Files" suffix translatable (Christian) * Removed the ge_popup_blocked signal on EphyEmbed (Adam) * Do not uncompress when the type is not html (Marco) [#131778] * Fix chrome for new windows opened from _blank target (Marco) [#139512] * Fix font selection combo box issues (Christian) [#138560] * Fix encoding of saved content (Marco) [#141050] * Exit print preview mode before closing a window; fixes a crash (Christian) [galeon #121298] * Fix crash when trying to get URL from unrealizes EphyEmbed (Marco) * Fix some mem and refcount leaks (Christian) * Always pass the cache key to the persist object so we don't re-fetch the page on save (Christian) [#141652] * Forward download nsIAuthPrompt interface to the single sign-on prompt (Christian) * Destroy the EphyBrowser in destroy handler, but delete it only on finalize. Make public EphyBrowser methods safe for calling after Destroy (Christian) [#142184] * Fix LD_LIBRARY_PATH in startup script never to (implicitly) include current dir (Christian) [#141576] * Fix observer topic check for cookie "cleared" notification (Christian) * Fix capitalisation in filechoose filter names (Christian) * Emit the "tab_removed" signal also for the window's last tab (Christian) [#142078] * Fix stupid bug which prevented compilation with gcc 3.4 (Christian) * Elimiate indeterminate progress (Christian) [#142303, #142305] * Fix toolbar editor drag icon theming bug (Crispin Flowerday) * Fix reload not to use forced reload by default (C. J. N. Breame) [#143365] Documentation * xml docs validity fixes (Piers) * xml docs validity fixes (Sebastian Heinlein) [#140918] * Improve description of 'secure' cookies (Piers) [#136443] * API documentation (Adam) * Maintenance of 1.4 plan (Piers, Marco) * Update screenshots (Piers) * Updated Smart Bookmarks help content (Matthew Gatto) [#139616] * Minor updates to match UI (Piers) Documentation translations * Francisco F. Serrador (es) * Hizkuntza Politikarako Sailburuordetza (eu) Translations * عرفات المديني، تونس (ar) * Владимир Петков (bg) * Xavier Conde Rueda (ca) * Miloslav Trmač (cs) * Ole Laursen (da) * Alexander Winston (en_CA) * Gareth Owen (en_GB) * Iñaki Larrañaga Murgoitio (eu) * Francisco Javier F. Serrador (es) * Alastair McKinstry (ga) * નીરવ, અંકિત, અંકુર, અતિત, ભાવિન, કાર્તિક, ખુશ્બુ, શ્વેતા (gu) * Dvornik László (hu) * helgi (is) * Žygimantas Beručka (lt) * Åsmund Skjæveland" (nn) * ਅਮਨਪ੍ੀਤ ਸਿੰਘ ਅਾਲਮ (pa) * Duarte Loreto (pt) * Дмитрий Мастрюков (ru) * Marcel Telka (sk) * Laurent Dhima (sq) * Ma SivaKumar (ta) * อิสริยะ ไพรีพ่ายฤทธิ์ (th) * Pablo Saratxaga (wa) * Liu Songhe (zh_CN) ============== Epiphany 1.2.9 ============== Code changes * Drop support for Mozilla 1.8a2 * Support for Mozilla 1.8a3 and 1.8a4 Bug fixes * Fix default horizontal scroll wheel action (Christian) [#148557] * Fix glade symbol lookup with newer libtools (Christian) [#150673] * Pop up context menu with menu keys too (Christian) [#150830] * Fix printing to file with a non-absolute path (Christian) [#148849] * Fix session file remove command (Christian) Translations * Iñaki Larrañaga Murgoitio (eu) * Nirav, Ankit, Ankur, Atit, Bhavin, Kartik, Khushbu, Sweta (gu) * Isriya Paireepairit (th)
2004-09-21Update to 3.2.1. This version corresponds to GNOME 2.8.0.jmmv4-211/+234
gtkhtml-3.2.1 "Gone stable" 2004-09-10 ------------------------------------------------ New in this release * Updated translations: el (Nikos Charonitakis) cs (Miloslav Trmac) it (Luca Ferretti) ta (Jayaradha) ms (Hasbullah Bin Pit) sq (Laurent Dhima) gtkhtml-3.2.0 "Going stable" 2004-08-26 ------------------------------------------------ New in this release * make sure backstore pixmap has a colormap (Robert McQueen) New in 3.1.20 * optionally use new gtk file chooser * fixed table layout calculation * fixed embedded widgets width * do not use title from MOZILLA_URL in text mode * fixed table cell cursor * a11y fixes (Eric Zhao) * fixed style setting in editor New in 3.1.19 * fixed crash in embedded widgets code * auto* files fixes (release string vs. api version) * better size request/allocation handling for child widgets * memory leak fix New in 3.1.18 * save TT tag again New in 3.1.17 * fixed links editing * fixed problems with gnome print and &nbsp;'s * fixed crash when pasting html with embedded widgets * display link attributes in plain text * fixed cursor movement * set iframe's base url before emitting iframe_created signal * disable focus forwarding in editor (Eric Zhao) * fixed MOZILLA_URL pasting again * fixed leaking pango glyphs (Owen Taylor) * removed line breaks around puntuation in links * caret is now consistent with focus (Eric Zhao) * more compiler warnings fixes (Owen Taylor) New in 3.1.16 * compiler warnings fixes * font settings fixes * fixed pasting MOZILLA_URL crash * added missing KP_Home, KP_End bindings New in 3.1.15 * fixed printing * fixed page color editing * fixed table editing * fixed local image url's * optimalizations * colorset fixes * fixed crash related to displaying spell errors * a11y fixes (Eric Zhao) * search dialog fixes (Pratik V. Parikh) * line breaking fixes in links * make Wrap Lines menu item usable again * fixed line breaking * use GIT * HIGifications New in 3.1.5 * improved IM preedit string display * removed gal dependency * better smiley substitution in the composer (bounty by Jan Arne Petersen) New in 3.1.5 * better font sizing * updated translations. New in 3.1.4 * new and improved html parser handles broken html much better. * better pango integration. * updated translations. * better ascii mode rendering of lists. * improved exposure handling. * improved animation rendering. * versioned .server files for parallel installs with version 3.0.x.
2004-09-20- Update apache to 2.0.51adrianp8-1090/+1043
- Remove patch-as and patch-ah as they are now outdated and included in the src - ok'ed snj@, wiz@ - Thanks to epg@ for final check This version of Apache is principally a bug fix release. Of particular note is that 2.0.51 addresses five security vulnerabilities: An input validation issue in IPv6 literal address parsing which can result in a negative length parameter being passed to memcpy. [CAN-2004-0786] A buffer overflow in configuration file parsing could allow a local user to gain the privileges of a httpd child if the server can be forced to parse a carefully crafted .htaccess file. [CAN-2004-0747] A segfault in mod_ssl which can be triggered by a malicious remote server, if proxying to SSL servers has been configured. [CAN-2004-0751] A potential infinite loop in mod_ssl which could be triggered given particular timing of a connection abort. [CAN-2004-0748] A segfault in mod_dav_fs which can be remotely triggered by an indirect lock refresh request. [CAN-2004-0809] For further details, see http://www.apache.org/dist/httpd/Announcement2.html and http://apache.rmplc.co.uk/httpd/CHANGES_2.0.
2004-09-20(re-)Add the sparc-sun-solaris checksum and file size.erh1-1/+3
2004-09-20Update firefox-gtk2-bin to 0.10 (aka 1.0PR)erh6-11/+32
See commit log for www/firefox/Makefile-firefox.common for more details. Several security holes have been fixed. See the page below for details. http://www.mozilla.org/projects/security/known-vulnerabilities.html#mozilla1.7.3
2004-09-20Rearrange the dependency handling a bit so the right packages get installederh1-7/+13
when MOZ_GTK2 is set. Add a way to specify a different mozilla.sh script.
2004-09-20Update firefox & firefox-gtk2 to 0.10 (a.k.a. 1.0PR)taya4-71/+88
from Release Notes: --- Firefox is a fast, full-featured browser that makes browsing more efficient than ever before. More information about Firefox is available. Firefox Preview Release (henceforth refered to as PR) is a Technology Preview. While this software works well enough to be relied upon as your primary browser in most cases, we make no guarantees of its performance or stability. It is a pre-release product and should not be relied upon for mission-critical tasks. See the License Agreement for more information. These release notes cover what's new, download and installation instructions, known issues and frequently asked questions for the Firefox PR release. Please read these notes and the bug filing instructions before reporting any bugs to Bugzilla. We want to hear your feedback about Firefox. Please join us in the Firefox forums, hosted by MozillaZine. What's New Here's what's new in this release of Firefox: * Live Bookmarks You can now subscribe to and read RSS feeds in your Bookmarks. When you visit a page that advertises a RSS feed by using a <link> tag, a RSS icon will appear in the status bar. Click it to view a list of feeds the page is offering. Click one to subscribe - this adds a Bookmark Folder that contains all the recent posts from the feed. * Improved Find Find is easier and more powerful now with our new Find toolbar. The Find toolbar (which shows at the bottom of the browser window) automatically highlights text in the page as you type and has a useful highlight feature. * Managing Annoyances and Protecting Security You can now open blocked popups, and the Extension install system now blocks all attempts to install software from sites other than update.mozilla.org. Users can add other sites to a list that allows them to offer software, but software is never automatically installed. In addition to these steps, several other measures have been taken to prevent phishing attacks and to highlight when a page is being viewed over a secure connection. * Better Bookmarks Numerous improvements to bookmarks including more reliable presentation of Site icons, and a split pane view in the Bookmarks window. * Strong Encryption For Passwords Available Passwords saved with the Password Manager can now be more easily encrypted with strong encryption by creating a "Master Password". If you create a Master Password, you are prompted once per session to enter the Master Password so that Password Manager can automatically fill in site logins. A useful feature for people who share computers with others and want improved security. * Improved Compatibility for IE users Undetectable document.all support for site compatibility and improved compatibility for keyboard accelerators further smooth the transition for IE users * Better System Integration for GNOME users You can now configure Firefox as your Default Browser on GNOME, and Firefox will adhere to your GNOME settings for edit field key bindings, etc. * And a horde of other bug fixes... See The Burning Edge's Bigger Picture for more details. ----- Several security holes have been fixed. See the page bellow for detail. http://www.mozilla.org/projects/security/known-vulnerabilities.html#mozilla1.7.3
2004-09-19Update "mozilla-bin" package to version 1.7.3.tron2-7/+9
Mozilla 1.7.3 is a security update to Mozilla 1.7 that fixes a several security vulnerabilities. #93 "Send page" heap overrun (258005) #92 javascript clipboard access (257523) #91 Privilege request confusion (253942) #90 Buffer overflow when displaying VCard (257314) #89 BMP integer overflow (255067) #88 javascript: link dragging (250862) #87 non-ascii hostname heap overrun (256316) #86 Malicious POP3 server III (245066, 226669) #85 Wrong file permissions after installing on Linux (231083, 235781) #84 Wrong file permissions in linux archive (254303) See the page bellow for detail http://www.mozilla.org/projects/security/known-vulnerabilities.html#mozilla1.7.3
2004-09-19Remove quanta{,-docs}markd9-1912/+1
Its old, it doesn't compile on recent systems, no one objected on tech-pkg, its gone.
2004-09-18Let this build with mozilla 1.7.3 too. Pointed out by wiz@.jmmv2-6/+5
2004-09-18Rename a local library function `strcasestr()' to `xstrcasestr()'uebayasi1-1/+9
to avoid type confliction. Hopefully fix build problems reported by buld builds.
2004-09-17Update mozilla & mozilla-gtk2 to 1.7.3taya4-9/+16
Mozilla 1.7.3 is a security update to Mozilla 1.7 that fixes a several security vulnerabilities. #93 "Send page" heap overrun (258005) #92 javascript clipboard access (257523) #91 Privilege request confusion (253942) #90 Buffer overflow when displaying VCard (257314) #89 BMP integer overflow (255067) #88 javascript: link dragging (250862) #87 non-ascii hostname heap overrun (256316) #86 Malicious POP3 server III (245066, 226669) #85 Wrong file permissions after installing on Linux (231083, 235781) #84 Wrong file permissions in linux archive (254303) See the page bellow for detail http://www.mozilla.org/projects/security/known-vulnerabilities.html#mozilla1.7.3
2004-09-16Use "install -c" in Makefile so that the files remain in the sourcehe2-1/+44
tree for later use by the package's Makefile.
2004-09-15Use libperl/buildlink3.mk instead of an explicit dependency listing. Also,jlam1-3/+4
this should just be build dependency, not a full dependency. Bump the PKGREVISION.
2004-09-14Add patch from PR 25487 to disable mmap on old (1.5ish) NetBSD systems.wiz3-2/+26
Apply patch from PR 25488 to enable choosing the log facility for thttpd. Both based on patches from Michael Santos. Bump PKGREVISION to 1.