aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
AgeCommit message (Collapse)AuthorFilesLines
2013-03-11Prettify the WinPcap version display.Gerald Combs2-2/+3
svn path=/trunk/; revision=48250
2013-03-09Switch to WinPcap 4.1.3.Gerald Combs1-1/+1
svn path=/trunk/; revision=48207
2013-03-08freekdesktop.org says all themes must fall back to 'hicolor' if they don't findJeff Morriss1-9/+13
a theme-specific icon (and as such hicolor is where applications should install their icons). So: don't install some of our icons in the gnome area, install them all in hicolor. While we're at it, go ahead and install all the icon sizes we have. If we're on SuSE, use their desktop-file-updater macro; without that they won't recognize our desktop file. Fix bug which prevented the MIME database from being updated if our install prefix is not /usr . svn path=/trunk/; revision=48204
2013-03-08Add /SD defaults to every MessageBox call (even if they're commentedGerald Combs3-8/+8
out). Fixes bug 8451. Don't yell at the user so much. svn path=/trunk/; revision=48196
2013-03-07List more (obvious) build dependencies.Jeff Morriss1-8/+36
The problem with listing these package names (which I think is convenient) is that different distros have different names for some packages. So: update to work on OpenSuSE. svn path=/trunk/; revision=48160
2013-03-06Update the changelog.Gerald Combs1-0/+3
svn path=/trunk/; revision=48151
2013-03-06Enable c-ares support by default to match the Windows and DebianGerald Combs1-3/+8
packages (and to make things less painful if the user enables name resolution). Untested. svn path=/trunk/; revision=48150
2013-03-05"HKEY_CURRENT_USER\Software\The Wireshark developer community, ↵Gerald Combs1-0/+1
http://www.wireshark.org/\Wireshark\WinSparkle" isn't the prettiest registry path. svn path=/trunk/; revision=48089
2013-02-28Make it so that alternate-prefix RPM builds actually work.Jeff Morriss1-5/+5
Use the prefix from 'configure' in the RPM (so: to build an RPM which installs in /opt do "./configure --prefix=/opt && make rpm-package"). (Maybe this approach should also be used for the other options in the .spec file.) Only clean up if building the RPM was successful. svn path=/trunk/; revision=47957
2013-02-27Add a %prefix option for users who want to (easily) configure Wireshark toJeff Morriss1-12/+19
install in a non-standard location. Assume the desktop-integration stuff goes in /usr (regardless of our prefix). This (with r47914) fixes RPM generation when someone uses a prefix other than /usr . Also: run desktop-file-validate on the wireshark.desktop file (just in case it wasn't installed with desktop-file-install). svn path=/trunk/; revision=47916
2013-02-23Fix Build of PortableAPPs with QtsharkAlexis La Goutte1-1/+1
svn path=/trunk/; revision=47833
2013-02-22Add QtShark stuff to PortableAppsAlexis La Goutte2-1/+7
svn path=/trunk/; revision=47825
2013-02-21include the wsutil/wsgcrypt.h instead of including gcrypt.h directlyMartin Kaiser1-1/+1
svn path=/trunk/; revision=47802
2013-02-21Remove vcredist_??.exe when we're done with it.Gerald Combs1-0/+1
svn path=/trunk/; revision=47788
2013-02-21Pop into the correct variable.Gerald Combs1-2/+2
svn path=/trunk/; revision=47786
2013-02-20Move the Wireshark-is-running check to a common macro and call it inGerald Combs3-108/+159
both the installer and uninstaller. Roll the .exe removal code into a loop and add missing executables. Add modelines and adjust accordingly. svn path=/trunk/; revision=47785
2013-02-20As http://www.jrsoftware.org/iskb.php?mutexsessions points out, a sessionGerald Combs1-7/+21
mutex may not be visible to other sessions and we may not be able to create a global mutex. Try to create both, and make each one accessible to all users. Update the NSIS installer to check for both global and session mutexes. svn path=/trunk/; revision=47773
2013-02-20When any of our executables start on Windows create or open a "WiresharkGerald Combs1-0/+11
is running" mutex. Have the NSIS installer check for this mutex and ask the user to close Wireshark if it's found. While not perfect this makes the WinSparkle update process much less annoying. svn path=/trunk/; revision=47758
2013-02-19Add automatic software update checks for Win32 using WinSparkle. AddGerald Combs2-0/+6
preferences (currently hidden) to disable updates, set the update frequency, and set the update "channel" (stable vs development). Add a "Help" menu item to manually check for updates. svn path=/trunk/; revision=47748
2013-02-10Use the same destination directory everywhere. If we're building an NSISGerald Combs1-2/+2
package, assume that we're doing a "release" build. svn path=/trunk/; revision=47615
2013-02-07Perl is required to build Wireshark, add it to BuildRequires.Jeff Morriss1-3/+3
svn path=/trunk/; revision=47531
2013-02-07Overhaul to make this file more useful/up to date. Many changes are based onJeff Morriss1-22/+214
Fedora's .spec file. Changes include: - Create a separate wireshark-gnome package (like Redhat). - Control some things with variables set at the top of the file. - Allow the user to configure how dumpcap is installed. - Allow the user to choose some options including GTK2 or GTK3. - Greatly expand the BuildRequires entries; get the minimum versions of some things from 'configure'. - Install freedesktop files for better (free)desktop integration. svn path=/trunk/; revision=47528
2013-01-23Add an SKT.xml file.Anders Broman1-0/+1
svn path=/trunk/; revision=47227
2013-01-23Make it possible to add custom radius dictionaries. Top Makefile.am needs ↵Anders Broman3-0/+6
more modifications to include the file in the tarball. svn path=/trunk/; revision=47224
2013-01-18Generate Info.plist using CMake and enable it in QtShark.pro. Update the dates.Gerald Combs1-2/+2
svn path=/trunk/; revision=47143
2013-01-05Don't assume developer tools are under /Developer - look forGuy Harris1-2/+12
/Applications/Xcode.app/Developer first (for Xcode 4 and later) and, if we don't find that, look for /Developer. Don't assume packagemaker is under $developer_path/usr/bin - with Xcode 4, you need to install Auxiliary Tools for Xcode to get PackageMaker, and even that doesn't directly install the packagemaker command, so we currently advise people to copy the PackageMaker binary to /usr/bin/packagemaker. svn path=/trunk/; revision=46957
2013-01-05Default to LIBPREFIX being /usr/local, as that's where macosx-setup.shGuy Harris1-6/+9
puts them. If you choose to use MacPorts versions of the library, edit the script or run it with -l. Update the usage message and fix a typo. svn path=/trunk/; revision=46955
2013-01-05Don't assume that, in the output of the file command, the architectureGuy Harris1-4/+4
appears at the end - if the user's installed an up-to-date version of file to, for example, get pcap-ng files identified (Apple hasn't updated file in *ages* - they're still in file 5.04!), it will report, for example, "Mach-O 64-bit x86_64 executable" rather than "Mach-O 64-bit executable x86_64" for an x86-64 binary. svn path=/trunk/; revision=46954
2013-01-05In the post-install script, get rid of plugins that got converted toGuy Harris1-1/+18
built-in dissectors in 1.8. Hopefully, this will smash bug 7401. svn path=/trunk/; revision=46945
2012-12-23Update Dictonary from FreeRadius(-server) Master branch ↵Alexis La Goutte1-0/+3
https://github.com/FreeRADIUS/freeradius-server Add RFC 5447 dictionary https://github.com/FreeRADIUS/freeradius-server/commit/9b988303148c024ac742536fe6e5e041abfdc9c6 Add RFC 6519 dictionary https://github.com/FreeRADIUS/freeradius-server/commit/383a99718178a597ef0d7a0b90add79e60b7a1cf Add RFC 6572 dictionary https://github.com/FreeRADIUS/freeradius-server/commit/8cc6e5a04d6a7f74b532920258b14f0f18ace002 svn path=/trunk/; revision=46722
2012-12-07Fix trivial typo.Chris Maynard1-1/+1
svn path=/trunk/; revision=46448
2012-12-02Make list of file extensions to register display properly, using 3 textMartin Mathieson3-3/+15
lines rather than 2. Add 2 new extensions to common.nsh. Not sure if changes to wireshark.ini are necessary, copied what was done for "Field 7", which is also just a label. svn path=/trunk/; revision=46337
2012-10-26From Sho Amano via bug 7914: Gerald Combs1-7/+8
If the source codes are checked out using TortoiseSVN on Windows, "nmake -f Makefile.nmake packaging_papps" fails in the middle. This is because the line end of packaging\nsis\wireshark.nsi is CRLF in this case, and ws-manifest.pl cannot handle such case. svn path=/trunk/; revision=45798
2012-10-19The U3 and PortableApps packaging processes depend on simpleGerald Combs4-42/+51
defined/undefined checks. Create a bunch of them corresponding to the various components that GTK2 and GTK3 need and plumb the packaging files accordingly. Tested only with GTK2 but GTK3 *should* work. svn path=/trunk/; revision=45659
2012-10-16- Use PROGRAM_NAME in the unistaller too.Anders Broman1-17/+17
- Make it possible to set PROGRAM_NAME in environment. - Update the comment about setting program name it *should* work now. svn path=/trunk/; revision=45582
2012-10-16Use PROGRAM_NAME in more places.Anders Broman1-0/+1
Missing fro previous commit. svn path=/trunk/; revision=45576
2012-10-16Use PROGRAM_NAME in more places.Anders Broman2-32/+31
svn path=/trunk/; revision=45575
2012-10-15Typos.Anders Broman1-2/+2
svn path=/trunk/; revision=45557
2012-10-15See if we can build u3 pacakage with GTK3.Anders Broman2-1/+6
svn path=/trunk/; revision=45552
2012-10-15Try a experimental gtk3 buildAnders Broman1-1/+1
svn path=/trunk/; revision=45551
2012-10-14Revert back to GTK2Anders Broman1-1/+1
svn path=/trunk/; revision=45541
2012-10-14Try a experimental gtk3 buildAnders Broman3-5/+20
svn path=/trunk/; revision=45540
2012-10-13Add 2 new file extension associations, and restore alphabetical order.Martin Mathieson1-1/+1
svn path=/trunk/; revision=45522
2012-10-11Add Qtshark to Windows Installer (NSIS)Alexis La Goutte3-1/+31
Detect if ./wireshark-qt/qtshark.exe is present and add a option to install Qtshark (Experimental), also add a shortcut. The option to install qtshark is disable by default (for the moment...) Now qtshark is (normally) available in automated build ! svn path=/trunk/; revision=45485
2012-10-09- Add Nokai Siemens Networks AVP.Anders Broman1-0/+1
- Add a few enums to Event-Trigger - Reformat the Nokia file a bit. svn path=/trunk/; revision=45427
2012-10-08From GeorgiaK:Anders Broman1-0/+1
Add Nokia AVP:s https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7799 svn path=/trunk/; revision=45385
2012-10-01Stop defining HAVE_CONFIG_H on Windows builds too.Jeff Morriss2-3/+1
svn path=/trunk/; revision=45231
2012-09-24Include reordercap.exe.Martin Mathieson1-0/+7
svn path=/trunk/; revision=45096
2012-09-23Add AlcatelLucent.xml to NSIS installerPascal Quantin1-1/+2
svn path=/trunk/; revision=45075
2012-09-13Remove our local copy of WinPcap and download it fromGerald Combs4-6/+6
wireshark-win{32,64}-libs instead. In win-setup.sh only try to unzip files ending in .zip. PortableApps and U3 packaging changes are untested. svn path=/trunk/; revision=44888