forked from pool/wireshark
Accepting request 250026 from home:AndreasStieger:branches:network:utilities
install epan/wmem/*.h OBS-URL: https://build.opensuse.org/request/show/250026 OBS-URL: https://build.opensuse.org/package/show/network:utilities/wireshark?expand=0&rev=126
This commit is contained in:
parent
64fd27d426
commit
5d72bc11ad
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 17 23:27:49 UTC 2014 - andreas.stieger@gmx.de
|
||||
|
||||
- install epan/wmem/*.h
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 17 22:22:18 UTC 2014 - andreas.stieger@gmx.de
|
||||
|
||||
@ -20,7 +25,7 @@ Wed Sep 17 22:22:18 UTC 2014 - andreas.stieger@gmx.de
|
||||
CVE-2014-6432
|
||||
- drop wireshark-1.12.0-qt-QFont-stylename.patch, upstream
|
||||
- only build with --enable-gnutls where it has a compatible licence
|
||||
as configure check was changes from a warning to an error
|
||||
as configure check was changed from a warning to an error
|
||||
openSUSE 13.1 and up and SLE 11
|
||||
- add a desktop file for the QT user interface
|
||||
- Further bug fixes and updated protocol support as listed in:
|
||||
|
@ -231,6 +231,7 @@ mkdir -p "${IDIR}/epan/crypt"
|
||||
mkdir -p "${IDIR}/epan/ftypes"
|
||||
mkdir -p "${IDIR}/epan/dfilter"
|
||||
mkdir -p "${IDIR}/epan/dissectors"
|
||||
mkdir -p "${IDIR}/epan/wmem"
|
||||
mkdir -p "${IDIR}/wiretap"
|
||||
mkdir -p "${IDIR}/wsutil"
|
||||
install -m 644 color.h config.h register.h "${IDIR}/"
|
||||
@ -240,6 +241,7 @@ install -m 644 epan/crypt/*.h "${IDIR}/epan/crypt"
|
||||
install -m 644 epan/ftypes/*.h "${IDIR}/epan/ftypes"
|
||||
install -m 644 epan/dfilter/*.h "${IDIR}/epan/dfilter"
|
||||
install -m 644 epan/dissectors/*.h "${IDIR}/epan/dissectors"
|
||||
install -m 644 epan/wmem/*.h "${IDIR}/epan/wmem"
|
||||
install -m 644 wiretap/*.h "${IDIR}/wiretap"
|
||||
install -m 644 wsutil/*.h "${IDIR}/wsutil"
|
||||
install -m 644 ws_symbol_export.h "${IDIR}/"
|
||||
|
Loading…
Reference in New Issue
Block a user