Skip to content

Commit

Permalink
update for 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mach-kernel committed Nov 22, 2021
1 parent 7106473 commit e997836
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions packages/tdnf/SOURCES/tdnf-no-dlclose-plugins.patch
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
--- tdnf-3.0.0-beta/client/plugins.c.orig 2021-11-19 14:57:30.307988836 +0000
+++ tdnf-3.0.0-beta/client/plugins.c 2021-11-19 14:57:15.299176437 +0000
--- tdnf-3.1.5-orig/client/plugins.c 2021-10-06 18:39:26.000000000 +0000
+++ tdnf-3.1.5/client/plugins.c 2021-11-21 22:02:46.471605920 +0000
@@ -197,7 +197,7 @@
}
if (pPlugin->pModule)
{
- dlclose(pPlugin->pModule);
+ //dlclose(pPlugin->pModule);
+ // dlclose(pPlugin->pModule);
}
}

@@ -519,7 +519,7 @@
{
if (pPlugin->pModule)
{
- dlclose(pPlugin->pModule);
+ // dlclose(pPlugin->pModule);
pPlugin->pModule = NULL;
}
pPlugin->nEnabled = 0;

0 comments on commit e997836

Please sign in to comment.