* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/files/
@ 2016-04-13 7:59 Jeroen Roovers
0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers @ 2016-04-13 7:59 UTC (permalink / raw
To: gentoo-commits
commit: 5b23dc7bebac25628c1d3ff7b846d8de27479924
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 13 07:59:33 2016 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Apr 13 07:59:55 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b23dc7b
net-analyzer/wireshark: Update live ebuild patch.
Package-Manager: portage-2.2.28
net-analyzer/wireshark/files/wireshark-99999999-androiddump.patch | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/net-analyzer/wireshark/files/wireshark-99999999-androiddump.patch b/net-analyzer/wireshark/files/wireshark-99999999-androiddump.patch
index 7c00d8b..124a9b8 100644
--- a/net-analyzer/wireshark/files/wireshark-99999999-androiddump.patch
+++ b/net-analyzer/wireshark/files/wireshark-99999999-androiddump.patch
@@ -1,10 +1,10 @@
--- a/extcap/Makefile.am
+++ b/extcap/Makefile.am
-@@ -46,6 +46,7 @@
+@@ -49,6 +49,7 @@
+ androiddump_LDADD = \
../wiretap/libwiretap.la \
../wsutil/libwsutil.la \
- @GLIB_LIBS@ \
-+ @PCAP_LIBS@ \
- @SOCKET_LIBS@
++ @PCAP_LIBS@ \
+ @GLIB_LIBS@
if ENABLE_STATIC
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/files/
@ 2018-07-22 13:22 Jeroen Roovers
0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers @ 2018-07-22 13:22 UTC (permalink / raw
To: gentoo-commits
commit: f2ef2ae48edab3ace1f74608e4153564c79cfeff
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 22 13:20:47 2018 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Jul 22 13:22:20 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2ef2ae4
net-analyzer/wireshark: Update Qt5Svg patch.
Package-Manager: Portage-2.3.43, Repoman-2.3.10
net-analyzer/wireshark/files/wireshark-99999999-qtsvg.patch | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/net-analyzer/wireshark/files/wireshark-99999999-qtsvg.patch b/net-analyzer/wireshark/files/wireshark-99999999-qtsvg.patch
index 4f151dbba21..231acd5a6fa 100644
--- a/net-analyzer/wireshark/files/wireshark-99999999-qtsvg.patch
+++ b/net-analyzer/wireshark/files/wireshark-99999999-qtsvg.patch
@@ -7,12 +7,12 @@
- Qt5Svg
Qt5Widgets
)
- set(Qt5Core_OPTIONS REQUIRED)
- set(Qt5LinguistTools_OPTIONS REQUIRED)
- set(Qt5Multimedia_OPTIONS REQUIRED)
- set(Qt5PrintSupport_OPTIONS REQUIRED)
-- set(Qt5Svg_OPTIONS REQUIRED)
- set(Qt5Widgets_OPTIONS REQUIRED)
+ set(Qt5Core_OPTIONS ${QT_FIND_PACKAGE_OPTIONS})
+ set(Qt5LinguistTools_OPTIONS ${QT_FIND_PACKAGE_OPTIONS})
+ set(Qt5Multimedia_OPTIONS ${QT_FIND_PACKAGE_OPTIONS})
+ set(Qt5PrintSupport_OPTIONS ${QT_FIND_PACKAGE_OPTIONS})
+- set(Qt5Svg_OPTIONS ${QT_FIND_PACKAGE_OPTIONS})
+ set(Qt5Widgets_OPTIONS ${QT_FIND_PACKAGE_OPTIONS})
if (APPLE)
set(PACKAGELIST ${PACKAGELIST} Qt5MacExtras)
@@ -1187,11 +1185,6 @@
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/files/
@ 2018-08-29 7:32 Jeroen Roovers
0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers @ 2018-08-29 7:32 UTC (permalink / raw
To: gentoo-commits
commit: 643cb19c987e66a574e7cc6d00daf5bf9933cda2
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 29 07:32:26 2018 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Aug 29 07:32:52 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=643cb19c
net-analyzer/wireshark: Tweak patch.
Package-Manager: Portage-2.3.48, Repoman-2.3.10
.../wireshark/files/wireshark-99999999-androiddump-wsutil.patch | 7 -------
1 file changed, 7 deletions(-)
diff --git a/net-analyzer/wireshark/files/wireshark-99999999-androiddump-wsutil.patch b/net-analyzer/wireshark/files/wireshark-99999999-androiddump-wsutil.patch
index 8ceb3ba5488..4c6ddceeea6 100644
--- a/net-analyzer/wireshark/files/wireshark-99999999-androiddump-wsutil.patch
+++ b/net-analyzer/wireshark/files/wireshark-99999999-androiddump-wsutil.patch
@@ -25,10 +25,3 @@
set_extcap_executable_properties(androiddump)
target_link_libraries(androiddump ${androiddump_LIBS})
install(TARGETS androiddump RUNTIME DESTINATION ${EXTCAP_DIR})
-@@ -212,4 +214,4 @@
- ${androiddump_FILES}
- ${sshdump_FILES}
- ${ciscodump_FILES}
--)
-\ No newline at end of file
-+)
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/files/
@ 2018-09-06 12:40 Jeroen Roovers
0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers @ 2018-09-06 12:40 UTC (permalink / raw
To: gentoo-commits
commit: abc127741683281c159a3ca869baabc0d5207dec
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 6 12:40:19 2018 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Sep 6 12:40:36 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abc12774
net-analyzer/wireshark: Fix USE=-editcap
Fixes: https://bugs.gentoo.org/665250
Package-Manager: Portage-2.3.49, Repoman-2.3.10
.../wireshark/files/wireshark-2.6.3-docbook.patch | 18 +++++++++++++++++-
1 file changed, 17 insertions(+), 1 deletion(-)
diff --git a/net-analyzer/wireshark/files/wireshark-2.6.3-docbook.patch b/net-analyzer/wireshark/files/wireshark-2.6.3-docbook.patch
index 38d223491a6..9e5e8810991 100644
--- a/net-analyzer/wireshark/files/wireshark-2.6.3-docbook.patch
+++ b/net-analyzer/wireshark/files/wireshark-2.6.3-docbook.patch
@@ -25,7 +25,7 @@
+foreach(th_build ${WSUG_TOOLS_COMMANDS})
+if (TARGET ${th_build})
+ list(APPEND WSUG_TOOLS_HELP_COMMANDS ${th_build})
-+endif(BUILD_${th_build})
++endif(TARGET ${th_build})
+endforeach()
# We want the wsug_* targets to depend on the tools help files.
@@ -38,3 +38,19 @@
list(APPEND WSUG_TOOLS_HELP_FILES ${th_file})
add_custom_command(
OUTPUT ${th_file}
+@@ -103,6 +105,7 @@
+ # Extra command output
+ # Note that these won't work on Windows unless we make -F and -T write
+ # to stdout and return 0 or wrap the commands similar to hhc.exe.
++if (TARGET editcap)
+ set(th_file ${CMAKE_CURRENT_SOURCE_DIR}/wsug_src/editcap-F.txt)
+ list(APPEND WSUG_TOOLS_HELP_FILES ${th_file})
+ add_custom_command(
+@@ -117,6 +120,7 @@
+ COMMAND $<TARGET_FILE:editcap> -T > ${th_file}
+ DEPENDS $<TARGET_FILE:editcap>
+ )
++endif(TARGET editcap)
+
+ add_custom_target(update_tools_help
+ DEPENDS ${WSUG_TOOLS_HELP_FILES}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/files/
@ 2018-11-22 17:15 Jeroen Roovers
0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers @ 2018-11-22 17:15 UTC (permalink / raw
To: gentoo-commits
commit: 4c4d4fa5fa01e314494d35ebba1259c79d648d38
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 22 17:14:34 2018 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Nov 22 17:15:52 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c4d4fa5
net-analyzer/wireshark: Update patch for live ebuild
Fixes: https://bugs.gentoo.org/671694
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
.../wireshark/files/wireshark-99999999-androiddump-wsutil.patch | 8 --------
1 file changed, 8 deletions(-)
diff --git a/net-analyzer/wireshark/files/wireshark-99999999-androiddump-wsutil.patch b/net-analyzer/wireshark/files/wireshark-99999999-androiddump-wsutil.patch
index 4c6ddceeea6..9715de676f1 100644
--- a/net-analyzer/wireshark/files/wireshark-99999999-androiddump-wsutil.patch
+++ b/net-analyzer/wireshark/files/wireshark-99999999-androiddump-wsutil.patch
@@ -17,11 +17,3 @@
${GLIB2_LIBRARIES}
${ZLIB_LIBRARIES}
${CMAKE_DL_LIBS}
-@@ -89,7 +92,6 @@
- )
-
- add_executable(androiddump WIN32 ${androiddump_FILES})
-- # XXX Shouldn't we add wsutil to androiddump_LIBS instead?
- set_extcap_executable_properties(androiddump)
- target_link_libraries(androiddump ${androiddump_LIBS})
- install(TARGETS androiddump RUNTIME DESTINATION ${EXTCAP_DIR})
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/files/
@ 2019-02-16 10:24 Jeroen Roovers
0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers @ 2019-02-16 10:24 UTC (permalink / raw
To: gentoo-commits
commit: 561e765fc776910165e5bda5de9cdf1bf6197c26
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 16 10:23:36 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Feb 16 10:24:03 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=561e765f
net-analyzer/wireshark: Update qtsvg patch
Package-Manager: Portage-2.3.60, Repoman-2.3.12
Fixes: https://bugs.gentoo.org/678120
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
.../wireshark/files/wireshark-99999999-qtsvg.patch | 23 ++--------------------
1 file changed, 2 insertions(+), 21 deletions(-)
diff --git a/net-analyzer/wireshark/files/wireshark-99999999-qtsvg.patch b/net-analyzer/wireshark/files/wireshark-99999999-qtsvg.patch
index 231acd5a6fa..8cff4bdd075 100644
--- a/net-analyzer/wireshark/files/wireshark-99999999-qtsvg.patch
+++ b/net-analyzer/wireshark/files/wireshark-99999999-qtsvg.patch
@@ -1,29 +1,10 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -910,14 +910,12 @@
+@@ -1058,7 +1058,6 @@
Qt5LinguistTools
Qt5Multimedia
Qt5PrintSupport
- Qt5Svg
Qt5Widgets
)
- set(Qt5Core_OPTIONS ${QT_FIND_PACKAGE_OPTIONS})
- set(Qt5LinguistTools_OPTIONS ${QT_FIND_PACKAGE_OPTIONS})
- set(Qt5Multimedia_OPTIONS ${QT_FIND_PACKAGE_OPTIONS})
- set(Qt5PrintSupport_OPTIONS ${QT_FIND_PACKAGE_OPTIONS})
-- set(Qt5Svg_OPTIONS ${QT_FIND_PACKAGE_OPTIONS})
- set(Qt5Widgets_OPTIONS ${QT_FIND_PACKAGE_OPTIONS})
- if (APPLE)
- set(PACKAGELIST ${PACKAGELIST} Qt5MacExtras)
-@@ -1187,11 +1185,6 @@
- # That's the name autotools used
- set(QT_MULTIMEDIA_LIB 1)
- endif()
-- if(Qt5Svg_FOUND)
-- set (QT_LIBRARIES ${QT_LIBRARIES} ${Qt5Svg_LIBRARIES})
-- # That's the name autotools used
-- set(QT_SVG_LIB 1)
-- endif()
- if(Qt5MacExtras_FOUND)
- set (QT_LIBRARIES ${QT_LIBRARIES} ${Qt5MacExtras_LIBRARIES})
- # That's the name autotools used
+ if(APPLE)
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/files/
@ 2020-01-17 14:15 Jeroen Roovers
0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers @ 2020-01-17 14:15 UTC (permalink / raw
To: gentoo-commits
commit: 964659308f26cfe4d6101ac6029e8fcd97aa2b0d
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 17 13:59:12 2020 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Jan 17 14:15:08 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96465930
net-analyzer/wireshark: Update patches
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
net-analyzer/wireshark/files/wireshark-2.4-androiddump.patch | 8 ++++----
.../wireshark/files/wireshark-99999999-androiddump-wsutil.patch | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/net-analyzer/wireshark/files/wireshark-2.4-androiddump.patch b/net-analyzer/wireshark/files/wireshark-2.4-androiddump.patch
index e67ab21b6a8..2272ef891c2 100644
--- a/net-analyzer/wireshark/files/wireshark-2.4-androiddump.patch
+++ b/net-analyzer/wireshark/files/wireshark-2.4-androiddump.patch
@@ -1,7 +1,7 @@
--- a/extcap/androiddump.c
+++ b/extcap/androiddump.c
-@@ -363,13 +363,13 @@
- pcap = pcap_open_dead_with_tstamp_precision(encap_ext, PACKET_LENGTH, PCAP_TSTAMP_PRECISION_NANO);
+@@ -438,13 +438,13 @@
+ pcap = pcap_open_dead_with_tstamp_precision(encap, PACKET_LENGTH, PCAP_TSTAMP_PRECISION_NANO);
extcap_dumper.dumper.pcap = pcap_dump_open(pcap, fifo);
if (!extcap_dumper.dumper.pcap) {
- g_warning("Can't open %s for saving packets: %s", pcap_geterr(pcap));
@@ -15,8 +15,8 @@
+ g_warning("Write to %s failed: %s", fifo, g_strerror(errno));
}
#else
- int err = 0;
-@@ -416,7 +416,7 @@
+ wtap_dump_params params = WTAP_DUMP_PARAMS_INIT;
+@@ -480,7 +480,7 @@
pcap_dump((u_char *) extcap_dumper.dumper.pcap, &pcap_header, buffer);
if (pcap_dump_flush(extcap_dumper.dumper.pcap) == -1) {
diff --git a/net-analyzer/wireshark/files/wireshark-99999999-androiddump-wsutil.patch b/net-analyzer/wireshark/files/wireshark-99999999-androiddump-wsutil.patch
index 9715de676f1..3d3a2a9c932 100644
--- a/net-analyzer/wireshark/files/wireshark-99999999-androiddump-wsutil.patch
+++ b/net-analyzer/wireshark/files/wireshark-99999999-androiddump-wsutil.patch
@@ -1,15 +1,15 @@
--- a/extcap/CMakeLists.txt
+++ b/extcap/CMakeLists.txt
-@@ -68,6 +68,8 @@
+@@ -91,6 +91,8 @@ if(BUILD_androiddump)
if(HAVE_LIBPCAP)
set(androiddump_LIBS
ui
+ wiretap
+ wsutil
${GLIB2_LIBRARIES}
- ${PCAP_LIBRARIES}
- )
-@@ -78,6 +80,7 @@
+ ${WIN_WS2_32_LIBRARY}
+ $<$<BOOL:${PCAP_FOUND}>:pcap::pcap>
+@@ -102,6 +104,7 @@ if(BUILD_androiddump)
set(androiddump_LIBS
ui
wiretap
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/files/
@ 2021-06-03 22:22 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-06-03 22:22 UTC (permalink / raw
To: gentoo-commits
commit: 64cd84f0e34ba29bb319fb9b30fc7519a7676492
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu Jun 3 16:52:00 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 3 22:21:44 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64cd84f0
net-analyzer/wireshark: remove unused patch
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/21109
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../files/wireshark-3.4.4-cmake-3.20.patch | 30 ----------------------
1 file changed, 30 deletions(-)
diff --git a/net-analyzer/wireshark/files/wireshark-3.4.4-cmake-3.20.patch b/net-analyzer/wireshark/files/wireshark-3.4.4-cmake-3.20.patch
deleted file mode 100644
index 63d62e8e254..00000000000
--- a/net-analyzer/wireshark/files/wireshark-3.4.4-cmake-3.20.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-https://gitlab.com/wireshark/wireshark/-/merge_requests/2532?commit_id=6ef6e8f607456e239e5f1a326803846930d34fa8.diff
-https://bugs.gentoo.org/775029
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -1115,6 +1115,10 @@ ws_find_package(Systemd BUILD_sdjournal HAVE_SYSTEMD)
-
- # Build the Qt GUI?
- if(BUILD_wireshark)
-+ set(CMAKE_AUTOMOC ON)
-+ set(CMAKE_AUTOUIC ON)
-+ set(CMAKE_AUTORCC ON)
-+
- # Untested, may not work if CMAKE_PREFIX_PATH gets overwritten
- # somewhere. The if WIN32 in this place is annoying as well.
- if(WIN32)
-diff --git a/ui/qt/CMakeLists.txt b/ui/qt/CMakeLists.txt
-index ff0efeae1614511fbe12ed00d5b82f2714fa55f5..cd36913f10d949a8a701060833b0878086798bf4 100644
---- a/ui/qt/CMakeLists.txt
-+++ b/ui/qt/CMakeLists.txt
-@@ -631,10 +631,6 @@ include_directories(
- ${CMAKE_CURRENT_SOURCE_DIR}
- )
-
--set(CMAKE_AUTOMOC TRUE)
--set(CMAKE_AUTOUIC TRUE)
--set(CMAKE_AUTORCC TRUE)
--
- if(NOT Qt5Widgets_VERSION VERSION_LESS "5.9")
- # Drop the file modification time of source files from generated files
- # to help with reproducible builds. We do not use QFileInfo.lastModified
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/files/
@ 2022-10-15 19:34 Conrad Kostecki
0 siblings, 0 replies; 9+ messages in thread
From: Conrad Kostecki @ 2022-10-15 19:34 UTC (permalink / raw
To: gentoo-commits
commit: 91636e316a2b8c9af9107d04f716f1cd9cc7a066
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Oct 15 08:00:36 2022 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Oct 15 19:33:43 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91636e31
net-analyzer/wireshark: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/27788
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
.../wireshark/files/wireshark-9999-ui-needs-wiretap.patch | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/net-analyzer/wireshark/files/wireshark-9999-ui-needs-wiretap.patch b/net-analyzer/wireshark/files/wireshark-9999-ui-needs-wiretap.patch
deleted file mode 100644
index c0bfc3acd5a6..000000000000
--- a/net-analyzer/wireshark/files/wireshark-9999-ui-needs-wiretap.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/ui/CMakeLists.txt
-+++ b/ui/CMakeLists.txt
-@@ -76,6 +76,8 @@
-
- add_library(ui STATIC ${UI_SRC})
-
-+set(ui_LIBS wiretap)
-+
- set_target_properties(ui PROPERTIES
- LINK_FLAGS "${WS_LINK_FLAGS}"
- FOLDER "UI"
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2022-10-15 19:34 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-06 12:40 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/files/ Jeroen Roovers
-- strict thread matches above, loose matches on Subject: below --
2022-10-15 19:34 Conrad Kostecki
2021-06-03 22:22 Sam James
2020-01-17 14:15 Jeroen Roovers
2019-02-16 10:24 Jeroen Roovers
2018-11-22 17:15 Jeroen Roovers
2018-08-29 7:32 Jeroen Roovers
2018-07-22 13:22 Jeroen Roovers
2016-04-13 7:59 Jeroen Roovers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox